Monday, June 30, 2025
1 change · 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