[trunk/7.0] sequence code account.asset.code missing

Bug #1217323 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Low
OpenERP R&D Addons Team 3

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

Tags: asset

Related branches

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Ferdinand (office-chricar) wrote :

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)

Amit Parik (amit-parik)
tags: added: asset
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Sunil Sharma(OpenERP) (sunil.sharma-openerp) wrote :

Hello,

It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1217323-ssh

revision-id: <email address hidden>

revno: 8954

It will be available in trunk soon.

Changed in openobject-addons:
status: In Progress → Fix Committed
Amit Parik (amit-parik)
summary: - 7.0 sequence code account.asset.code missing
+ [trunk/7.0] sequence code account.asset.code missing
Revision history for this message
Ferdinand (office-chricar) wrote :

Not fixed in trunk !

Changed in openobject-addons:
status: Fix Committed → New
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.