Add new accounts with fixed_asset set to True by default

This commit is contained in:
Bernat Brunet 2020-09-07 00:42:01 +02:00
parent d05d103911
commit 14137cdf50
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ this repository contains the full copyright notices and license terms. -->
<record model="account.account.type.template" id="account_es.es_balance_normal_11210">
<field name="fixed_asset" eval="True"/>
</record>
<record model="account.account.type.template" id="account_es.es_balance_normal_11220">
<field name="fixed_asset" eval="True"/>
</record>
<record model="account.account.type.template" id="account_es.es_balance_normal_11230">
<field name="fixed_asset" eval="True"/>
</record>