[IMP] No attrs for taxes and income/expense accounts

This commit is contained in:
Josse Colpaert 2014-08-05 15:39:17 +02:00
parent 7191bbfb24
commit 2fe5bb8df7
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@
<group name="properties">
<group>
<field name="property_account_income" domain="[('type','=','other')]" groups="account.group_account_user"/>
<field name="taxes_id" colspan="2" widget="many2many_tags"
attrs="{'readonly':[('sale_ok','=',0)]}"/>
<field name="taxes_id" colspan="2" widget="many2many_tags"/>
</group>
<group>
<field name="property_account_expense" domain="[('type','=','other')]" groups="account.group_account_user"/>