Merge lp:~openerp-dev/openobject-addons/trunk-bug-1083137-dhr into lp:openobject-addons

Proposed by Dharti Ratani(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1083137-dhr
Merge into: lp:openobject-addons
Diff against target: 22 lines (+7/-0)
1 file modified
mrp/mrp_view.xml (+7/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1083137-dhr
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+137146@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

8171. By Dharti Ratani(OpenERP)

[IMP]Adding split in serial numbers button in the list of 'Products to Produce'.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp/mrp_view.xml'
2--- mrp/mrp_view.xml 2012-11-26 21:39:21 +0000
3+++ mrp/mrp_view.xml 2012-11-30 10:31:23 +0000
4@@ -719,11 +719,18 @@
5 <field name="product_id"/>
6 <field name="product_qty"/>
7 <field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
8+ <field name="prodlot_id" groups="stock.group_production_lot" context="{'product_id': product_id}"/>
9 <field name="state" invisible="1"/>
10 <button name="%(stock.action_partial_move_server)d"
11 string="Partial"
12 type="action" states="confirmed,assigned"
13 icon="gtk-justify-fill"/>
14+ <button
15+ name="%(stock.track_line)d"
16+ string="Split in Serial Numbers"
17+ type="action" icon="gtk-justify-fill"
18+ states="draft,waiting,confirmed,assigned"
19+ groups="stock.group_production_lot"/>
20 <button name="%(stock.move_scrap)d"
21 string="Scrap Products" type="action"
22 icon="gtk-convert" context="{'scrap': True}"

Subscribers

People subscribed via source and target branches

to all changes: