Daily updates from Odoo
Monday, October 14, 2024
1 change · 17.0
Enhancements to existing features
This update ensures that all date fields in a document are filled with the same date format when signing, rather than varying based on the user's location. The date format now depends on the company partner's language setting, providing a consistent and professional appearance across all signed documents.
Original PR description
Before this commit, it was possible to fill two date fields in two different date formats in the same document. This happened because the date format was dependent on the location of the user who is signing. After this commit, date fields will be auto-filled by a fixed date format, that format depends on the language of the company's partner. Task: 3930358