credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #00876
[Bug 901801] [NEW] Missing invalidation function in sale_margin
Public bug reported:
On current addons-trunk (rev 5904), if you look at
sale_margin/sale_margin.py line 54, you see that the field 'margin' on
the object sale_order_line is store=True... but there is no invalidation
function !
This means that if you create a sale order, save it, then edit it again
and change the unit price/quantity/discount, it will not update the
margin field on the sale_order_line !
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/901801
Title:
Missing invalidation function in sale_margin
Status in OpenERP Addons (modules):
New
Bug description:
On current addons-trunk (rev 5904), if you look at
sale_margin/sale_margin.py line 54, you see that the field 'margin' on
the object sale_order_line is store=True... but there is no
invalidation function !
This means that if you create a sale order, save it, then edit it
again and change the unit price/quantity/discount, it will not update
the margin field on the sale_order_line !
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/901801/+subscriptions
Follow ups
References