Greetings everyone, in this blog-post, you will learn how to override write method in Odoo 8. The write method for a particular model can be called by clicking the ‘Edit’ & followed by ‘Save’ button in the view of that model. Here i have overridden the write method of res.users model. You can override the write method […]
Tag: @api.one
Learn: Overriding Create Method in Odoo 8 with Example
Greetings everyone, In this blog-post, you will learn how to override create method in Odoo v8. The create method for a particular model can be called by clicking the ‘Create’ button in the view of that model. Here I have overridden the create method of res.users model. You can override the create method of any model in similar […]