Daily updates from Odoo
Monday, May 16, 2022
1 change
Features or functions removed from Odoo
Obsolete handling code was removed from invoice OCR import because related accounting validation now shows warnings instead of blocking errors. This keeps the invoice extraction flow simpler without changing expected user behavior.
Original PR description
Due to the commit "[IMP] account: change hard constraints to displayed warning" done in the community repository, the error raised by the constrains won't occure anymore during the OCR document import which makes the code deleted by this commit obsolete. community-PR: https://github.com/odoo/odoo/pull/81765 enterprise-PR: https://github.com/odoo/enterprise/pull/23275 task: 2612299