Code profiling helps the developers to evaluate the performance of their code, the time taken to execute their program, the frequency of the function call, etc… Video Contents 00:00 Introduction to Code Profiling in Odoo 00:34 How to Enable profiling 01:51 What is Ir Profiling in Odoo 02:26 What is the Flame graph in Odoo […]
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 […]