asset duplication must not copy move_lines
Bug #1241968 reported by
Ferdinand
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
to reproduce
confirm one depreciation line and copy the asset
fixed by adding 'account_
def copy(
....
asset = self.browse(cr, uid, id, context=context)
the "copy" text is necessary to be able to distinguish the new from old asset
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1241968-cod
Ready for review
for merging
into
lp://staging/openobject-addons
- Houssine (community): Approve (no test)
- Amit Parik (community): Approve
- Turkesh Patel (openERP): Pending requested
-
Diff: 13 lines (+2/-1)1 file modifiedaccount_asset/account_asset.py (+2/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: asset |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
no longer affects: | ocb-addons |
To post a comment you must log in.
Hello,
It has been Fixed in https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1241968- cod
revision-id: <email address hidden>
revno: 8954.
It will be available in trunk soon.