Public bug reported:
Hello,
I have installed nan_product_sequence in OpenERP 6.0.3 and it is not
determining any sequence during the product creation.
However, when I change the following code it works well:
product.py
from:
if not 'default_code' in vals:
to:
if vals['default_code'] == False:
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/901527
Title:
[6.0] nan_product_sequence module does not determine the sequence
correctly
Status in OpenERP Addons (modules):
New
Bug description:
Hello,
I have installed nan_product_sequence in OpenERP 6.0.3 and it is not
determining any sequence during the product creation.
However, when I change the following code it works well:
product.py
from:
if not 'default_code' in vals:
to:
if vals['default_code'] == False:
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/901527/+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