Twinkle Christian(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn-stock-tch into
lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-wiz-remove-btn-stock-tch/+merge/110964
Stock:
Remove close button from the wizard and replace buttons on header and added
active class flow on buttons.
Kindly Review this:
Thank you ,
TCH.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-wiz-remove-btn-stock-tch/+merge/110964
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn.
=== modified file 'stock/wizard/stock_partial_picking_view.xml'
--- stock/wizard/stock_partial_picking_view.xml 2012-06-15 13:01:17 +0000
+++ stock/wizard/stock_partial_picking_view.xml 2012-06-19 07:30:26 +0000
@@ -18,8 +18,8 @@
<form version="7.0">
<header>
<button name="do_partial" string="_Transfer" type="object" icon="gtk-go-forward" class="oe_form_button_active_flow"/>
+ </header>
<field name="hide_tracking" invisible="1"/>
- </header>
<separator string="Transfer Products" name="product_separator"/>
<field name="move_ids" context="{'hide_tracking': hide_tracking}">
<tree editable="bottom" string="Product Moves">
=== modified file 'stock_planning/wizard/stock_planning_create_periods_view.xml'
--- stock_planning/wizard/stock_planning_create_periods_view.xml 2012-06-15 13:01:17 +0000
+++ stock_planning/wizard/stock_planning_create_periods_view.xml 2012-06-19 07:30:26 +0000
@@ -11,8 +11,8 @@
<form string="Stock Periods" version="7.0">
<header>
<button name="create_stock_periods" icon="gtk-dnd" string="Create Daily Periods" type="object" class="oe_form_button_active_flow"/>
- <button name="create_stock_periods" icon="gtk-dnd" string="Create Weekly Periods" type="object" context="{'interval': 6, 'name': 'Weekly'}"/>
- <button name="create_stock_periods" icon="gtk-dnd" string="Create Monthly Periods" type="object" context="{'interval': 1, 'name': 'Monthly'}"/>
+ <button name="create_stock_periods" icon="gtk-dnd" string="Create Weekly Periods" type="object" context="{'interval': 6, 'name': 'Weekly'}" class="oe_form_button_active_flow"/>
+ <button name="create_stock_periods" icon="gtk-dnd" string="Create Monthly Periods" type="object" context="{'interval': 1, 'name': 'Monthly'}" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<field name="date_start"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp