odoo-openupgrade-wizard/odoo_openupgrade_wizard/templates
hugues de keyzer 32cde3f0e7 disable odoo memory limit by default
by default, odoo limits the available memory to 2560 MiB, which can
cause MemoryError exceptions, especially when dealing with high amounts
of records. disable this limit by default.
2025-05-02 16:37:29 +02:00
..
odoo disable odoo memory limit by default 2025-05-02 16:37:29 +02:00
scripts [FIX] GREENIFY ALL THE TESTgit status! 2022-06-29 15:50:17 +02:00
.gitignore.j2 [REF] move all templates present in python file into a 'templates' subfolder 2022-06-27 00:34:39 +02:00
analysis.html.j2 [FIX] template: correct indentation 2025-01-31 15:24:40 +01:00
config.yml.j2 fixup! [IMP] oow upgrade. Add skip_update as an option in config.yml. (migration_step option). If enabled, in this step, the update all will be skipped, and only pre-migration (SQL) and post-migration (python script) will be executed. This is interesting: - for the first step, if your production is up-to-date, to save time. - for the last step, in recent version (since V14), where openupgrade doesn't contain odoo code. In that case, you should be sure that all your migration is OK, because in openupgrade context, some errors are just ignored. Use this option with caution. 2025-02-11 10:45:25 +01:00
custom-postgres.conf.j2 [IMP] Add postgresql custom configuration ; [ADD] extra setting into odoo_default_company key. (in config.yml file) ; [ADD] odoo_rpc_timeout extra settings ; [FIX] restore call to custom odoo.cfg file 2022-10-11 12:26:41 +02:00
modules.csv.j2 [REF] move all templates present in python file into a 'templates' subfolder 2022-06-27 00:34:39 +02:00