Daily updates from Odoo
Tuesday, October 1, 2024
1 change · master
Enhancements to existing features
Field Service task reports now use the actual task information when preparing the document layout instead of falling back to generic demo data. This makes report previews and generated documents easier to recognize and validate for the task being handled.
Original PR description
## Description of the feature this PR addresses: Previously, generating FSM task reports would result in the use of demo data (e.g., invoices) for the document layout if no specific layout was configured. This commit modifies the system to apply real task data to the document layout instead of default demo data. These changes help users to better identify the report’s layout data according to the actual task information. task-4098694 ## task-4098694