Hi,
In a multi Company Environment and in the Lead form (CRM), tags that are showen have to be added by a creator from the envirement company : Here is a static example :
I have tried :
- [("create_uid.company_id", "=", "env.company.id")]-
- [("create_uid.company_id", "=", "
self.env.company.id
")]
- [("create_uid.company_id", "=", "
self.env.user.company_id
")]
Knowing that I am using Odoo 17!
I will be thankful if I get a help to fix that !
Thanks in advance!
Rgards
/Jabran