[IMP]: Improve view for physical inventory

bzr revid: ksa@tinyerp.co.in-20101123063407-sz0wayq7t6rhmuzs
This commit is contained in:
ksa (Open ERP) 2010-11-23 12:04:07 +05:30
parent 3f0e12e040
commit b0e9b7b05d
1 changed files with 4 additions and 2 deletions

View File

@ -144,8 +144,10 @@
</field>
</page>
</notebook>
<field name="state"/>
<group col="4" colspan="2">
<group col="2" colspan="2">
<field name="state"/>
</group>
<group col="2" colspan="2">
<button name="action_cancel_inventary" states="draft" string="Cancel Inventory" type="object" icon="gtk-cancel"/>
<button name="action_confirm" states="draft" string="Validate Inventory" type="object" icon="gtk-apply"/>
<button name="action_done" states="confirm" string="Confirm Inventory" type="object" icon="gtk-jump-to"/>