Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4125 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis Jawaban Terbai

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

Avatar
Buang

Can you share an example to resolve your problem ?

Post Terkait Replies Tampilan Aktivitas
2
Okt 21
9045
6
Agu 20
9084
0
Apr 15
7892
1
Agu 23
16059
2
Feb 24
14418