How to Create & Manage Combo Products in Odoo 18 | Combo Products in Odoo 18| Odoo 18 New Features – CBMS Odoo ERP

Combo products in Odoo 18 are a powerful tool that allows you to create and sell bundles of products or services as a single unit. This feature can be beneficial for various business scenarios, such as: Product bundles: Offering a group of related products at a discounted price. Service packages: Bundling multiple services into a […]

How to Add Language Translation in Odoo 17 | Internationalization | Adding Translation in Odoo 17 – CBMS Odoo ERP

Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo is a feature to translate words, labels, and strings in our required language. i.e.; with Odoo we can easily translate text strings in one language to another language without any extra customizations.  It is important to consider translations […]

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

How to Create an XLS Report in Odoo 17 | XLS Report in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

XLSX reports are essential for structured data analysis, customizable presentation, and compatibility across platforms, facilitating efficient decision-making and communication within organizations. In this tutorial, we’ll explore how to create XLSX reports in Odoo 17, enabling users to export data from their Odoo system into Excel-compatible files for enhanced analysis or sharing purposes. #Odoo17 #XLSReports #OdooDevelopment […]