Hello, I am confirming this issue which is not fixed previously posted bug lp:795487.
I have studied the fixes from following link and found the the problem in fixed code which is the "packaging" argument missing in product_id_change method of sale_order_line line number74 and attached a patch is seems good. http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk- bug-795487-uco/revision/4820. Thanks. ** Changed in: openobject-addons Importance: Undecided => Medium ** Changed in: openobject-addons Status: New => Confirmed ** Changed in: openobject-addons Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3) -- 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): Confirmed 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

