How to Use Pre Init hook in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, Hooks are Python methods or functions that are invoked at specific points during the execution of Odoo’s processing cycle. Hooks can be used to extend or modify the behavior  without directly modifying its core code.  The pre-init hook s a method provided by the Odoo framework to execute custom code before the initialization of […]

Least Packages Removal Strategy in Odoo 17 Inventory | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

The purpose of the Least Packages removal strategy in Odoo is to optimize inventory management by minimizing the number of packages opened to fulfill orders #odoofunctionalvideos Scenario: Imagine you have a product called “Flour” with a unit of measure in kilograms (kg). You store Flour in two types of packages: Large packages: Each containing 100 […]

Costing method in Odoo 17 Inventory | Inventory Valuation in Odoo 17 | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

A costing method is a technique businesses use to determine the cost of producing a good or providing a service. It involves analyzing various cost elements like raw materials, labor, and overhead expenses to accurately calculate the total cost per unit. #odoo17 There are different costing methods, each with its own advantages and best suited […]

Recruitment App in Odoo 17 | Odoo 17 Enterprise Edition | Odoo 17 Recruitment App – CBMS Odoo ERP

It is a sad fact that finding qualified candidates for open positions has grown to be a challenging endeavour for an organization’s human resource management. #odoo17 #odootutorials #odoofunctionalvideos Video Chapter 00:00  Introduction 00:42 Menus 01:08 Job Positions 07:35 Create a new job position 10:25 Applications menu 16:32 Reporting menu 19:10 Configuration menu 24:07 Settings  Hiring […]

What is MTO? | Make-To-Order in Odoo 17 Inventory | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

MTO in Odoo stands for Make To Order. It’s a specific inventory management strategy within the software. #mto #odooinventory #odoofunctionalvideos Here’s a breakdown of MTO in Odoo: Concept: With MTO, Odoo triggers production of an item only after a sales order is confirmed. This means you don’t manufacture or purchase products to keep in stock. […]

How to Create a Toggle Button in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo toggle buttons are commonly used in user interfaces to allow users to switch between two states or values.They are often utilized to represent boolean fields. #odootutorials Boolean fields in Odoo represent data that can be either true or false, yes or no, on or off,active or inactive. #odoo17 #odoodevelopment These fields are typically […]