Odoo13

Well...Today is the learning day. I know that every student which belongs to IT,CS,CE whatever, wants to develop their own website, apps etc. But they didn't find the right way to do so. As I already said web development is not a big deal. You just need to boost up your programming concepts, your logic building and that's it. Its not necessary to develop applications using traditional programming languages like php,c#,java. You need to now change your mind towards OpenSource Technology like ERP/Odoo. Now all of you have a question on your mind what is Odoo/ERP and opensource.


How to Install and Configure Odoo 13 with Pycharm on Windows

How to Install and Configure Odoo 13 with Pycharm on Windows

In this article you will learn how to install and configure Odoo 13 with Pycharm in Windows 10.

How to create new module in odoo 13

How to create new module in odoo 13

In this article you will learn how to create new module in odoo13.

Components and Structure of Odoo 13 Module

Components and Structure of Odoo 13 Module

In this article you will learn what are inside in a brand new odoo modules, you will also know about manifest.py, init.py, views and other structures of a newly created module.

How to create new model in Odoo13

How to create new model in Odoo13

In this article you will learn how to create a new model in odoo13. You will also learn different types of fields and attributes that a model contains.

How to create a Window Action and Menuitem in Odoo13

How to create a Window Action and Menuitem in Odoo13

In this article you will learn how to create a Window Action and Menuitem in Odoo13.

https://learnopenerp.blogspot.com/2020/09/create-form-tree-view-odoo13.html

How to define Tree and Form View in Odoo13

In this article you will learn how to create form and tree (list) view in odoo 13. You will also know what are different types of views in odoo in detail.

Apply domain filter on many2one field in Odoo13

Apply domain filter on many2one field in Odoo13

In this article you will learn how set domain filter on many2one field in odoo 13.