How to setup Odoo 19 Development Environment using Pycharm in Ubuntu | Odoo 19 Installation – CBMS Odoo ERP

🚀 In this step-by-step tutorial, I’ll show you how to set up an Odoo 19 development environment on Ubuntu using PyCharm IDE. Whether you’re a beginner or an experienced developer, this guide will help you configure everything you need to start building and customizing Odoo modules efficiently. 🔑 What you’ll learn in this video: Installing […]

EP-34 How to Create a New Category for New User Group in Odoo 18 | Odoo 18 Development Tutorials – CBMS Odoo ERP

1. Enable Developer Mode Go to Settings → Developer Tools → Activate the developer mode. 2. Go to Groups Settings → Users & Companies → Groups Click Create. 3. Create the Group Name → e.g., “Custom Reports Access” Application → This is the category where it appears in the user form. You can select an […]

What if Your Odoo Development in PyCharm was 2x Faster? | CBMS Assista: Odoo Helper for Pycharm – CBMS Odoo ERP

Introducing Assista Odoo Development Plugin For Pycharm :  🔑 Key Features ✅ Module Snippets: 🧩 (Basic, Advanced, OWL Basic, OWL Advanced, etc.) ✅ File Snippets: 📄 (Models, Controllers, Basic View, Advanced View, Report View, Inherited View, etc.) ✅ Python Keywords for Code Completion: 🐍 (Class, fields, methods, etc.) ✅ XML Keywords for Code Completion: 💻 […]

CBMS Assista IDE- Built For Odoo Fullstack Developers| How to Deploy Odoo for Custom Development – CBMS Odoo ERP

CBMS Assista IDE is the first Integrated Development Environment (IDE) tailored specifically for Odoo fullstack developers. Built on top of Code – OSS, the open-source foundation of Visual Studio Code, Assista IDE extends its capabilities with powerful, Odoo-specific enhancements. Whether you’re working on the backend, frontend (OWL/website), or deploying your Odoo code, CBMS Assista IDE […]

CBMS Assista- Odoo helper for VS Code| How to Make Odoo Custom Module Development Simpler,Faster – CBMS Odoo ERP

How to Make Odoo Custom Module Development Simpler, Faster & Better – Get Started Today CBMS Assista: Odoo helper for VS Code – An intelligent code assistant designed to accelerate Odoo development in Visual Studio Code. Whether you’re building your first Odoo module or developing complex enterprise features, this extension streamlines your workflow with powerful […]

API Documentation URL in Odoo 19 | Runtime Technical Document URL | Odoo 19 Development Tutorial – CBMS Odoo ERP

Dynamic Developer Documentation and Playground. A powerful new module that provides live, database-driven documentation at new, dark endpoints. It auto-generates a complete list of models, fields, and methods to directly frame your database schema. It includes a built-in playground to test method calls over HTTP. It also provides code examples in multiple languages, such as […]

EP-27 How to Add Help Tooltip in Odoo 18 Form View |Odoo 18 Technical Tutorials |Odoo 18 Development – CBMS Odoo ERP

In Odoo, a Help Tooltip is a small informative text that appears when a user hovers over (or clicks on, depending on configuration) a field label or element in the user interface. It’s used to provide additional guidance or explanations about the purpose or usage of a particular field or feature, improving the user experience […]

EP-25: What is the Difference Between Image & Binary Field in Odoo 18 | Odoo 18 Development Tutorial – CBMS Odoo ERP

The two field definitions, image_1920 = fields.Image(string=”Student Image”) and image_1920 = fields.Binary(string=”Student Image”), both serve the purpose of storing image data in an Odoo model, but they have some key differences in how they are intended to be used and how Odoo handles them by default. Here’s a breakdown of the distinctions: fields.Image(string=”Student Image”) Intended […]