[IMP]:improved view.

bzr revid: apa@tinyerp.com-20120528132313-yg16pxo8xfbzmgbe
This commit is contained in:
Amit Patel (OpenERP) 2012-05-28 18:53:13 +05:30
parent 075b2839d5
commit 5bb11f925b
1 changed files with 5 additions and 5 deletions

View File

@ -40,14 +40,14 @@
<field name="template_id" on_change="on_change_template(template_id)" domain="[('type','=','template')]" attrs="{'invisible': [('type','in',['view', 'normal','template'])]}" context="{'default_type' : 'template'}"/>
</xpath>
<xpath expr='//page[@name="contract_page"]' position='inside'>
<group colspan="4" class="oe_form_group_label_border">
<field name="pricelist_id" />
<field name="to_invoice" widget="selection" />
</group>
<group colspan="4" class="oe_form_group_label_border">
<field name="pricelist_id" />
<field name="to_invoice" widget="selection" />
</group>
</xpath>
<xpath expr='//group[@name="contract"]' position="after">
<group col="6" colspan="3" class="oe_form_group_label_border">
<field name="quantity_max"/><field name="company_uom_id" nolabel="1" readonly="True"/> <label string="/"/> <label string="Remaining"/> <field name="remaining_hours" nolabel="1"/>
<field name="quantity_max"/><label string="/"/> <label string="Remaining"/> <field name="remaining_hours" nolabel="1"/>
</group>
</xpath>
<!-- <notebook position="inside">