[IMP]stock_plannig: Remove sheet

bzr revid: dbr@tinyerp.com-20120716072226-albme40xuxinzmhn
This commit is contained in:
DBR (OpenERP) 2012-07-16 12:52:26 +05:30
parent d0f22185a2
commit c96f2f4dda
1 changed files with 53 additions and 55 deletions

View File

@ -243,7 +243,6 @@
<field name="priority">50</field>
<field name="arch" type="xml">
<form string="Stock Planning" version="7.0">
<sheet>
<group>
<group string = "General Info">
<field name="company_id" widget= "selection"
@ -302,7 +301,6 @@
<group string="Procurement History">
<field name="history" nolabel = "1"/>
</group>
</sheet>
</form>
</field>
</record>