Monday, January 30, 2023
3 changes · master
Enhancements to existing features
The subscription list view now shows key details like order number, order date, recurrence, and related subscription context. This makes it easier for users to identify the right sales orders and take bulk actions with confidence.
Original PR description
Before this commit, when a user wanted to act on multiple SOs (through the action menu) in the subscription app, it wasn't intuitive to find those records in the list view because the 'order number' field wasn't being shown. Also, key information that gives subscription context such as 'order date', 'recurrence', etc weren't being shown either.
This commit adds new fields to the list view and change to 'optional' some previous inserted fields ('Customer Reference', 'To Renew').
Task id: 3128511Payroll administrators can now turn payslip PDF previews on or off in the payslip form. This gives companies more control over the payroll screen experience and can reduce unnecessary on-screen document previews when they are not useful.
Original PR description
Add a new setting to enable / disable the preview of PDF payslip in the form view. task-3143632
Vendor bills created from OCR or document imports can now benefit from the same purchase order matching logic already used elsewhere. This makes automated bill processing more consistent and reduces duplicated logic across modules.
Original PR description
We want to reuse the purchase.order matching logic to enhance vendor bill created for the OCR in documents (EDI, PDF,..). This code has been move to the purchase module. task-id: 2828521 [community-pr](https://github.com/odoo/odoo/pull/109093)