openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #02494
[Bug 901527] Re: [6.0] nan_product_sequence module does not determine the sequence correctly
Hello Jordi,
"nan_product_sequence" is part of the extra-addons, which are maintained
by the community, including all the modules created by "OpenERP" or
"Tiny", as none of these are actively developed by our teams anymore.
So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment.
Or you can contact with the related author.
Thank you!
PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 and trunk branches of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
** Changed in: openobject-addons
Status: New => Won't Fix
** Summary changed:
- [6.0] nan_product_sequence module does not determine the sequence correctly
+ [Extra-addons] nan_product_sequence module does not determine the sequence correctly
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/901527
Title:
[Extra-addons] nan_product_sequence module does not determine the
sequence correctly
Status in OpenERP Addons (modules):
Won't Fix
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
References