Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
15974 Lượt xem

I need the id of a group for a domain in a view. How can I resolve the database id from the xml id?

[('groups_id', '=', %(module.group_name)d)] 

does not work.

In python one could use the ir.model.datas get_object method to get the id e.g. But that does not help in the xml file.

Help is appreciated.

 

Thanks.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

What you probably want is using `groups` attribute of field tag for field visibility:

    <field name="a_field" groups="module.group_name">

 

Otherwise, to use XML ID in domain, you could try:

     domain="[('groups_id', '=', ref(module.group_name))]"

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 10 21
8979
0
thg 4 16
3742
1
thg 8 15
5893
0
thg 3 15
4729
5
thg 5 24
25069