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 […]