Wednesday, January 31, 2024
3 changes · master
Resolved issues and error corrections
Indian GST return reporting now uses the existing EDI production environment setting instead of a separate GST-specific setting. This reduces configuration duplication and helps ensure GST reports follow the same production/test mode as other Indian e-invoicing features.
Original PR description
Before this PR:- l10n_in_gstr_gst_production_env not needed because we already have l10n_in_edi_production_env After this PR:- Change the value coming from l10n_in_gstr_gst_production_env to l10n_in_edi_production_env. Task - 3271172
This update resolves internal validation issues affecting planning and payroll interface components. It helps keep automated checks reliable and reduces the risk of small display or test failures after recent validation changes.
Original PR description
This commit fixes props validation errors linked to the introduction of props validation in tests of https://github.com/odoo/odoo/pull/151027
The accounting test suite was updated to match a related change in how messaging data is requested. This helps keep automated checks reliable without changing day-to-day user workflows.
Original PR description
community: https://github.com/odoo/odoo/pull/151722