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, […]
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 […]
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 […]
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” […]
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 […]
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 […]
#Odoo #POS #sale #report #details #printer
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 […]
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 […]