Friday, March 10, 2023
2 changes · master
Enhancements to existing features
This update removes an obsolete cash discount field from payment terms that was left behind after a previous accounting update. It helps keep the payment terms setup cleaner and avoids confusion from unused information.
Original PR description
The last_day_for_discount field was forgotten in the payment term/cash discount update : https://github.com/odoo/odoo/pull/110274 Fixed by removing the forgotten crumb.
Localization-specific fields for units of measure now use the company’s country setting to decide when they should appear. This removes unused configuration and keeps Argentina, Colombia, Mexico, and Peru localization screens cleaner and more consistent.
Original PR description
In this commit, we remove the unused `l10n_co_edi_country_code` field, because we remove from attrs in this commit -> dd43a37881365446a05f149e5b8aeb6296da824a Also, remove the UoM form view from the Argentina Localization and used the company country code for the hide/unhide fields. Community PR: https://github.com/odoo/odoo/pull/112604 Upgrade PR: https://github.com/odoo/upgrade/pull/4284