Inheritance – Traditional Prototype Inheritance in Odoo 13 – CBMS Odoo ERP

In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we […]

Inheritance – Traditional Class Inheritance in Odoo 13 – CBMS Odoo ERP

In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit old class/model, properties, methods and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend […]

Relations Between Models in Odoo: Many2Many Fields in Odoo 13 – CBMS Odoo ERP

Video tutorial covers the relationship between the models by using the Many2many fields and usage and declaration of Many2Many fields in odoo. Related Videos: Building an odoo module: Create an Empty Module Structure Scaffold Command: Components and Structure of Odoo 13 Module: Get the module from our repository: Odoo 14 Videos: Configure Odoo 14 Project […]

Relations Between Models in Odoo: One2Many Fields in Odoo 13 – CBMS Odoo ERP

Video tutorial includes the establishment of the relationship between the models using One2many fields. Also covers the declaration and properties of One2Many fields in odoo Related Videos: Building an odoo module: Create an Empty Module Structure Scaffold Command: Components and Structure of Odoo 13 Module: Many2One Fields in Odoo 13: Get the module from our […]

Relations Between Models on Odoo: Many2One Fields in Odoo 13 – CBMS Odoo ERP

Video tutorial covers the topic of the relationship between the models using the Many2one fields. Declaration and property of Many2one fields in odoo. Related Videos: Building an odoo module: Create an Empty Module Structure Scaffold Command: Components and Structure of Odoo 13 Module: Get the module from our repository: Related Videos: Configure Odoo 14 Project […]