Merge lp:~openerp-dev/openobject-addons/trunk-bug-1116986-cga into lp:openobject-addons

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1116986-cga
Merge into: lp:openobject-addons
Diff against target: 20 lines (+2/-1)
1 file modified
stock/stock_view.xml (+2/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1116986-cga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+147297@code.launchpad.net

Description of the change

Hello,

Add the process button in inventory move of sale order line.

Thanks.

To post a comment you must log in.
8538. By Chandni Gandhi(OpenERP)

[IMP]:Invisible Scrap butoon on inventory move of sale order line

8539. By Chandni Gandhi(OpenERP)

[MERGE]:With latest trunk

Unmerged revisions

8539. By Chandni Gandhi(OpenERP)

[MERGE]:With latest trunk

8538. By Chandni Gandhi(OpenERP)

[IMP]:Invisible Scrap butoon on inventory move of sale order line

8537. By Chandni Gandhi(OpenERP)

[FIX]:Add process button on invertory move of sale order line

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-02-24 11:21:42 +0000
3+++ stock/stock_view.xml 2013-02-25 05:37:23 +0000
4@@ -1181,7 +1181,7 @@
5 string="Scrap Products" type="action"
6 icon="terp-gtk-jump-to-ltr" context="{'scrap': True}"
7 states="draft,waiting,confirmed,assigned"
8- groups="base.group_user"/>
9+ groups="base.group_user" invisible="1"/>
10 <field name="scrapped" invisible="1"/>
11 <field name="prodlot_id" groups="stock.group_production_lot"/>
12 <button
13@@ -1202,6 +1202,7 @@
14 states="draft,assigned,confirmed"/>
15 <field name="location_dest_id" groups="stock.group_locations"/>
16 <field name="state"/>
17+ <button name="action_done" states="draft,assigned,confirmed" icon="gtk-go-forward" type="object" class="oe_highlight" help="Done"/>
18 </tree>
19 </field>
20 </record>

Subscribers

People subscribed via source and target branches

to all changes: