Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
15937 Weergaven

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.

Avatar
Annuleer
Beste antwoord

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))]"

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
okt. 21
8950
0
apr. 16
3715
1
aug. 15
5865
0
mrt. 15
4707
5
mei 24
25039