[REF] account: identation in xml fixed

bzr revid: qdp-launchpad@tinyerp.com-20101014173952-taqc0towf5fvtlyg
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-10-14 19:39:52 +02:00
parent 319389a88a
commit 7817df3640
1 changed files with 3 additions and 3 deletions

View File

@ -847,7 +847,7 @@
<group colspan="4" col="6">
<field name="name" select="1"/>
<field name="description" select="1"/>
<field name="type_tax_use"/>
<field name="type_tax_use"/>
<field name="price_include"/>
<field name="active"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
@ -881,8 +881,8 @@
</page>
<page groups="base.group_extended" string="Special Computation">
<separator colspan="4" string="Applicability Options"/>
<field name="applicable_type"/>
<field name="domain"/>
<field name="applicable_type"/>
<field name="domain"/>
<separator colspan="4" string="Applicable Code (if type=code)"/>
<field colspan="4" name="python_applicable" nolabel="1" attrs="{'readonly':[('applicable_type','=','true')], 'required':[('applicable_type','=','code')]}"/>
<separator colspan="4" string="Compute Code (if type=code)"/>