[IMP] fleet: made changes in form view of model

bzr revid: cha@tinyerp.com-20121126064735-13ex8yse56boa3xy
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-11-26 12:17:35 +05:30
parent e200cda4f6
commit c6e41cadce
1 changed files with 9 additions and 7 deletions

View File

@ -8,14 +8,16 @@
<form string="Model" version="7.0">
<sheet>
<field name="image_medium" widget='image' class="oe_left oe_avatar"/>
<group col="2">
<group>
<div class="oe_title">
<label for="modelname" class="oe_edit_only"/>
<h1>
<field name="modelname" />
</h1>
<label for="brand" class="oe_edit_only"/>
<h2>
<field name="brand" on_change="on_change_brand(brand)"/>
</group>
<group>
<field name="modelname" />
</group>
</group>
</h2>
</div>
<notebook>
<page string="Vendors">
<field name="vendors" widget="many2many_kanban"/>