Tuesday, June 11, 2024
1 change · saas-17.1
Resolved issues and error corrections
This fixes an internal validation rule so modules used across multiple countries no longer need to follow a country-specific naming pattern. It helps avoid misleading module names and supports existing setup logic without affecting end users.
Original PR description
Modules related to multiple countries are historically named without `l10n_` prefix. Also, it is not always linked to the country but just used for the `auto_install` feature like in `account_reports_cash_basis` for instance, where we don't want to make it sound like a localization feature.