Daily updates from Odoo
Wednesday, November 6, 2024
2 changes · master
Enhancements to existing features
Invoice extraction now supports the latest OCR response format, where invoice line details are returned more directly. This keeps automated invoice processing compatible with the updated OCR service and helps maintain accuracy for accounting and purchasing workflows.
Original PR description
The OCR now returns invoice lines as direct values, no longer using the `feature_result` construct. This commit updates the handling of invoice lines to reflect these changes.
Planning users can now open the resource form while creating or editing resources, making it easier to choose the right resource type. This avoids automatically creating an employee for material resources and reduces cleanup work.
Original PR description
### Before this PR: Before this change, creating a resource would automatically result in the creation of an associated employee, which users needed to delete if creating a material resource. ### After this PR: Now, users can directly access the resource view to specify the resource type and make necessary adjustments, avoiding unnecessary steps and enhancing workflow efficiency. task-4027561