Monday, April 27, 2020
2 changes · master
Resolved issues and error corrections
This fixes visual formatting problems in invoice reports so the totals table displays with the intended compact styling and page-break behavior. It helps keep printed or PDF invoices cleaner and more professional for customers.
Original PR description
Looks like this forward-port went wrong: https://github.com/odoo/odoo/pull/38102 This PR fixes two issues: 1/ class attribute was not taken into account anymore ( table-sm ) 2/ page-break-inside didn't work -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The newsletter editor now shows the newsletter already selected for a newsletter block instead of defaulting to the first available option. This reduces confusion and helps users confirm they are editing the correct mailing list.
Original PR description
…form Clearly display to the user which newsletter is currently being used by the Newsletter Block. Task ID #2192807 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr