Learn – How to create a Search View in Odoo 8 with Example
Greetings Everyone, In this blog-post tutorial, you will learn how to create a Search View in an Odoo 8 module.…
Learn – How to create a Tree View in Odoo 8 with Example
Greetings Everyone, In this blog-post, you will learn how to create a Tree View in an Odoo 8 module. What…
Learn – How to create a Form View in Odoo 8
Greetings Everyone, In this blog-post, you will learn how to create a Form View in an Odoo 8 module. What…
Learn – How to Create a Model in Odoo 8 with Example
Greetings Everyone, In this blog-post you will learn what is a model and how to create a model in an…
Understanding __init__.py and __openerp__.py file in Odoo
Greetings Everyone, In this blog-post you will learn about the __init__.py and __openerp__.py file of an odoo module. __init__.py – This…
Odoo Module Structure
Greetings Everyone, In this blog-post you will learn about the modular structure of odoo i.e. What a module consists of,…