How to Create a Sequence Number in Odoo 17 | Odoo 17 Technical Videos | Odoo 17 Development Tutorial – CBMS Odoo ERP

In Odoo, a sequence number serves as a unique identifier for records within specific models, ensuring each entry is distinct and sequentially ordered. This tutorial explores the creation and customization of sequence numbers in Odoo 17, focusing on their application in sales orders, purchases, and invoices. Discover how to personalize sequences with options like prefixing, […]

How to Set Access Rights in Odoo 17 Accounting | Odoo 17 Functional Tutorials – CBMS Odoo ERP

1. Internal user: 1.1. Consolidation user: In Odoo, there isn’t a specific user type called a “consolidation user”. The consolidation process is handled through the Odoo Consolidation module, which is designed for users with accounting permissions. Here’s a breakdown of how Odoo Consolidation works: Functionality: It allows you to generate consolidated financial reports by combining […]

How to Set Default Value for a Field Using Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, the ability to set default values for fields dynamically using functions is a powerful feature that enhances flexibility and customization options within the system. Unlike static default values, which remain constant regardless of circumstances, dynamic defaults enable developers to define default values based on specific conditions or calculations.To implement dynamic default values, […]

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 Create Filters in Odoo 17 | How to Add a Filter in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Search filters in Odoo 17 serve as a comprehensive toolkit, offering users many options to navigate and analyze their data effectively. These filters empower users to fine-tune their search criteria precisely, allowing them to specify the exact attributes and conditions needed to retrieve relevant records. Whether users are searching through lists, forms, or kanban boards, […]

How to Configure Public Holidays & Mandatory Days in Odoo 17 | Odoo 17 Time Off App – CBMS Odoo ERP

Odoo 17’s Time Off application offers functionalities to manage employee leave effectively. A crucial aspect of this is configuring public holidays and mandatory work days. This ensures accurate leave tracking, avoids scheduling conflicts, and streamlines the leave request process. Public Holidays: Creating Public Holidays: Navigate to the Time Off app, then Configuration followed by Public […]

How to Manage Automatic Receipt Printing Orders in Odoo 17 POS | Odoo 17 Functional Tutorials – CBMS Odoo ERP

Automatic receipt printing is a feature offered by point-of-sale (POS) systems . It allows a receipt to be printed automatically upon completion of a sale or order, without the need for manual intervention. Set up receipts by going to Point of Sale ‣ Configuration ‣ Point of Sale, selecting a POS, and scrolling down to the Bills & […]

How to Manage Early Receipt Printing in Odoo 17 POS | Early Receipt Printing in Odoo 17 | POS Videos – CBMS Odoo ERP

Imagine you’re working as a waiter at a restaurant that uses Odoo 17 with Early Receipt Printing enabled. Here’s how it might play out: A group of four friends arrives and places their orders. As you take their orders in the PoS system, you can choose to print an Early Receipt for each individual meal instead of […]

How to Render Data to the Browser in Odoo 17 | Render Data to the Browser | Odoo 17 Technical Videos – CBMS Odoo ERP

This video covers the case of how we can pass the data to the browser, which can be done with the help of controllers. Controllers serve as intermediaries between the front-end of a web application and its back-end. They interpret requests made by the browser and determine how to respond, often by retrieving data from a […]