[Trunk/7.0] Split in serial numbers bug on the physical inventories
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 2 |
Bug Description
On the Physical inventories Posted Inventory tab you can split posted moves to serial numbers. You need to press 'Split in serial numbers' icon. I got error 'Uncaught Error: NameError: name 'parent' is not defined'. Please find attached screenshot to see what needs to be done to get error.
Fix:
problem came from the buttons context where it tries to pass inventory id context=
Related branches
- OpenERP Core Team: Pending requested 2013-05-17
-
Diff: 22 lines (+2/-5)1 file modifiedstock/stock_view.xml (+2/-5)
summary: |
- [7.0] Split in serial numbers bug on the physical inventories + [Trunk/7.0] Split in serial numbers bug on the physical inventories |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Amit Parik (amit-parik) wrote : | #2 |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Hello,
It has been fixed into : https:/
Revision ID: <email address hidden>
Revision No: 8704.
And also as per suggestion Additional things has been fixed with following revision
Revision No:8705.
Revision ID:<email address hidden>
It will be merged soon.
Thanks
Jitendra Prajapati.
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
Additional things : On the same view "Put in a new pack" and "Split in serial numbers" buttons should not be visible on done and cancel state.
Thank you!