Commit Graph

25 Commits (00cdfb2c71242de77d1e94be26dc4dd297f5dcd5)

Author SHA1 Message Date
Joel Zilli e937f03017 [MIG] database_cleanup: Migration to 15.0 2023-02-20 11:29:24 +02:00
Maksym Yankin 665573a7d7 [IMP] database_cleanup: pre-commit issues 2023-02-09 12:34:03 +02:00
Tom Blauwendraat d6f68f03c7 fixup! [MIG] database_cleanup: Migration to 14.0 2023-02-09 12:09:19 +02:00
Stephane Mangin 4c56e28bba [MIG] database_cleanup: Migration to 14.0 2023-02-09 12:09:19 +02:00
Stephane Mangin ac6cc435d4 [IMP] database_cleanup: black, isort, prettier 2023-02-09 12:09:19 +02:00
Ruchir Shukla 09245554c5 [FIX][#1580]database_cleanup: Skip studio_customization module skipped for uninstalling 2023-02-09 12:09:19 +02:00
Martin Trigaux c2ddf6ff72 [FIX] database_cleanup: ignore to_buy modules
Since 12.0, some virtual modules are created as an incentive to buy enterprise
Hide installation warning
2023-02-09 12:09:19 +02:00
Martin Trigaux ce7ec7ee51 [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-02-09 12:09:19 +02:00
Martin Trigaux 1f91c0a778 [FIX] database_cleanup: exclude password fields
cf discussion on OCA/server-tools#1408
2023-02-09 12:09:19 +02:00
Martin Trigaux 0c9705d7ab [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>
2023-02-09 12:09:19 +02:00
Holger Brunn b5d1b98a05 [IMP] don't break on properties pointing to unknown models 2023-02-09 12:09:19 +02:00
Holger Brunn f28fe2fdec [FIX] show the redundant property's res_id, not the default one's 2023-02-09 12:09:19 +02:00
Holger Brunn 2c5f39b8f6 [FIX] don't destroy values when there are empty default properties 2023-02-09 12:09:19 +02:00
Simone Orsi 0cec1c0c7d Global pylint cleanup 2023-02-09 12:09:19 +02:00
Holger Brunn 339fe0d60e [ADD] [database_cleanup] migrate to 11.0 2023-02-09 12:09:19 +02:00
Holger Brunn f731d9b76c [FIX] really uninstall modules and avoid a crash on cached data
[FIX] don't try to uninstall uninstalled modules

[DEL] weird code

[FIX] actually cleanup where we can
2023-02-09 12:09:19 +02:00
Eric Antones 31d5881ec3 [MIG] database_cleanup: Migration to version 10.0
Using new base model inheritance.
2023-02-09 12:09:19 +02:00
Holger Brunn 5b2a5a3b65 [ADD] allow creating missing indexes and purging properties (#736)
* [ADD] allow creating missing indexes

* [FIX] tests; installation

* [ADD] allow purging properties

* [ADD] missing file

* [ADD] test purging properties

* [ADD] missing parent_id for menu entry

* [FIX] don't delete too many and wrong properties
2023-02-09 12:09:19 +02:00
Florian da Costa 5176e76758 fixes #587 2023-02-09 12:09:19 +02:00
Jordi Ballester Alomar 1ffc49d76f [FIX] clean database menus was proposing good menus to purge (#562) 2023-02-09 12:09:19 +02:00
Holger Brunn 1c096ff1dc [FIX] don't crash if an xmlid refers to a nonexisting field (#559) 2023-02-09 12:09:19 +02:00
Holger Brunn b1cd6ff778 [IMP] call the button handler to also purge reverse dependencies 2023-02-09 12:09:19 +02:00
Holger Brunn f83440c513 [FIX] purge uninstalled uninstallable modules instead of deleting
[FIX] database_cleanup reloads the registry

which has weird side effects during testing. Take care
database_cleanup's tests don't mess up the following tests
2023-02-09 12:09:19 +02:00
Stefan Rijnhart b3503b94bb [RFR] Explicit access rights so that tests can run
Fixes #505
2023-02-09 12:09:19 +02:00
Holger Brunn 316680ada2 [ADD] migrate database_cleanup
[ADD] test purging modules

[ADD] test purging tables
2023-02-09 12:09:19 +02:00