Tuesday, October 21, 2025
2 changes · 17.0
Resolved issues and error corrections
A spelling mistake in Odoo Studio’s field selection was corrected from “Multine” to “Multiline.” This makes the interface clearer for users when adding or configuring fields.
Original PR description
This commit fixes a typo in one of the newFields name: 'Multine' -> 'Multiline'
French VAT report submissions to ASPOne now better match the required data format. Address fields are updated and length limits are enforced for postal codes and city names, reducing the risk of rejected submissions.
Original PR description
This commit check that all the information that we send to aspone follow the constraint. By checking the xsd file, here what has been modified: - AdresseType is depreciated so we add AdresseRepetabilite - Adding a comment to remove a template not used in master - postal_code needs to have maximum 17 character - city needs to have maximum 35 character task-5169258