This question has been flagged
1 Reply
2717 Views

I am new to Odoo and I want to make a validation to a field(e.g. supplier reference in quotation).

Should I edit the existing module or create a new module to make the field validation?

Avatar
Discard
Best Answer

you can inherit and do the needful..

use _constraints to achieve it...

Avatar
Discard