In this video we are discussing How to browse and search records from a model in odoo 15. Video Contents 00:06 Introduction 00:40 Searching and browsing a record The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. This method accepts a […]
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 […]