Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
erp5
Commits
0203b803
Commit
0203b803
authored
Sep 29, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amount Generator: set reference from cells if available
parent
886a75e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
product/ERP5/mixin/amount_generator.py
product/ERP5/mixin/amount_generator.py
+3
-2
No files found.
product/ERP5/mixin/amount_generator.py
View file @
0203b803
...
...
@@ -374,8 +374,9 @@ class AmountGeneratorMixin:
'causality_value_list'
:
[],
'efficiency'
:
self
.
getEfficiency
(),
'quantity_unit'
:
self
.
getQuantityUnit
(),
# XXX If they are several cells, we have duplicate references.
'reference'
:
reference
,
# The trade model rule often matches by reference and fails if
# getAggregatedAmountList returns amounts with same reference.
'reference'
:
cell
.
getReference
()
or
reference
,
}
# Then collect the mapped values (quantity, price, trade_phase...)
for
key
in
cell
.
getMappedValuePropertyList
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment