[IMP]stock: little more imp

bzr revid: dbr@tinyerp.com-20120713063308-srzsv9ny85syvj76
This commit is contained in:
DBR (OpenERP) 2012-07-13 12:03:08 +05:30
parent 3eb495b284
commit 45a551051f
1 changed files with 6 additions and 3 deletions

View File

@ -121,14 +121,17 @@
<field name="state" widget="statusbar" statusbar_visible="draft,confirm"/>
</header>
<sheet>
<div>
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" placeholder="Annual inventory" class="oe_inline"/> -
<field name="date" class="oe_inline"/>
</h1>
<group>
</div>
<label for="company_id" groups="base.group_multi_company" class="oe_edit_only"/>
<h2>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
</h2>
<notebook>
<page string="General Informations">
<field name="inventory_line_id">
@ -744,7 +747,7 @@
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" class="oe_inline"/>
<span attr="{'invisible': [('origin','=',False)]}"> - </span>
<span attrs="{'invisible': [('origin','=',False)]}">-</span>
<field name="origin" placeholder="PO0032" class="oe_inline"/>
</h1>
<label for="partner_id" class="oe_edit_only"/>