Daily updates from Odoo
Monday, July 13, 2026
1 change
Code cleanup and technical improvements
This update tidies how Odoo Enterprise apps declare their internal dependencies, removing unnecessary entries while making special connector dependencies explicit. For normal installations, the same apps will be installed as before, but the setup is clearer and more predictable in advanced installation modes.
Original PR description
Rework the `depends` of the manifests so that every dependency that can be implicit is implicit; and make explicit the glue ones whose whole dependency closure was already part of the module's one, instead of the dependencies they subsume. Community PR: https://github.com/odoo/odoo/pull/275398