In this article, you will learn how to override a button located in built-in modules like purchase, sales, crm, etc. To achieve this functionality we will use the super method provided by odoo.
How to override button functionality in odoo
To override the button method in our custom module we are going to use the super method, the purpose of overriding any button is to add or modify the existing functionality that comes with odoo modules by default.
0 Comments