server-tools/database_cleanup/models
Martin Trigaux 13c2a780b5
[FIX] database_cleanup: filter on many2many fields
Following odoo/odoo@54238c88e8 a Many2many may have no relation
This avoids having a None record in the list (which is problematic with the
NOT IN clause)
https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_NOT_IN
2023-10-30 13:35:28 -04:00
..
__init__.py [ADD] [database_cleanup] migrate to 11.0 2023-10-30 13:35:26 -04:00
create_indexes.py Global pylint cleanup 2023-10-30 13:35:26 -04:00
purge_columns.py [FIX] database_cleanup: exclude password fields 2023-10-30 13:35:28 -04:00
purge_data.py Global pylint cleanup 2023-10-30 13:35:26 -04:00
purge_menus.py Global pylint cleanup 2023-10-30 13:35:26 -04:00
purge_models.py [MIG] database_cleanup: migration to 12.0 2023-10-30 13:35:27 -04:00
purge_modules.py [MIG] database_cleanup: migration to 12.0 2023-10-30 13:35:27 -04:00
purge_properties.py [IMP] don't break on properties pointing to unknown models 2023-10-30 13:35:27 -04:00
purge_tables.py [FIX] database_cleanup: filter on many2many fields 2023-10-30 13:35:28 -04:00
purge_wizard.py [MIG] database_cleanup: migration to 12.0 2023-10-30 13:35:27 -04:00