Thursday, July 25, 2024
2 changes
Enhancements to existing features
Helpdesk reports now use average calculations for fields where totals were misleading. This makes reporting clearer and prevents unnecessary measures from appearing automatically in cohort views.
Original PR description
A lot of field that appear in reporting views use the "sum" aggregate method, where the "avg" method would make more sense. This PR changes the aggregate method where needed. This has the added benefit of them not being automatically added to cohort views. Task-3383332
The 1099 box field is now positioned below the payment method field on partner records. This keeps related payment and tax reporting information grouped together, making the form easier to review and maintain.
Original PR description
In this commit: https://github.com/odoo/odoo/pull/172479/commits/47312748f5ce87a921877c46f1136ec7a23e7190 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