openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21659
[Bug 1100704] [NEW] Sale product_id_change error
Public bug reported:
Conditions
1. More than two products.
2. A pricelist that points to a product.
3. A sales order related to the pricelist.
4. Select a product *not* on the pricelist.
OpenERP wants to give back a warning but instead you get a TypeError sale/sale.py #963.
The message is trying to concat a dict to a strings.
warning_msgs += _("No valid pricelist line found ! :") + warn_msg
+"\n\n"
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/1100704
Title:
Sale product_id_change error
Status in OpenERP Addons (modules):
New
Bug description:
Conditions
1. More than two products.
2. A pricelist that points to a product.
3. A sales order related to the pricelist.
4. Select a product *not* on the pricelist.
OpenERP wants to give back a warning but instead you get a TypeError sale/sale.py #963.
The message is trying to concat a dict to a strings.
warning_msgs += _("No valid pricelist line found ! :") + warn_msg
+"\n\n"
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1100704/+subscriptions
Follow ups
References