#10 How to Manage Call for Tendor in Odoo 17 Purchase App | Purchase Agreement in Odoo 17 | Odoo 17 – CBMS Odoo ERP

A “call for tendor” is a formal invitation or request made by an organization or a company to prospective suppliers or service providers to submit their bids or proposals for the supply of goods, services, or the execution of a specific project. It is a common process used in procurement and contracting to ensure transparency, […]

How to Add New Custom Addons Path in Odoo 17 | Configure Custom Addons Path | Odoo 17 Development – CBMS Odoo ERP

In Odoo, the addons path specifies the directories where the system searches for modules (addons) to load. While Odoo typically looks for addons in predefined paths specified in the configuration file (odoo.conf) by default, there are situations where you may need to include additional directories containing custom addons. This flexibility allows for better organization and […]

How to Manually Reorder the Product in Odoo 17 | Reordering Rules in Odoo 17 | Odoo 17 Inventory – CBMS Odoo ERP

In Odoo, a manual reordering rule allows you to set up a product to not automatically trigger a purchase order when its stock level falls below a certain threshold. Instead, the system informs you that a reorder is needed, but you need to manually initiate the purchase yourself. 1. Setting the rule: You define a minimum […]

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