This commit is contained in:
ivan deng
2019-05-11 16:28:19 +08:00
parent aa086fa63c
commit 52a5a35625
2 changed files with 17 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data noupdate="0">
<!--系统设置默认值,每次更新模块时要更新-->
<!--设置 多公司 【启用】-->
<record id="base.group_user" model="res.groups">
<field name="implied_ids"
eval="[
(3, ref('base.group_multi_company')),
]"/>
</record>
<!--设置管理员有完全财务-->
<record id="base.group_erp_manager" model="res.groups">
<field name="implied_ids" eval="[(4, ref('account.group_account_user'))]"/>
</record>
</data>
</odoo>