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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
3255
Görünümler
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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Eki 22
|
3178 | ||
|
1
Haz 25
|
1883 | ||
|
3
Tem 25
|
3487 | ||
|
1
May 25
|
1616 | ||
|
1
May 25
|
1862 |
many thanks