-
Odoo for NGO's
Michael Karrer
-
Have you got a great idea for a presentation?
Odoo Community Association (OCA)
-
Testing best practices, tips and tricks
Simone OrsiDone
-
Complex Calculations on Odoo using Google sheets
Ossi MäntylahtiDone
-
EDI made simple
Simone OrsiDone
-
Job and Service Management for Install and Construction
Wolfgang HallDone
-
Odoo BDD? What's that?
Pierre VerkestDone
-
Vault: Managing passwords in Odoo
Frederik Kramer and Florian KantelbergDone
-
Working offline without leaving Odoo
Pedro M. BaezaDone
-
Pattern Import Export
Sébastien BeauDone
Lead developer at Sunflower IT, an Odoo integrator in the Netherlands.
Sometimes we are confronted with bad performance in Odoo and not sure where to look in the code. Older versions or custom code can cause database locking conflicts and memory issues. Profilers such as py-spy can be useful, but have to be fired at the exact right moment and at the right worker to give useful information.
We developed a set of non-intrusive scripts that can be applied on production servers and monitor for locks and high memory usage, then profile the situation. These scripts can be used to quickly point to the offending code, even when just stepping into a new project and dealing with a very large codebases that you are unfamiliar with.