Monday, October 28, 2024
1 change · saas-17.2
Resolved issues and error corrections
This change corrects setup information for several country-specific reporting apps so they install automatically when the related accounting and localization apps are installed. It helps businesses get the right local reporting features without extra manual configuration.
Original PR description
It was previously already done in commit 148810637bf9e7a9cc53338f665ec612221a1ba2 . But in the meantime new modules were added or the 'countries' info were added back to the manifest. Currently the auto_install does not work correctly. E.g. installing `account_reports` and then `l10n_lv` does not automatically install `l10n_lv_reports` (which it should). After this commit the auto_install works again.