Odoo offers a Quality app specifically designed to manage and ensure product quality throughout your entire business process. 00:00 Intro 00:52 Quality Team 5:09 Quality Control Point 11:15 Manufacture the Product, Purchase Component 16:08 Deliver the Product 20:40 Reports 21:46 Access Rights in Quality Here’s a breakdown of its functionalities: Quality Checks: Conduct manual product […]
In Odoo 17, a Many2many field represents a many-to-many relationship between two models. It allows you to link multiple records from one model to multiple records in another model. Each record in the first model can be linked to one or more records in the second model, and vice versa. You can empty a Many2many […]
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 […]
In this video, we have discussed how to super create and write functions in odoo 17. 1. The Create method is called when a new record is created, we can additionally add features while creating a record by supering the create function. 2. The write method is called when an existing record is being edited, […]