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 – 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 […]

Putaway Rule in Odoo 13 – CBMS Odoo ERP

This video explains about ‘Putaway rule in Odoo13’.A good warehouse implementation takes care that products automatically move to their appropriate destination location. Putaway is the process of taking products off the receiving shipment and putting them into the most appropriate location. A putaway strategy follows the same principle as removal strategies but affects the destination […]