Merge lp:~openerp-dev/openobject-addons/trunk-bug-1003999-ssu into lp:openobject-addons

Proposed by Saurang Suthar(OpenERP)
Status: Rejected
Rejected by: Harry (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1003999-ssu
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
stock/wizard/stock_partial_picking_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1003999-ssu
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+111578@code.launchpad.net

Description of the change

Hello sir,

I have fixed the issue of making field prodlot_id invisible if hide_tracking is true in the field move_ids from wizard stock_partial_picking.

Kindly review it.

Thank you.
Saurang Suthar

To post a comment you must log in.

Unmerged revisions

6917. By Saurang Suthar(OpenERP)

[FIX]stock:fixed the isuue of making field prodlot_id invisible if hide_tracking is true

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/wizard/stock_partial_picking_view.xml'
2--- stock/wizard/stock_partial_picking_view.xml 2012-06-11 12:40:47 +0000
3+++ stock/wizard/stock_partial_picking_view.xml 2012-06-22 11:13:24 +0000
4@@ -28,7 +28,7 @@
5 <field name="quantity" />
6 <field name="product_uom" groups="product.group_uom"/>
7 <field name="tracking" invisible="1"/>
8- <field name="prodlot_id" domain="[('product_id', '=', product_id)]" invisible="context.get('hide_tracking',False)" attrs="{'required':[('tracking','=',True)]}" groups="stock.group_production_lot"/>
9+ <field name="prodlot_id" domain="[('product_id', '=', product_id)]" invisible="context.get('hide_tracking',True)" attrs="{'required':[('tracking','=',True)]}" groups="stock.group_production_lot"/>
10 <!-- Removed as this feature is not logic: price must be updated upon reception of invoice -->
11 <field name="update_cost" invisible="1"/>
12 <field name="cost" invisible="1"/>

Subscribers

People subscribed via source and target branches

to all changes: