How to Create Timesheets Report Using Odoo 17| Timesheet Reports in Odoo 17| Odoo 17 Tutorials – CBMS Odoo ERP

Timesheet Reports in Odoo 17 Odoo 17’s Timesheet module offers robust reporting capabilities to provide valuable insights into employee productivity, project performance, and cost management. Businesses can effectively analyze time-tracking data with a range of pre-built reports and customization options. Key reports include the Timesheet Summary, which offers an overview of time spent on different […]

How to Manage Bill of Material BOM in Odoo 17 Manufacturing App | Odoo 17 Functional Tutorials – CBMS Odoo ERP

In Odoo, BOM stands for Bill of Materials. It’s essentially a recipe or blueprint for a manufactured product or kit. It lists out all the individual components required, along with their exact quantities, to create the finished good. Odoo’s BOM functionality goes beyond just a parts list, however. It can also include: Assembly instructions: You […]

SQL Constraints in Odoo 17 | What is SQL Constraints in Odoo? | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, SQL constraints are used to enforce data integrity rules at the database level. These constraints ensure that the data stored in the database meets certain criteria or conditions. SQL constraints are defined within the Python models of an Odoo module and are then translated into corresponding SQL constraints when the module is […]

How to Render Data to the Browser in Odoo 17 | Render Data to the Browser | Odoo 17 Technical Videos – CBMS Odoo ERP

This video covers the case of how we can pass the data to the browser, which can be done with the help of controllers. Controllers serve as intermediaries between the front-end of a web application and its back-end. They interpret requests made by the browser and determine how to respond, often by retrieving data from a […]