In which method the admin user is being created
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
3980
查看
Admin user created from server side base_data.xml files,
<record model="res.users" id="base.user_root">
<field name="partner_id" ref="base.partner_root"/>
<field name="company_id" ref="main_company"/>
<field name="company_ids" eval="[(4, ref('main_company'))]"/>
<field name="menu_id" ref="action_menu_admin"/>
<field name="signature">-- Administrator</field>
</record>
Thanks jamesbale , and how do i assign all groups to admin by default
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
3月 15
|
9716 | ||
|
1
3月 15
|
8782 | ||
|
0
3月 15
|
5161 | ||
|
1
3月 15
|
5137 | ||
|
0
3月 24
|
1091 |