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

How to Create User Notification in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In this tutorial, we’ll explore how to create user notifications in Odoo 17, User notifications are crucial for enhancing user experience by providing immediate feedback or conveying important information based on specific events or actions within the Odoo application. Various notification options exist in Odoo, namely: Sticky Notification, ,Rainbow Man Effect, Alert ,Raise Exception/Validation.By understanding and implementing […]

How to Add a Tool Tip to a Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Learn how to enhance user experience in Odoo 17 by adding tooltips to fields. Tooltips provide helpful hints or additional information when users hover over specific fields, improving usability and guiding users through the system. #odoo17 #odootutorials This tutorial demonstrates the steps to add tooltips to fields in Odoo 17, empowering users with contextual information […]

How to Create a Toggle Button in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo toggle buttons are commonly used in user interfaces to allow users to switch between two states or values.They are often utilized to represent boolean fields. #odootutorials Boolean fields in Odoo represent data that can be either true or false, yes or no, on or off,active or inactive. #odoo17 #odoodevelopment These fields are typically […]

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

How to use post init hook in Odoo? | Post init hook in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, hooks are functions that are presented as a string in the __init__ file of a module. They are the functions that can execute before and after the existing code. #odoo17 Post_init_hook are the functions that will execute after the module installation. These functions are included by specifying their names within the init.py file […]

How to Send Emails From Odoo 17 Using Code | Odoo 17 Development tutorials – CBMS Odoo ERP

Discover how to optimize your business operations with a step-by-step tutorial on email automation in Odoo 17. #odoo17 Learn to create tailored email templates, streamline outgoing email server configurations, and seamlessly integrate Python code to trigger email-sending events based on predetermined conditions. #odootutorials Enhance your efficiency by automating email communication processes, empowering your team to […]