Hi,

It's possible to trigger a custom code in order to generate tabs domains for and act_window? What i want is to dinamically create an equivalent version of the ir.action.act_window domain records

What I want to do is the following:

I have the following models (simplified):

class Type:
     __name__ = 'type'
     name = fields.Char()

class Model:
     __name__ = 'model'
     type = fields.Many2One('type')

I want to show a domain tab for each record in the type model and apply the domain based on the many2one field.

How can I achive this?

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

Reply via email to