Hi,
Anyone suggest me how to set domain for o2m in (.xml) view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hello Prabhu
Try to do it within .py ,it will work always, but is there any specific purpose to apply in .xml ?
Thanks !
Yes, Mr. Dipak Shah. I have two forms of the parent class, when I add the domain in python it will apply to all forms. So, I need a domain for one form.
Okay . What if you are manipulate the domain using def fields_view_get method where you can check the specific form and and alter the domain as you want. :)