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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
3832
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
Change Group of a user by a function
Diselesaikan
|
|
1
Okt 22
|
3462 | |
|
|
2
Okt 25
|
2864 | ||
|
|
1
Sep 25
|
2856 | ||
|
|
3
Jul 25
|
4199 | ||
|
|
1
Mei 25
|
2297 |
many thanks