Search filters in Odoo 17 serve as a comprehensive toolkit, offering users many options to navigate and analyze their data effectively. These filters empower users to fine-tune their search criteria precisely, allowing them to specify the exact attributes and conditions needed to retrieve relevant records. Whether users are searching through lists, forms, or kanban boards, […]
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 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 […]