[IMP]stock : set button top right side

bzr revid: mma@tinyerp.com-20120906070045-1ff2sedb67t2s52w
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-09-06 12:30:45 +05:30
parent c5fa8a77c9
commit cf42513f42
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,6 @@
<field name="arch" type="xml">
<form string="Physical Inventory" version="7.0">
<header>
<button name="%(action_view_stock_fill_inventory)d" string="Import Inventory" type="action" class="oe_highlight"/>
<button name="action_confirm" states="draft" string="Confirm Inventory" type="object" class="oe_highlight" groups="stock.group_stock_user"/>
<button name="action_done" states="confirm" string="Validate Inventory" type="object" class="oe_highlight" groups="stock.group_stock_manager"/>
<button name="action_cancel_draft" states="cancel" string="Set to Draft" type="object"/>
@ -114,6 +113,9 @@
<field name="state" widget="statusbar" statusbar_visible="draft,confirm"/>
</header>
<sheet>
<div class="oe_right oe_button_box">
<button name="%(action_view_stock_fill_inventory)d" string="Import Inventory" type="action" />
</div>
<div>
<label for="name" class="oe_edit_only"/>
<field name="name" placeholder="e.g. Annual inventory" class="oe_inline"/> -