Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4115 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor Nejlepší odpověď

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

Avatar
Zrušit

Can you share an example to resolve your problem ?

Related Posts Odpovědi Zobrazení Aktivita
2
říj 21
9037
6
srp 20
9081
0
dub 15
7886
1
srp 23
16058
2
úno 24
14415