9 Commits

Author SHA1 Message Date
Stéphan Sainléger
7aeeccf88e imp: remove add-ons uninstall process
uninstall of add-ons is way too complicated due to dependencies.
the scripts now just list the add-ons that are installed in the
origin database, but not available in the final Odoo docker image.
2024-12-17 23:26:23 +01:00
Stéphan Sainléger
e19c05c812 imp: remove useless final model db name attribute 2024-12-17 15:57:22 +01:00
Stéphan Sainléger
4afbcbf55b imp: several improvements on add-ons uninstall process
- only try to uninstall already installed add-ons
- display the final list of add-ons to remove (dependencies included)
- ask final confirmation
- remove useless temporary files
- clean code
2024-12-17 15:46:05 +01:00
Stéphan Sainléger
116d00091b imp: factorize query_postgres_container() in upgrade.sh 2024-12-17 15:46:05 +01:00
Stéphan Sainléger
53318a1a51 fix: typo on ir_module.state value 2024-12-17 15:46:05 +01:00
Stéphan Sainléger
5057f2821c imp: correction of add-ons to uninstall manual verification 2024-12-17 15:46:05 +01:00
Stéphan Sainléger
d17282586b imp: improve error managment of query_postgres_container output 2024-12-17 15:46:05 +01:00
Stéphan Sainléger
bb482c5a19 fix: replace lokavaluto_postgres_1 by its variable 2024-11-26 09:23:45 +01:00
Stéphan Sainléger
076a7bb3eb [NEW] add first version of 0k Odoo Upgrade scripts 2024-11-26 09:23:45 +01:00