[IMP]: Improved taxes layout.

bzr revid: uco@tinyerp.com-20120227105134-5hlfme30l8d2mp8r
This commit is contained in:
Ujjvala Collins (OpenERP) 2012-02-27 16:21:34 +05:30
parent 10f6f264b3
commit 6888c92426
1 changed files with 3 additions and 2 deletions

View File

@ -541,8 +541,9 @@
<field name="group_sale_pricelist_per_customer"/>
<newline/>
<group colspan="4" col="4">
<field name="tax_policy" align="0.0"/>
<field name="tax_value" nolabel="1" align="0.0"/>
<separator string="Taxes" colspan="4"/>
<field name="tax_policy" nolabel="1"/>
<field name="tax_value" nolabel="1" attrs="{'invisible': [('tax_policy','=','no_tax')]}"/>
</group>
<newline/>
<field name="sale_margin"/>