How to Track Field Value Changes in Odoo | Track Field Value Changes | Odoo 15 Tutorial Videos – CBMS Odoo ERP

Track visibility is used to track the changes made to the fields, as our system is a multi-user system and different people can access the same record. #odoo15tutorials There might be cases where we have to keep track of who changed the field values. In these cases, we can use track_visibilty. #odoo15developmentvideos #odooforbeginners Video Contents […]

How to Create Dashboard in Odoo 15 | How to Create Odoo 15 Dashboard Using Python and XML Files – CBMS Odoo ERP

This Video discusses Reporting dashboard in Odoo 15. It helps to create a dashboard using python and XML files, which comprises a graph, tree, pivot, and calendar view. #odooxml Video Contents ————————- 0:00 Introduction 0:44 Menu Item for dashboard 2:01 Menu action 4:47 Board view 8:20 Dashboard View 9:01 Graph View 12:38 Adding graph view […]

How to Create PDF Report in Odoo 15 | Print PDF | Reports in Odoo 15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

This video, explains report actions that trigger printing the PDF report. They are worked based on report templates and report actions, which generate reports based on a python function or a print button. Video Contents ———————— 0:00 Introduction 0:49 Report Directory 1:34 Report Action 6:12 Report Template 9:22 How to Print a report in Odoo […]

How to Add Translation for Custom Module in Odoo 15 | Adding Translation | Internationalization – CBMS Odoo ERP

In this video, we are discussing how to add translation in a custom module and its use cases in Odoo development. #odoointernationalization 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 […]

date_utils in Odoo 15 | Date_utils Odoo Tools | Odoo 15 Technical Videos – CBMS Odoo ERP

In this video we are discussing date_utils in Odoo 15, trying out a few sets of functions among the package Date_utils provides a powerful extension to the standard DateTime module. #odootechnicalvideos This is used for getting ranges and references to different time periods, computing relative deltas (next month, next year, next Monday, last week of […]

Wizards – Defining and Launching in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

This video explains about the Wizards: Defining and Launching in Odoo. Wizards describe interactive sessions with the user (or dialog boxes) through dynamic forms. #odoowizards A wizard is simply a model that extends the class Transient Model instead of Model. Wizard records are not meant to be persistent; they are automatically deleted from the database […]

Model Constraints & Python Constraints in Odoo15 | api.constrains() | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo helps you to set validations to recordsets with the help of python and model constraints. Mainly there are two ways in which constraints can be set to variants in Odoo. They are python and SQL constraints. #odoo15developmentvideos Basically python constraints are set in odoo using the class decorator api.constrains() which takes in the field […]

How to Define Kanban View in Odoo15 | Advanced Views | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo supports several views such as tree view, list view, kanban view, cohort view, pivot view, calendar view offering different styles of data representation. #odoo15kanbanview In addition, this helps the businesses at large, offering complete visibility of their operations, thereby smarter business decisions. #odoo15development In this video, we are discussing how to create a kanban […]

How to Define a Gantt View in Odoo15 | Advanced Views | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we will discuss How to create a Gantt View in odoo 15 and its use cases in odoo development. #odoo15ganttview In the early scenario, the business sector faced many challenges with respect to its project management or task management. #odoo15developmentvideos The people involved in the task- like Project Managers, Team Leaders, Operation […]