Daily updates from Odoo
Monday, June 30, 2025
2 changes · master
Resolved issues and error corrections
The Swedish SIE4 import now accepts files that use tabs by treating them like spaces during import. Users also receive a clearer error message when an address line is incorrectly formatted, making import issues easier to understand and resolve.
Original PR description
The aim of this commit is replacing all the tabulations in the file while reading it for spaces as the csv reader is using spaces as delimiter. This commit also introduces a new user error which indicates the user that the #ADRESS line is malformed. opw-4868415 Forward-Port-Of: odoo/enterprise#88259
Selecting an existing signing template from the search option now brings users back to the Contract Template form with their choice filled in. This avoids an unexpected detour to the signing template setup page, while keeping the normal setup flow for newly uploaded PDFs.
Original PR description
### Steps to Reproduce: - Create a contract template. - Try assigning signatories to it by clicking on the search more option. ### FIX: - We will use inherited view id to view the list view of sign_template_id task-4860340