** Changed in: openobject-addons
Milestone: None => 6.0-rc2
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/692139
Title:
Account Journal onchange_type method context undefined error
Status in OpenObject Addons Modules:
Fix Released
Bug description:
addons/account/account.py line 708:
def onchange_type(self, cr, uid, ids, type, currency):
missing context param
data = obj_data.browse(cr, uid, data_id[0], context=context)
NameError: global name 'context' is not defined
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp