Daily updates from Odoo
Wednesday, December 1, 2021
2 changes
Enhancements to existing features
The Peruvian ICBPER tax group has been moved so it is managed consistently with other Peruvian tax groups in the community localization module. This is an internal alignment that should not change day-to-day behavior, but helps keep tax configuration consistent during upgrades.
Original PR description
The ICBPER tax group was defined only in l10n_pe_edi, while all other tax groups are defined in l10n_pe. The old record XMLID is being renamed to l10n_pe, nothing else should change. If l10n_pe is upgraded too, the l10n_pe.tax_group.icbper will be automatically added and we need to remove it before renaming. Communiy PR: https://github.com/odoo/odoo/pull/78187 Enterprise PR: https://github.com/odoo/enterprise/pull/21596 Upgrade PR: https://github.com/odoo/upgrade/pull/2914
The timer feature has been modernized to use Odoo’s newer interface framework. This prepares the timer for future enhancements while keeping its existing behavior stable for users.
Original PR description
Purpose To prepare future for owl Specifcation Convert timer widget to owl task - 2274043