ODOO
Execute a Python Method on Button Click in Odoo

Execute a Python Method on Button Click in Odoo

we will demonstrate how to update a student’s department using a wizard form in Odoo. The wizard will allow the user to input a new department name and apply the change to the selected student’s record upon clicking a button.

read more
Calling a Odoo Wizard from a Menu

Calling a Odoo Wizard from a Menu

What is an Odoo Wizard? A wizard in Odoo is a popup window primarily used to perform user-defined actions. It operates using a Transient Model, which means the data it handles is stored temporarily and is automatically deleted from the database at regular intervals....

read more