Merge lp:~openerp-dev/openobject-addons/7.0-594024-opw-skh into lp:openobject-addons/7.0

Proposed by Somesh Khare
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 9268
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-594024-opw-skh
Merge into: lp:openobject-addons/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
stock/stock_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-594024-opw-skh
Reviewer Review Type Date Requested Status
Naresh(OpenERP) (community) Approve
Review via email: mp+171259@code.launchpad.net

Description of the change

Hello Sir,

Steps:
1. After installing Purchase/Sale module, configure "Traceability :Track serial number on products" from Settings > Configuration > Warehouse.
2. Now Open Internal shipments > and shipment line.
3. You can not see Traceability "Serial Number" for the product configuration into the incoming shipment line.

Where it should appear on the incomings shipment line for product configuration. This branch fixes this issue, kindly review the branch and please share your views on it.

Thanks & Regards,
Somesh Khare

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) :
review: Approve

Unmerged revisions

9268. By Jacques-Etienne Baudoux

[FIX] Stock : configuration of serial number on product is mishandled (Ref : Case 594024)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/stock_view.xml'
2--- stock/stock_view.xml 2013-06-14 14:38:42 +0000
3+++ stock/stock_view.xml 2013-06-25 10:06:56 +0000
4@@ -1256,7 +1256,7 @@
5 <field name="date" attrs="{'invisible': [('state', '!=', 'done')]}"/>
6 </group>
7 <group string="Traceability"
8- groups="stock.group_tracking_lot">
9+ groups="stock.group_tracking_lot,stock.group_production_lot">
10 <label for="tracking_id" groups="stock.group_tracking_lot"/>
11 <div groups="stock.group_tracking_lot">
12 <field name="tracking_id" class="oe_inline"/>