I have an action that look like this
Assets
account.asset.asset
form
kanban,tree,form
[('category_id.type', '=', 'purchase'), ("company_id", "=", [user.company_id.id])]
And I want a group of users to do the same thing but with a different domain. How can I do this? Is it possible to add a groups_id to a ir.action.act_window?