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 Configure Product Reference Price in Odoo 17 Website App | Odoo 17 Functional Tutorials – CBMS Odoo ERP

In Odoo, the product reference price refers to the price displayed per unit of measure on the product page of your website. This helps customers understand the cost of a product relative to its quantity. Here’s what you need to configure Product Reference Price: Activate the Feature: Go to Website — Configuration — Settings and […]

How to Create & Publish a Blog in Odoo 17 Website | Odoo 17 Functional Tutorials | Odoo 17 Videos – CBMS Odoo ERP

Odoo 17 isn’t just about managing inventory or streamlining sales – it can also be a powerful platform for crafting and sharing your expertise through a built-in blog. Here’s a comprehensive guide to get you started with creating and publishing engaging blog content in Odoo 17: 1. Setting the Stage: Blog Creation Access the Website […]

How to Manage Custom Header & Footer in Odoo 17 POS | Create Custom Header & Footer in Odoo 17 POS – CBMS Odoo ERP

The main purpose of a custom header and footer in Odoo POS is to personalize your receipts with additional information beyond the standard Odoo output. This can be useful for: Branding: Including your company logo, name, and slogan in the header can increase brand recognition on every receipt. Promotional messages: You can use the footer […]

How to Create Badges & Challenges in Odoo 17 Employee App | Employee Management in Odoo 17 – CBMS Odoo ERP

Odoo 17’s employee module goes beyond simple HR management. It leverages gamification through badges and challenges to boost employee morale, increase engagement, and drive desired behaviours. Let’s delve into how these features work: Badges: Virtual Recognition for Achievements Celebrating Milestones: Employee badges are virtual tokens awarded for completing specific tasks or reaching predefined goals within […]

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 Add New States to an Existing State Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, states play a pivotal role in indicating the different stages or statuses that records can undergo within the system. These states are commonly represented as selection fields in Odoo models, allowing users to easily discern the current status of a record. To append new states without altering the existing ones, the selection_add […]