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

Fleet Management Odoo 17 | Overview of Odoo 17 Fleet Management App | Odoo 17 Fleet App Demo – CBMS Odoo ERP

In Odoo, “fleet” refers to the Fleet Management application. It’s a software module designed to help businesses organize and manage their vehicles, including: Vehicle details: Track information like make, model, mileage, and engine specifications for each vehicle. Driver management: Assign drivers to vehicles and keep track of their licenses and qualifications. Leasing and contracts: Manage leasing agreements, fuel […]

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

#7 How to Set Alerts or Warnings for Vendors and Products in Odoo 17 Purchase App – CBMS Odoo ERP

There are several reasons why warnings are set for vendors and products in Odoo: #odoo17 #odoopurchase #odoofunctionalvideos For Vendors: Prevent problematic purchases: Warnings can help identify potential issues with vendors before finalizing a purchase order. This allows you to: #odootutorials Avoid exceeding budget limits: Set blocking messages to prevent exceeding a specific purchase amount for a vendor, […]

#11 Bill Control Policy in Odoo 17 Purchase App | Bill Control in Odoo 17 | Odooo 17 Purchase Videos – CBMS Odoo ERP

A bill control policy is a guideline that determines when and how a vendor is billed for goods or services. It is commonly used in the context of purchase orders, where it dictates the timing and quantity basis for creating invoices. #odoo17 #odoopurchase #odoofunctionalvideos There are typically two main options for bill control policies: Ordered […]

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