Saturday, May 3, 2025
1 change · saas-18.3
Resolved issues and error corrections
Installing the India reports module now also installs the Accounting module as expected. This ensures Indian GSTR menu items behave correctly and remain available only in the right accounting context.
Original PR description
Before the following commit-https://github.com/odoo/enterprise/commit/33216fa2a3d6a4728bfc96b52a4234d3f7edb1cc While installing `l10n_in_reports`, the Accounting module was auto installed. But after the above mentioned commit The Accounting module is not auto installed and the menu items for GSTR aren't invisible. In this commit, we add the depedency of Accounting in `l10n_in_reports`