Tuesday, June 2, 2020
3 changes · master
Enhancements to existing features
Several list views no longer show a redundant activity exception indicator because activity information is already available there. This simplifies the interface for expenses, notes, projects, purchases, and sales without changing the underlying records or workflows.
Original PR description
activity_exception_decoration widget from following tree view - hr.expense.tree - hr.expense.sheet.tree - note.note.tree - project.task.tree - purchase.order.inherit.purchase.order.tree - sale.order.tree -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Administrators can now see and filter scheduled actions by the business object they run on. This makes it easier to find the right automation when many scheduled actions exist, reducing time spent searching in system settings.
Original PR description
When you have lot of cron, it is hard to find one. @mart-e @odony -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
PDF report headers now better handle longer company addresses, including when a second street line is used. This prevents customer address details from being cut off and improves address alignment in boxed report layouts.
Original PR description
Before this commit, when street2 field was set in the company address, the header were too big for the space in the external_layout_standard. The first line of the customer address would be cut. Taskid: 2198488 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr