Merge lp:~openerp-dev/openobject-addons/trunk-bug-948456-nikita into lp:openobject-addons

Proposed by Nikita Parmar(OpenERP Trainee)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-948456-nikita
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-948456-nikita
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+157327@code.launchpad.net

Description of the change

Hello,

 Fix the problem of physical inventories - should select product for lot entry.

Thanks,
Nikita.

To post a comment you must log in.

Unmerged revisions

8660. By Vidhin Mehta (OpenERP)

[FIX] stock-physical inventories - not select product for lot entry

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-03-21 09:37:16 +0000
3+++ stock/stock_view.xml 2013-04-05 11:03:25 +0000
4@@ -133,7 +133,7 @@
5 <field context="{'location':location_id, 'uom':product_uom, 'to_date':parent.date}" name="product_id" on_change="on_change_product_id(location_id,product_id,product_uom,parent.date)" domain="[('type','&lt;&gt;','service')]"/>
6 <field name="product_qty"/>
7 <field name="product_uom" groups="product.group_uom"/>
8- <field name="prod_lot_id" groups="stock.group_production_lot"/>
9+ <field name="prod_lot_id" groups="stock.group_production_lot" context="{'product_id':product_id}"/>
10 <button name="%(stock.action_view_stock_inventory_line_split)d"
11 string="Split inventory lines" groups="stock.group_inventory_valuation"
12 type="action" icon="gtk-justify-fill" states="draft,confirm"/>

Subscribers

People subscribed via source and target branches

to all changes: