Merge lp:~openerp-dev/openobject-addons/trunk-bug-1170167-atp into lp:openobject-addons

Proposed by Atul Patel(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1170167-atp
Merge into: lp:openobject-addons
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/trunk-bug-1170167-atp
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+162960@code.launchpad.net

Description of the change

Hello,

In stock move without selecting product we can't give serial number for any product.so
if product value is false that serial number field is also not visible.

so "Traceability" (packing and serial number field) are only visible when we select product in stock move.

Thanks

To post a comment you must log in.

Unmerged revisions

8698. By Jay Rangnani(OpenERP Trainee)

[FIX]: can not able to select serial number without product value in move.

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-04-22 15:34:49 +0000
3+++ stock/stock_view.xml 2013-05-08 11:33:36 +0000
4@@ -1266,7 +1266,7 @@
5 <field name="date" groups="base.group_no_one"/>
6 </group>
7 <group string="Traceability"
8- groups="stock.group_tracking_lot">
9+ groups="stock.group_tracking_lot" attrs="{'invisible': [('product_id','=',False)]}">
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"/>

Subscribers

People subscribed via source and target branches

to all changes: