The need for profilers is very important for a programmer for the analysis of his program in different aspects. Code profiling helps us to analyze the time taken to execute a program, frequency of a function call, memory usage, complexity of a program, etc. #odoo15developmentvideos Video Contents ————————- 0:00 Introduction (Profiling Odoo Code) 0:58 Installing […]
Track visibility is used to track the changes made to the fields, as our system is a multi-user system and different people can access the same record. #odoo15tutorials There might be cases where we have to keep track of who changed the field values. In these cases, we can use track_visibilty. #odoo15developmentvideos #odooforbeginners Video Contents […]