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

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

Automatic Reordering Rule in Odoo 17 Inventory | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

Odoo’s automatic reordering rule helps manage inventory levels by automatically generating purchase or manufacturing orders when stock dips below a certain point. Here’s a breakdown of how it works: Setting Up the Rule: Configure the product: Navigate to the product you want the rule for in the Inventory app. Enable Reordering Rules: Look for the “Reordering Rules” […]

How to use post init hook in Odoo? | Post init hook in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, hooks are functions that are presented as a string in the __init__ file of a module. They are the functions that can execute before and after the existing code. #odoo17 Post_init_hook are the functions that will execute after the module installation. These functions are included by specifying their names within the init.py file […]

#8 Receipt Reminder in Odoo 17 Purchase | Odoo 17 Purchase Tutorials | Odoo 17 Functional Videos – CBMS Odoo ERP

In Odoo, the receipt reminder is a feature within the Purchase module that helps improve communication and streamline the purchase order process Automatically reminding vendors about the expected receipt date of their delivered goods or services. Optionally requesting confirmation from vendors before the receipt date, ensuring clarity and reducing potential delays. Prerequists Ensure you have the Odoo Purchase […]

How to Send Emails From Odoo 17 Using Code | Odoo 17 Development tutorials – CBMS Odoo ERP

Discover how to optimize your business operations with a step-by-step tutorial on email automation in Odoo 17. #odoo17 Learn to create tailored email templates, streamline outgoing email server configurations, and seamlessly integrate Python code to trigger email-sending events based on predetermined conditions. #odootutorials Enhance your efficiency by automating email communication processes, empowering your team to […]