Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4012 Visualizzazioni

Hi odoo masters.


I'm trying to add a domain in the xml, in a many2one field.

But I get the error "name 'self' is not defined"

this is the xml:


name="products_id" domain="[('company_id','=',self.env.user.company_list)]"

Thanks in advance! :)

Avatar
Abbandona
Risposta migliore

You cannot use self or dot notation in the xml views. You could add a related or computed field to the model and access this value for your domain, or apply the domain in the model.

Avatar
Abbandona
Autore Risposta migliore

Thanks Jort, I made it with the Web domain field from OCA and problem solved.

Avatar
Abbandona

Can you share an example to resolve your problem ?

Post correlati Risposte Visualizzazioni Attività
2
ott 21
8953
6
ago 20
8962
0
apr 15
7780
1
ago 23
15953
2
feb 24
14273