How to Add a Domain for a Field Dynamically Based on Another Field in Odoo15 | Odoo Technical Video

How to Add a Domain for a Field Dynamically Based on Another Field in Odoo15 | Odoo Technical Video

Cybrosys Technologies

2 года назад

3,196 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ariana Carrillo
Ariana Carrillo - 08.05.2023 18:16

I got this in my bd using odoo 15: "onchange method returned a domain, this is deprecated ".

Ответить
Mohamed sobh
Mohamed sobh - 27.09.2022 01:56

hello,
i had a problem with that
class parent()
field category_id many2one product.category
field child_ids one2many

class child ()
field parent_id many2one
field product many2one product.template

in xml or py
in need to filter the product to; select product from its category
how to pass domain?

Ответить