Tuesday, October 21, 2025
5 changes · 17.0
Enhancements to existing features
This update includes VoIP-related components in automated code quality checks. It helps maintain consistency and reduce the risk of future issues in those areas, with no direct change for end users.
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.
Code cleanup and technical improvements
This update applies code quality tooling to the VoIP area without changing its intended business behavior. It helps keep the calling features easier to maintain and reduces the risk of future issues from inconsistent code style.
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
This update applies automated code quality checks to the VoIP area. It keeps the phone-related code easier to maintain without changing expected business behavior.