Corrections on Products(Sell/purchase properties)

bzr revid: jvo@tinyerp.com-20090113084154-t2ki18csd18huubu
This commit is contained in:
Jay (Open ERP) 2009-01-13 14:11:54 +05:30
parent 8edb48ac13
commit 58a9b0ba35
1 changed files with 4 additions and 4 deletions

View File

@ -11,13 +11,13 @@
<page string="Accounting">
<separator string="Sales Properties" colspan="2"/>
<separator string="Purchases Properties" colspan="2"/>
<field name="property_account_income"/>
<field name="property_account_expense"/>
<field name="property_account_income" attrs="{'readonly':[('sale_ok','=',0)]}" />
<field name="property_account_expense" attrs="{'readonly':[('purchase_ok','=',0)]}" />
<separator string="Sale Taxes" colspan="2"/>
<separator string="Purchase Taxes" colspan="2"/>
<field name="taxes_id" nolabel="1" colspan="2"/>
<field name="supplier_taxes_id" nolabel="1" colspan="2"/>
<field name="taxes_id" nolabel="1" colspan="2" attrs="{'readonly':[('sale_ok','=',0)]}"/>
<field name="supplier_taxes_id" nolabel="1" colspan="2" attrs="{'readonly':[('purchase_ok','=',0)]}"/>
</page>
</notebook>
</field>