Daily updates from Odoo
Thursday, January 25, 2024
1 change
Resolved issues and error corrections
This fix resolves critical issues that were preventing the Polish localization reports module from upgrading to version 17.0. The upgrade was failing due to conflicts in how certain financial report lines were renamed and reorganized. The fix corrects data inconsistencies in the balance sheet configuration to ensure the upgrade completes successfully.
Original PR description
Because of the renaming of the some lines, it causes conflict. For l10n_pl_small_bs_assets_a_3, we had a shortcut for the expression. We need to nullify it, if not the field stays filled on the model. For l10n_pl_small_bs_assets_a_4, the problem is bigger. We had an aggregation before and we go to a line with groupby. The problem is that we add the groupby before the suppression of expressions. We can't nullify a field to correct it, so we just change the ids back. Linked to runbot error 55641, 55642, 55643, 55644