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:
- CRM
- e-Commerce
- Bogføring
- Lager
- PoS
- Project
- MRP
Dette spørgsmål er blevet anmeldt
1
Svar
3977
Visninger
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
1
mar. 15
|
9716 | ||
|
1
mar. 15
|
8778 | ||
|
0
mar. 15
|
5154 | ||
|
1
mar. 15
|
5135 | ||
|
0
mar. 24
|
1086 |