odoo-openupgrade-wizard/odoo_openupgrade_wizard/tools
Rémy Taymans 2b0e359d4e [FIX] estimate-workload: wrong warning message
Previous syntax does not replace correctly the markers in the string.

Using an f-string fix this.

Before:
2024-02-06 10:47:02.303 | WARNING  | odoo_openupgrade_wizard.tools.tools_odoo_module:get_odoo_apps_url:359 - Error when trying to get %s: %s

After:
2024-02-07 10:51:11.964 | WARNING  | odoo_openupgrade_wizard.tools.tools_odoo_module:get_odoo_apps_url:356 - Error when trying to get https://apps.odoo.com/apps/modules/12.0/partner_contact_address/: Exceeded 30 redirects.
2024-02-07 11:15:23 +01:00
..
tools_click_odoo_contrib.py [FIX] copydb : add the copy of the filestore 2023-07-17 14:12:14 +02:00
tools_docker.py Fix 404 not found errors when using docker 2023-11-09 20:50:46 +01:00
tools_odoo_instance.py Use last python image for linting 2023-11-09 17:02:24 +01:00
tools_odoo_module.py [FIX] estimate-workload: wrong warning message 2024-02-07 11:15:23 +01:00
tools_odoo.py Use last python image for linting 2023-11-09 17:02:24 +01:00
tools_postgres.py Fix listing containers during removal of containers 2023-11-09 16:27:29 +01:00
tools_system.py Use last python image for linting 2023-11-09 17:02:24 +01:00