mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 11 MiB |
17
app_company_chart_hierarchy/security/res_group.xml
Normal file
17
app_company_chart_hierarchy/security/res_group.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user