openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #25086
[Bug 1217323] Re: 7.0 sequence code account.asset.code missing
Hello
I don not agree on changing the name of the sequence
- 277 'code': lambda obj, cr, uid, context: obj.pool.get('ir.sequence').get(cr, uid, 'account.asset.code'),
+ 277 'code': lambda obj, cr, uid, context: obj.pool.get('ir.sequence').get(cr, uid, 'account.asset.asset'),
all who have manually created sequences will get duplicate asset numbers
(without warning)
--
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/1217323
Title:
7.0 sequence code account.asset.code missing
Status in OpenERP Addons (modules):
Confirmed
Bug description:
the code is missing
account_asset/account_asset.py:279: 'code': lambda obj, cr, uid, context: obj.pool.get('ir.sequence').get(cr, uid, 'account.asset.code'),
requires it
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1217323/+subscriptions
References