Installing updates fails, when any modifications are done in Odoo Studio (Enterprise) - module name web_studio.
Module
module_auto_update
Describe the bug
The web_studio module creates a new module "studio_customization", which contains all modifications.
This module only exists in the database, not in the file system - which seems to cause the issue.
To Reproduce
16.0, 17.0, 18.0 (Enterprise):
Steps to reproduce the behavior:
- Install module_auto_update & web_studio
- Make any Studio customization (e.g new field in contacts)
- Activate Developer mode
- Apps -> Run module update
Expected behavior
module_auto_update should simply ignore the module studio_customization.
This should fix the issue, as the studio module takes care of studio_customization