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
9766604c32af
Commit
9766604c32af
authored
10 years ago
by
Anael Lorimier
Browse files
Options
Downloads
Patches
Plain Diff
Remove override to propagate analytic
parent
aef7b1e60787
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
account_invoice.py
+0
-8
0 additions, 8 deletions
account_invoice.py
with
0 additions
and
8 deletions
account_invoice.py
+
0
−
8
View file @
9766604c
...
...
@@ -14,14 +14,6 @@
_analytic
=
True
@api.model
def
move_line_get_item
(
self
,
line
):
"""
Override this function to include analytic fields in generated
move-line entries.
"""
res
=
super
(
account_invoice_line_analytic
,
self
).
move_line_get_item
(
line
)
res
.
update
(
self
.
env
[
'
analytic.structure
'
].
extract_values
(
line
,
'
account_move_line
'
))
return
res
class
account_invoice_streamline
(
models
.
Model
):
...
...
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