Hello, I have created new groups using the UI and now I need know the id for can make a filter on buttons.
Or if someone know how can filter the access to buttons like the "cancelquatation" button please say me.
Thanks for the help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, I have created new groups using the UI and now I need know the id for can make a filter on buttons.
Or if someone know how can filter the access to buttons like the "cancelquatation" button please say me.
Thanks for the help.
Dont know clearly what you are asking . if it is use it.
If you want to know id of group created form UI. Go to settings -> Sequences & Identifiers -> External Identifiers
and search as res_groups . in search results you can see you group.
Complete id will look like __export__.res_groups_40 (in your case number will be changed.)
then you can use this id as
<field name="name" groups="__export__.res_groups_40"/>
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 5 16
|
5124 | ||
|
1
thg 4 19
|
17762 | ||
How to override JS code in Odoo?
Đã xử lý
|
|
2
thg 3 15
|
21199 | |
|
0
thg 11 15
|
5047 | ||
access rights manual
Đã xử lý
|
|
1
thg 3 15
|
5204 |
not clear, pls restate using an example