In Odoo 16, an abstract model refers to a special type of model that serves as a template or base for other models to inherit from. #odoo16 It is not meant to be instantiated or used directly as a standalone model, but rather as a building block for creating new models with shared attributes and […]
An abstract is a generic model that implements some feature that can then be inherited by a regular model. Video Contents ———————— 00:00 Introduction 00:50 Creating an Abstract Model 01:17 Checking the Model in Odoo and Pg Admin 03:08 How to Use Abstract Model Methods and Fields in the Regular Models Sometimes, there is a […]
Odoo Abstract model is the Main super-class for the regular database-persisted Odoo module. Here this video describes the What is Abstract model how to Abstract the model, use the Abstract model. Video Contents ————————- 0:00 Introduction [How to implement an abstract model in Odoo] 0:35 Creating a new abstract model 2:16 Creating fields 3:02 Usage […]