account_asset : action_number function definition
Bug #1163261 reported by
Vincent Renaville@camptocamp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
Hello,
The function action_number of account module is overloaded in account_asset like that:
def action_number(self, cr, uid, ids, *args):
but the definition of the function in account is :
def action_number(self, cursor, uid, ids, context=None):
Is it possible to uniform functions definitions ?
Thanks for your help,
Vincent
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1163261-chandni
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 14 lines (+2/-2)1 file modifiedaccount_asset/account_asset_invoice.py (+2/-2)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Hello,
It has been fixed in https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1163261- chandni branch.
Revision Num : 8665
Revision ID : <email address hidden>
Thanks,
Chandni.