Learn – How to create a Window Action and Menuitem in Odoo 8 with Example
Greetings Everyone, In this blog-post tutorial, you will learn how to create an Action and its Menuitem in an Odoo…
Learn Odoo Technically!!
Greetings Everyone, In this blog-post tutorial, you will learn how to create an Action and its Menuitem in an Odoo…
Greetings Everyone, In this blog-post you will learn about the __init__.py and __openerp__.py file of an odoo module. __init__.py –…
Greetings Everyone, In this blog-post you will learn about the modular structure of odoo i.e. What a module consists of,…
Greetings Everyone, in this blog-post you will learn how to override name_get method in Odoo 8. The syntax of name_get…
Greetings Everyone, in this blog-post you will learn how to override default_get method in Odoo 8. The syntax of default_get…
Greetings everyone, in this blog-post, you will learn how to override write method in Odoo 8. The write method for…
Greetings everyone, In this blog-post, you will learn how to override create method in Odoo v8. The create method for…