← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 809491] Re: not possible change the packaging in sale order

 

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

product_visible_discount/product_visible_discount.py

 71       res=super(sale_order_line, self).product_id_change(cr, uid, ids, pricelist, product, qty,
 72           uom, qty_uos, uos, name, partner_id,
 73           lang, update_tax,date_order,fiscal_position=fiscal_position,flag=flag)

in this function call is missing the parameter packaging

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/809491

Title:
  not possible change the packaging in sale order

Status in OpenERP Modules (addons):
  New

Bug description:
  i install sale and product_visible_discount, make a product with two
  or more packaging, a new sale order and in a sale order line after i
  choose my product i can't change the packaging.

  i think the problem is in the file
  product_visible_discount/product_visible_discount.py

  74c74
  <             lang, update_tax,date_order,fiscal_position=fiscal_position,flag=flag)
  ---
  >             lang, update_tax,date_order,packaging,fiscal_position=fiscal_position,flag=flag)

  openerp v6.02
  ubuntu lucid 64

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/809491/+subscriptions


References