at model res.group i need to add admin user to Show Full Accounting Features via data.xml
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухоблік
- Склад
- PoS
- Проект
- MRP
Це запитання позначене
1
Відповісти
4071
Переглядів
HI,
Please try with this code.
< record id="base.user_admin" model="res.users" >
< field name="groups_id" eval="[(4, ref('account.group_account_user'))]"/ >
< / record>
Hope it will help you.
Up Vote Please.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
Change Group of a user by a function
Вирішено
|
|
1
жовт. 22
|
3634 | |
|
|
2
жовт. 25
|
3248 | ||
|
|
1
вер. 25
|
3170 | ||
|
|
3
лип. 25
|
4441 | ||
|
|
1
трав. 25
|
2574 |
many thanks