[IMP]: Improve view based on new changes.

bzr revid: atp@tinyerp.com-20120613065747-22h2sqz915rzwx1f
This commit is contained in:
Atul Patel (OpenERP) 2012-06-13 12:27:47 +05:30
parent 8984b9705b
commit a266145cec
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
<button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/>
</header>
<group col="4">
<group string="Accounting Details of Company" col="4">
<field name="has_default_company" invisible="1" />
<field name="has_chart_of_accounts" invisible="1"/>
<field name="company_id" widget="selection" on_change="onchange_company_id(company_id)"

View File

@ -43,7 +43,7 @@
<button string="Cancel" special="cancel"/>
</header>
<sheet>
<group>
<group col="4">
<group name="config_sale" colspan="4"/>
<!-- this part is necessary to allow the plugins to extend the view -->
<field name="module_crm" invisible="1"/>

View File

@ -12,7 +12,7 @@
<button string="Cancel" special="cancel"/>
</header>
<sheet>
<group col="4">
<group col="2">
<separator string="Invoicing Control" colspan="4"/>
<field name="default_invoice_method"/>
<field name="decimal_precision"/>

View File

@ -9,7 +9,7 @@
<field name="inherit_id" ref="base.view_sale_config_settings"/>
<field name="arch" type="xml">
<group name="config_sale" position="after">
<group>
<group >
<separator string="Sale Order" colspan="4"/>
<field name="group_uom"/>
<field name="default_picking_policy" attrs="{'invisible':[('group_invoice_deli_orders','=',False)]}"/>