Commit Graph

10 Commits (2d184ec8c9e218156a825e15606a384ea9a57d0a)

Author SHA1 Message Date
Tom Blauwendraat ba2526c026
[FIX] database_cleanup: fix logging error introduced by #2098 2024-07-08 17:58:33 +02:00
Sylvain LE GAL 5ea22f6272 [IMP] database_cleanup : delete also obsolete SQL views
Co-authored-by: Pedro M. Baeza <pedro.baeza@tecnativa.com>
2024-05-24 12:20:00 +02:00
Stephane Mangin 960c2669e0 [MIG] database_cleanup: Migration to 14.0 2024-01-10 16:14:47 -03:00
Stephane Mangin ea9e1c0799 [IMP] database_cleanup: black, isort, prettier 2024-01-10 16:14:47 -03:00
Martin Trigaux b2ab7d204e [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
2024-01-10 16:14:47 -03:00
Martin Trigaux 021c7b1543 [MIG] database_cleanup: migration to 12.0
Update version number
Use correct import
Update .pot to match new syntax
Adapt icon to fontawesome
Add models description
Rename field external id to new syntax <model>__<field>
2024-01-10 16:14:47 -03:00
Simone Orsi dcd6d728c0 Global pylint cleanup 2024-01-10 16:14:47 -03:00
Holger Brunn 35b727f17b [ADD] [database_cleanup] migrate to 11.0 2024-01-10 16:14:47 -03:00
Eric Antones 9998f90351 [MIG] database_cleanup: Migration to version 10.0
Using new base model inheritance.
2024-01-10 16:14:47 -03:00
Holger Brunn f6003feefa [ADD] migrate database_cleanup
[ADD] test purging modules

[ADD] test purging tables
2024-01-10 16:14:47 -03:00