Greetings Everyone, In this blog-post tutorial, you will learn how to create a Search View in an Odoo 8 / 9 / 10 /11 / 12 module. What is Search View in Odoo? A search view defines the search options that will be available in the views. Which search options are available in Search View? […]
Tag: odoo tutorial
Learn – How to create a Window Action and Menuitem in Odoo 8 to12 with Example
Greetings Everyone, In this blog-post tutorial, you will learn how to create an Action and its Menuitem in an Odoo 8 / 9 /10 / 11 / 12 module. Type of Actions in Odoo: Window Actions (ir.actions.act_window) URL Actions (ir.actions.act_url) Server Actions (ir.actions.server) Report Actions (ir.actions.report.xml) Client Actions (ir.actions.client) Here we’ll learn about the Window […]
Learn: Overriding Write Method in Odoo 8
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 […]
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 […]