Friday, November 14, 2025
1 change · saas-18.4
Enhancements to existing features
This change makes several Blackbox JavaScript utilities, services, and constants available for import by other files in the future. It does not change the current user experience, but it improves the codebase structure and makes future enhancements easier to build.
Original PR description
This commit puts export in front of some of the blackbox js utils/services/constants to make them importable from other files in the future. Forward-Port-Of: odoo/enterprise#99391