Advanced Views – Kanban View in Odoo 14 | Odoo 14 Development Tutorial – CBMS Odoo ERP

The kanban view is a kanban board visualization: it displays records as “cards”, halfway between a list view and a non-editable form view. view of your projects, opportunities, or leads. With a selected pipeline at the top, Records may be grouped in columns for use in workflow visualization or manipulation (e.g. tasks or work-progress management), […]

Inheritance – Delegation Inheritance | Inherits in Odoo | Odoo Development – CBMS Odoo ERP

In delegation inheritance provides more flexibility, we use the _inherits attribute. This is used if you want to sink another model in your current model without affecting the views. So the database tables contain fields in your model and also a field representing the inherited object. Read more about DIfferent Inheritance in Odoo: Video Contents: […]

Inheritance – Traditional Prototype Inheritance | inherits in Odoo | Odoo Development Tutorial – 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 […]

Odoo Webinar | Odoo Technical Training 2020 Day-3 | Cybrosys Technologies – CBMS Odoo ERP

Odoo Technical Training 2020 Day-3 The key objective behind Odoo Technical Training is to literate the Odoo developers, Technical Consultants, and beginners who are interested in Odoo development. The training envisions in sharing how we can customize existing Odoo functionalities and develop our own new features. The training will cover all the basic Odoo module […]

Odoo Webinar | Odoo Technical Training 2020 Day-2 | Cybrosys Technologies – CBMS Odoo ERP

Odoo Technical Training 2020 Day-2 The key objective behind Odoo Technical Training is to literate the Odoo developers, Technical Consultants, and beginners who are interested in Odoo development. The training envisions in sharing how we can customize existing Odoo functionalities and develop our own new features. The training will cover all the basic Odoo module […]

Odoo Webinar | Odoo Technical Training 2020 Day-1 | Cybrosys Technologies – CBMS Odoo ERP

Odoo Technical Training 2020 Day-1 The key objective behind Odoo Technical Training is to literate the Odoo developers, Technical Consultants, and beginners who are interested in Odoo development. The training envisions in sharing how we can customize existing Odoo functionalities and develop our own new features. The training will cover all the basic Odoo module […]

Odoo Development – Automated Actions in Odoo 13 – CBMS Odoo ERP

Odoo development tutorials – Types of Actions in Odoo Get the module from our repository: Automated Actions (ir.cron) Actions triggered automatically on a predefined frequency. name Name of the automated action (Mainly used in log display) interval_number Number of interval_type uom between two executions of the action interval_type Unit of measure of frequency interval (minutes, […]