Hello all,
I'm using Odoo v15 and I'd like to dinamically change the domain of the "New Quotation" form for "Invoice Address" and "Delivery Address" fields.
I've been searching a lot for a way to do that and the only way I've found has been to create a new module to inherit the "New Quotation" form and then make my custom changes to it.
So my question is: is creating a new module the only way to inherit the starndard form so that one can change the behavior of the form?
Thank you!