c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34561
[Bug 872689] Re: [trunk]warning:create Sale order and Purchase order
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/872689
Title:
[trunk]warning:create Sale order and Purchase order
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Install warning module create so and po.
solution:
missing pass the context in warning.py for def product_id_change(..)
def product_id_change(self, cr, uid, ids, pricelist, product, qty=0,
uom=False, qty_uos=0, uos=False, name='', partner_id=False,
lang=False, update_tax=True, date_order=False, packaging=False,
fiscal_position=False, flag=False):
It should be:
def product_id_change(self, cr, uid, ids, pricelist, product, qty=0,
uom=False, qty_uos=0, uos=False, name='', partner_id=False,
lang=False, update_tax=True, date_order=False, packaging=False,
fiscal_position=False, flag=False, context=None):
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/872689/+subscriptions
References