PRODUCT_EXPIRY, STOCK: fix inherit view

bzr revid: ced-f9d1ef0d3aad8638c54f9ee80deae2153321ab6a
This commit is contained in:
ced 2007-06-26 13:06:56 +00:00
parent a2d07bb31b
commit 81c06207fd
2 changed files with 9 additions and 8 deletions

View File

@ -4,16 +4,16 @@
<record model="ir.ui.view" id="view_move_form_expiry">
<field name="name">stock.production.lot.form</field>
<field name="model">stock.production.lot</field>
<field name="inherit_id" ref="stock.prodlot_form" />
<field name="inherit_id" ref="stock.view_production_lot_form" />
<field name="type">form</field>
<field name="arch" type="xml">
<form position="inside">
<separator string="Dates" colspan="4" />
<field name="dlc" />
<field name="dluo" />
<field name="removal_date" />
<field name="date" position="after">
<field name="alert_date" />
</form>
<field name="removal_date" />
<field name="dluo" />
<field name="dlc" />
<separator string="Dates" colspan="4" />
</field>
</field>
</record>

View File

@ -216,7 +216,8 @@
<field name="name" select="1"/>
<field name="ref" select="1"/>
<field name="date" select="1"/>
<field name="revisions" colspan="4" widget="one2many_list"/>
<separator string="Revisions" colspan="4"/>
<field name="revisions" colspan="4" widget="one2many_list" nolabel="1"/>
</form>
</field>
</record>