Odoo 18 New HTML Editor | HTML Editor in Odoo 18 | Odoo 18 New Features | Latest Feature in Odoo 18 – CBMS Odoo ERP

Odoo offers several ways to work with HTML, depending on your specific needs and the module you’re using. Here’s a breakdown: 1. HTML/CSS Editor: – Provides a dedicated tool for advanced customization of your website’s appearance. – Allows direct editing of HTML and CSS code. – Offers a code editor interface for precise control over […]

How to Create Lead/Opportunity From Odoo 17 Website App | Odoo 17 Functional Tutorials – CBMS Odoo ERP

There are several advantages to creating opportunities through an Odoo website: Automate Lead Capture: Odoo can turn website interactions into opportunities automatically. When a visitor fills out a contact form or submits an inquiry, Odoo can create a new lead or opportunity in your CRM. This saves you time and effort compared to manually entering […]

How to Create Ticket From Odoo 17 Website Form | Odoo 17 Website App | Odoo 17 Functional Tutorials – CBMS Odoo ERP

In Odoo, a ticket is a record within the Helpdesk module that represents a customer support request. It essentially acts as a digital file that tracks all the communication and activity related to a specific customer issue. Here’s a breakdown of what a ticket in Odoo typically entails: Customer Issue: This is the core of […]

How to Define Compute Fields & Compute Functions in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In this video, we will explore how to create and use compute fields and compute functions in Odoo 17. Compute fields are special fields whose values are computed dynamically based on other fields or data in the system. This feature allows you to create fields that automatically update their values when related fields change, ensuring […]

How to Add New Custom Addons Path in Odoo 17 | Configure Custom Addons Path | Odoo 17 Development – CBMS Odoo ERP

In Odoo, the addons path specifies the directories where the system searches for modules (addons) to load. While Odoo typically looks for addons in predefined paths specified in the configuration file (odoo.conf) by default, there are situations where you may need to include additional directories containing custom addons. This flexibility allows for better organization and […]

Introspection & Inspection | Odoo External API | Odoo XMLRPC – CBMS Odoo ERP

While we previously used fields_get() to query a model and have been using an arbitrary model from the start, Odoo stores most model metadata inside a few meta-models which allow both querying the system and altering models and fields (with some limitations) on the flyover XML-RPC. #odooexternalapi #xmlrpc #odooxmlrpc #Introspection #Inspection #Odoo #External #API #Odoo […]