Daily updates from Odoo
Monday, July 8, 2024
3 changes · master
Enhancements to existing features
Users can now set a default signature template on activity types that request signatures. This reduces time spent searching through templates and helps teams choose the right document while still allowing changes when sending the request.
Original PR description
### Purpose When user schedule activity of 'Request Signature' type, and request for signature then needs to select a template for signature. If user has important role in company then need to browse through lot of templates and if not then don't know which template to be selected. ### After this PR When user create activity type with 'Request Signature' action then user will be able to select default template over there and it will populate as default template to scheduled activity of 'Request Signature' type. Also user can change the template while requesting the signature. Task-3895712
Point of Sale scale screens now include a tare button and automatically update item prices when the tare weight changes. This helps cashiers price weighed products more accurately and reduces manual adjustments at checkout.
Original PR description
- Added tare button for automatic scaling of the tare weight. - Added automatic price adjustment based on tare weight changes. Task ID: 3984103 Related: https://github.com/odoo/odoo/pull/170592
Spreadsheet pivot tables now support newer, more precise date grouping options, making reports easier to organize and analyze. The older duplicate year grouping option is removed in favor of the standard year number option, keeping reporting choices clearer.
Original PR description
This commit adds the support for the new granularities added in https://github.com/odoo/odoo/pull/159528. It also drops the support of `year` as it's the same as `year_number`. Task: 3899604