openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27487
[Bug 1295769] [NEW] [sale_stock] price list warnings ignored in sale_order_line.product_id_change
Public bug reported:
The pricelist checking done in sale/sale.py, in sale_order_line.product_id_change
can return warnings if no pricelist corresponds to the selected product and price.
In sale_stock/sale_stock.py, in sale_order_line.product_id_change, there is a super
call to get the parent behavior, yet any warning will be ignored since the result
is updated with either a blank warning or a configuration error warning.
** Affects: openobject-addons
Importance: Undecided
Status: New
** Summary changed:
- [sale_stock] price list warnings ignored in sale_order_line.product_id_line
+ [sale_stock] price list warnings ignored in sale_order_line.product_id_change
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1295769
Title:
[sale_stock] price list warnings ignored in
sale_order_line.product_id_change
Status in OpenERP Addons (modules):
New
Bug description:
The pricelist checking done in sale/sale.py, in sale_order_line.product_id_change
can return warnings if no pricelist corresponds to the selected product and price.
In sale_stock/sale_stock.py, in sale_order_line.product_id_change, there is a super
call to get the parent behavior, yet any warning will be ignored since the result
is updated with either a blank warning or a configuration error warning.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1295769/+subscriptions
Follow ups
References