← Back to team overview

openerp-india team mailing list archive

[Bug 1100704] Re: Sale product_id_change error

 

*** This bug is a duplicate of bug 1083778 ***
    https://bugs.launchpad.net/bugs/1083778

** This bug has been marked a duplicate of bug 1083778
   Declared a variable of type dictionary and then try to do a + = with a variable of type string in the sale.order model

-- 
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


References