How to Manage By Products in Odoo 17 Manufacturing App | By Products in Odoo 17 | Odoo 17 Videos – CBMS Odoo ERP

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

How to Configure Recurring Revenue in Odoo 17 CRM | Odoo 17 CRM Videos | Odoo 17 Functional Tutorial – CBMS Odoo ERP

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

How to Add a Chatter in Odoo 17 | Adding a Chatter in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

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

How to Configure Re Ordering From Portal in Odoo 17 Website | Re-Order From Portal in Odoo 17 – CBMS Odoo ERP

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

How to Use Quality Module in Odoo 17 | Quality Module in Odoo 17 | Odoo 17 Functional Tutorials – CBMS Odoo ERP

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

How to Manage Large Scrollbar in Odoo 17 POS | Odoo 17 Point of Sale | Odoo 17 Functional Tutorials – CBMS Odoo ERP

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

How to Add a Domain for a Field in Odoo 17 | Odoo 17 Development Tutorial | Odoo 17 Technical Videos – CBMS Odoo ERP

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

How to Load Custom Field to POS in Odoo 17 | Odoo 17 Development Tutorials | Odoo 17 POS Videos – CBMS Odoo ERP

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

How to Manage Check Out Process in Odoo 17 Website | Odoo 17 Functional Tutorials | Odoo 17 Website – CBMS Odoo ERP

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

How To Update One2many Field From OnChange of Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

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