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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
3828
Zobrazení
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!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
Change Group of a user by a function
Vyřešeno
|
|
1
říj 22
|
3462 | |
|
|
2
říj 25
|
2861 | ||
|
|
1
zář 25
|
2854 | ||
|
|
3
čvc 25
|
4197 | ||
|
|
1
kvě 25
|
2295 |
many thanks