Wizards – Defining and Launching in Odoo 15 | Odoo 15 Development Tutorials – 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. #odoowizards 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 […]

View Inheritance in Odoo 15 | Inheritance in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to inherit an existing view to add new fields or make changes in it. #odooinherit When you create and inherit objects in some custom or specific modules, it is better to inherit (than to replace) from an existing view to add/modify/delete some fields and preserve the others. #odoo15tutorials […]