mrp_byproduct: missing context in the inherit of action_confirm()
Bug #1220135 reported by
Alexis de Lattre
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 2 |
Bug Description
The bug is present in addons-70 (revno 9407) and in addons-trunk (revno 8876), and certainly in older versions too.
In the file mrp/mrp.py, on the object mrp.production, the fonction action_confirm has the following prototype :
def action_
In the file mrp_byproduct/
def action_
Related branches
lp://staging/~akretion-team/openobject-addons/addons-70-fix-bug-1220135
Ready for review
for merging
into
lp://staging/openobject-addons/7.0
- OpenERP Core Team: Pending requested
-
Diff: 29 lines (+4/-4)1 file modifiedmrp_byproduct/mrp_byproduct.py (+4/-4)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
The related branch lp:~akretion-team/openobject-addons/addons-70-fix-bug-1220135 fixes the issue.