Hello everyone,
I am using Odoo 12 and during all this time I have lots of custom addons with several dependencies on both core Odoo modules and community modules.
I have a problem related to the upgrade process when I need to make a full database upgrade using the "--update all" option from command line.
Problem is upgrade process takes long time to process and... I have more than one database and under development is very time consumming.
The same module is upgraded several times during the process - for instance, base module.
Most of the time the changes are only on 2/3 custom modules but for security reasons I do prefer to process a "-u all -d database_name" to check everything is OK.
Is there any way I can prevent some modules for being updated during a "-u all" process?
Thank you all very much
Best regards
PM