Skip to content

Commit e6ac653

Browse files
committed
[ENH] pabi_config_param, remove product account expense property
1 parent 786eebf commit e6ac653

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pabi_config_param/data/config_product.xml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<!-- Delete default account expense from product -->
77
<delete model="ir.property" search="[('name', '=', 'property_account_expense'), ('res_id', '=', False)]"/>
88
<delete model="ir.property" search="[('name', '=', 'property_account_income'), ('res_id', '=', False)]"/>
9+
<delete model="ir.property" search="[('name', '=', 'property_account_expense_categ'), ('res_id', '=', False)]"/>
10+
<delete model="ir.property" search="[('name', '=', 'property_account_income_categ'), ('res_id', '=', False)]"/>
911

1012
</data>
1113
</openerp>

0 commit comments

Comments
 (0)