Monday, July 21, 2025
2 changes · saas-18.3
Resolved issues and error corrections
Intrastat journal filters are now turned off by default, so credit notes are less likely to be missed in arrivals reporting. This helps customers produce more complete Intrastat goods and services reports without needing to manually adjust filters.
Original PR description
- Before this PR: Customers often miss credit notes in Intrastat arrivals due to filtering on purchase journals only, which results in incomplete reports. - After this PR: Journal filters are now unticked by default in both root and variant Intrastat reports. - Task ID: 4936349 Forward-Port-Of: odoo/enterprise#90415 Forward-Port-Of: odoo/enterprise#90131
Signed documents now correctly display the option a signer selected in a selection field. This prevents confusion when reviewing completed signature documents and ensures signed records reflect the signer’s choices.
Original PR description
Steps to reproduce: 1. Install the sign module 2. Sign > template menu 3. Create a template with a signature and a selection field. 4. Sign the document and select a value in the selection field. 5. Validate the document 6. Reopen the signed document Issue: - The selected value was not shown after signing. Cause: - The display logic for the selected value was missing. - Logic was removed by this commit https://github.com/odoo/enterprise/commit/0cd6b4d08af0c9be5c74f6aee30d8fe890fc7c1 Solution: - Added code to render the selected value in signed documents. opw-4908385 Forward-Port-Of: odoo/enterprise#89380