sale_markup: sale_order.markup_rate may not be recomputed
Bug #1328571 reported by
Guewen Baconnier @ Camptocamp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sales - Financial Controlling |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
In sale_markup, if a sale.order.line is created using the ORM directly from the 'sale.order.line' model (not the 'sale.order' one), the function field sale_markup.
Related branches
lp:~camptocamp/sale-financial/7.0-port-sale_markup
Ready for review
for merging
into
lp:~sale-core-editors/sale-financial/7.0
- Alexandre Fayolle - camptocamp: Needs Resubmitting
- Alexis de Lattre: Pending requested
-
Diff: 1380 lines (+840/-267)9 files modifiedsale_markup/__openerp__.py (+21/-12)
sale_markup/i18n/fr.po (+76/-0)
sale_markup/i18n/sale_markup.pot (+76/-0)
sale_markup/product_markup.py (+105/-91)
sale_markup/product_view.xml (+3/-5)
sale_markup/sale_markup.py (+310/-131)
sale_markup/sale_view.xml (+31/-28)
sale_markup/tests/__init__.py (+21/-0)
sale_markup/tests/test_sale_markup.py (+197/-0)
To post a comment you must log in.
Already fixed in lp:~camptocamp/sale-financial/7.0-port-sale_markup