Tuesday, May 19, 2026
1 change · saas-19.1
Enhancements to existing features
This update simplifies how Odoo manages addon locations. It now supports using wildcard patterns (globbing) in the list of addon paths, making it easier to manage multiple Odoo installations. This change reduces the need for manual configuration and improves flexibility for developers.
Original PR description
Pass all addons_path entries through glob.glob(), which returns [path] for literal paths and expands patterns otherwise. This is useful when managing multiple Odoo repositories under a common root, avoiding the need to list each addons path explicitly. Forward-Port-Of: odoo/odoo#259690