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.