c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34564
[Bug 872689] Re: [trunk]warning:create Sale order and Purchase order
Hello,
It has been Fixed in http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-872689-ksa/
revision-id: ksa@xxxxxxxxxxx-20111012073412-h7k3tr07bcy2vpup
revno: 5350
It will be available in trunk soon.
Thanks.
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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