There are several reasons why warnings are set for vendors and products in Odoo: #odoo17 #odoopurchase #odoofunctionalvideos For Vendors: Prevent problematic purchases: Warnings can help identify potential issues with vendors before finalizing a purchase order. This allows you to: #odootutorials Avoid exceeding budget limits: Set blocking messages to prevent exceeding a specific purchase amount for a vendor, […]
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 […]
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 […]