In Odoo manufacturing, let’s consider a scenario where you produce wooden chairs as the main product. Here are some potential byproducts: Wood shavings and sawdust: These are inevitable results of cutting and shaping the wood for the chair. Odoo allows you to include them in the BOM and assign a cost based on how much wood […]
In Odoo, recurring revenue refers to income generated from subscriptions or plans that customers pay for on a regular basis. This contrasts with one-time sales where a customer pays a fixed amount for a product or service. Odoo facilitates managing recurring revenue by allowing you to: Define Recurring Plans: You can set up different billing […]
In Odoo 17, the chatter feature remains a fundamental aspect of the platform, serving as a central hub for communication, collaboration, and activity tracking. Essentially, it provides a threaded discussion area associated with each record in the system. This feature enhances productivity, fosters teamwork, and streamlines business processes by providing a centralized platform for communication […]
Re-order from Portal is a feature offered by Odoo, an open-source business management software. It specifically allows customers to easily re-purchase items they previously bought through the company’s online customer portal. In simpler terms, it streamlines repeat orders for frequently needed products. Here’s a breakdown of the benefits: Saves Time: Customers don’t have to search […]
Odoo offers a Quality app specifically designed to manage and ensure product quality throughout your entire business process. 00:00 Intro 00:52 Quality Team 5:09 Quality Control Point 11:15 Manufacture the Product, Purchase Component 16:08 Deliver the Product 20:40 Reports 21:46 Access Rights in Quality Here’s a breakdown of its functionalities: Quality Checks: Conduct manual product […]
A scroll bar is a graphical element you see on computer screens and applications. It’s like a tiny control panel that lets you view more content than what can fit on your screen at once.There are a couple of reasons why large scroll bars are commonly used in point-of-sale (POS) systems: Accommodating Long Lists: POS […]
In Odoo 17, domains for fields act as powerful tools for filtering records displayed or permitted within a particular field based on specific criteria. This capability aids in refining selections and streamlining options for users, enhancing the overall user experience and efficiency. Domains enable the definition of rules that restrict the data visible or selectable […]
In Odoo, a common requirement is to add custom fields to various models like products, customers, or orders. When integrating these custom fields into the Point of Sale (POS) module, it’s crucial to ensure they are properly loaded and utilized within the POS interface. Odoo offers several methods for loading data into the POS module, […]
Odoo 17’s Inventory Management module streamlines the checkout process when an item leaves your warehouse or shop floor. This ensures proper documentation, and inventory tracking, and facilitates a smooth handover of goods. The Checkout Process Flow: Initiating the Checkout: The checkout process typically begins with a Delivery Order. This document outlines the specific items, quantities, […]
In Odoo, A One2many field signifies a one-to-many relationship between two models, allowing one model to have multiple related records from another model. The onChange method triggers actions when a field’s value changes, commonly used to update other fields. To update a One2many field from another field’s onChange method in Odoo, declare the One2many field to […]