3
0
Fork 0
web_techsystech/web_fix_modules_load/readme/DESCRIPTION.rst

8 lines
386 B
ReStructuredText

Odoo loads translations and module info using their names.
When you have a lot of modules installed (eg: 500+)
this can lead to very big GET requests (more than 12k) which, in most of the cases,
will be blocked by the web server (eg: nginx) because they are too big.
This module tries to fix this by using modules' ids instead of names
reducing dramatically the size of such requests.