Thursday, April 10, 2025
1 change · saas-18.2
Enhancements to existing features
The India reports module will no longer be installed automatically just because the base India localization is installed. This keeps setups lighter by only adding the reporting module when it is actually needed.
Original PR description
Previously, the `l10n_in_reports` module was being automatically installed when the l10n_in `module` was installed, regardless of whether it was actually needed. This commit removes the auto_install condition of `l10n_in_reports`. This prevents unnecessary installation of `l10n_in_reports` when only `l10n_in` is installed.