Daily updates from Odoo
Tuesday, August 13, 2024
3 changes
Enhancements to existing features
The 1099 box field is repositioned on partner records so it appears below the payment method field. This keeps related payment and tax reporting information grouped together, making the form easier to read and complete.
Original PR description
In this commit:https://github.com/odoo/odoo/pull/174537/commits/09d2b29e14425c1e333bbe4ae6e5caa2e6361f9f We moved the field property_payment_method_id into the account module and we want it to be below the payment terms in the res_partner view. This commit will change the xpath so that the field box_1099_id is now below the payment method field. task: 4016652
Planning warnings for single-day time off are now shorter and easier to read. Instead of repeating the same date twice, the message shows the leave date once and includes custom hours only when relevant.
Original PR description
Before this commit even if there was a single day leave the warning would read as "Person is on leave from 12/7/21 (fromTime) to 12/7/21 (toTime)". After this commit if leave is of single day type then the warning would be read as "Person is on leave on 12/7/21 (fromTime to toTime)". If Time is not custom hours the warning would be read as "Person is on leave on 12/7/21" Here fromTime and toTime are subject to availabilty. task-3887999
Payment follow-up email templates no longer include the customer's general partner address by default. This keeps reminders focused on the designated follow-up contact, reducing confusion and helping messages go to the right recipient.
Original PR description
Since https://github.com/odoo/enterprise/pull/61861, we include the template partners and email addresses, but Payment followup typically uses the followup contact's email address, and doesn't need partner's address in the template Found due to OPW-3988791