Wizards – Defining and Launching in Odoo – CBMS Odoo ERP

Wizards – Defining and Launching in Odoo – CBMS Odoo ERP

This video explains about the Wizards: Defining and Launching in Odoo

Wizards describe interactive sessions with the user (or dialog boxes) through dynamic forms. A wizard is simply a model that extends the class Transient Model instead of Model

Wizard records are not meant to be persistent; they are automatically deleted from the database after a certain time. This is why they are called transient.

Get the module from our repository:

Wizard models do not require explicit access rights: users have all permissions on wizard records.

Wizard records may refer to regular records or wizard records through many2one fields, but regular records cannot refer to wizard records through a many2one field.

A wizard is a model that display a form view to the user usually in a dialog window.

#odoodevelopment #odootutorials #odoo13

#Wizards #Defining #Launching #Odoo

Similar Posts

2 Comments

  1. avatar
    @amineziadi5211 says:

    the worst tutorials I have ever watched: nothing is clear you just read and explain nothing as if you have just copied the code and u don't understand what is written. thank u any way for the effort

Leave a Reply

Your email address will not be published. Required fields are marked *