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 […]
In Odoo, we have two types of buttons they are “Object Type” and “Action Type”.In the case of the Object type button, the Python method mentioned in the name attribute of the button will be executed on button click but in the case of Action type, it’s possible to call an action record using the […]