mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
release chart
This commit is contained in:
13
app_company_chart_hierarchy/security/res_group.xml
Normal file
13
app_company_chart_hierarchy/security/res_group.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user