Friday, July 16, 2021
3 changes · master
Enhancements to existing features
The website contact page is being made more stable and easier to manage by relying on a static page approach. Helpdesk website forms also gain better pre-fill behavior, reducing manual entry for visitors by using known customer details when available.
Original PR description
Community: https://github.com/odoo/odoo/pull/69888 Upgrade: https://github.com/odoo/upgrade/pull/2452 task-2462993
Payment forms can now be used without forcing a partner to be selected, making payment entry more flexible for cases where partner details are not needed. This reduces unnecessary data entry and supports smoother accounting workflows, including related localization handling.
Code cleanup and technical improvements
Colombian electronic invoicing has been updated to use Odoo's standard accounting EDI workflow, making invoice and credit note processing more consistent. The update also refreshes official Colombian document type data and adds tests to improve reliability for compliant electronic invoicing.
Original PR description
Adapt co edi to account_edi See upgrade script here : https://github.com/odoo/upgrade/pull/1946 Community PR : https://github.com/odoo/odoo/pull/70040