Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Invoice Improvements
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Invoice Improvements
Commits
30a8468e6380
Commit
30a8468e6380
authored
9 years ago
by
Benjamin Couanon
Browse files
Options
Downloads
Plain Diff
Merge
parents
662d66375a4a
c9dbafa2c0cf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__init__.py
+1
-0
1 addition, 0 deletions
__init__.py
model/__init__.py
+3
-0
3 additions, 0 deletions
model/__init__.py
model/account_invoice.py
+8
-0
8 additions, 0 deletions
model/account_invoice.py
with
12 additions
and
0 deletions
__init__.py
+
1
−
0
View file @
30a8468e
# flake8: noqa
# flake8: noqa
import
account_invoice
import
account_invoice
import
report
import
report
import
model
This diff is collapsed.
Click to expand it.
model/__init__.py
0 → 100644
+
3
−
0
View file @
30a8468e
# flake8: noqa
import
account_invoice
This diff is collapsed.
Click to expand it.
model/account_invoice.py
0 → 100644
+
8
−
0
View file @
30a8468e
from
openerp
import
models
,
fields
,
api
,
_
class
account_invoice
(
models
.
Model
):
_inherit
=
"
account.invoice
"
_order
=
"
date_invoice desc
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment