2020-10-08 07:17:49,823 7093 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf 2020-10-08 07:17:49,823 7093 INFO ? odoo: addons paths: ['/usr/lib/python3 ...
I've been testing custom Odoo docker images based on debian:bullseye to see if older Odoo releases can be run on Python 3.9. Odoo 14 works fine because it has commit 4f03a5f which replaces ...
There are multiple tools and libraries available for profiling in python world. cProfile, valgrind are freely available. 3rd party web monitoring services like NewRelic, App dynamics, Dynatrace ...
In Odoo first create the modules and then create a new field that saves images. Now to upload them correctly in your database and to resize images automatically and store them in database you can use ...