As I know, we can use from odoo.tools.misc import profile
or from odoo.tools.profiler import profile
in odoo14 for profiling. They, however, are all deprecated in odoo16.
If I want to log my python method in odoo16, what tool should I use?
As I know, we can use from odoo.tools.misc import profile
or from odoo.tools.profiler import profile
in odoo14 for profiling. They, however, are all deprecated in odoo16.
If I want to log my python method in odoo16, what tool should I use?