Skip to Content
Menu
This question has been flagged
2 Replies
1229 Views

Hello everybody,

I'm very new to Odoo v15. I'd like to change the standard "New Quotation Form" to change the domain of "Invoice Address" and "Delivery Address" fields.

To "override" the standard Quotations form, do I need to create a custom module so that I can inherit from the standard form and "replace" it for my inherited form so that I can modify the domain of the "Invoice Address" and "Delivery Address" fields?

Thank you!

Avatar
Discard
Author Best Answer

Hello @Niyas,

thank you for your answer! But I still have the same question, maybe I didn't ask it the correct way...

My question is: do I have to create a custom module to be able to "modify" the standard New Quotation Form view, or can I do it in any other way without having to create a new module only for that purpose?

Thank you!

Avatar
Discard
Best Answer

Hi,

Yes, you can inherit the form view or you can apply the domain at the python level(if possible), in either way, you can build a custom module having this functionality.

Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 24
430
2
Nov 24
764
3
Oct 23
13197
1
Dec 22
1371
1
Dec 22
4345