Thursday, September 8, 2022
4 changes
Resolved issues and error corrections
This fix restores stronger internal checks and clearer error reporting for Documents tests. It helps developers catch issues earlier, reducing the chance of hidden problems reaching users.
Original PR description
community: https://github.com/odoo/odoo/pull/99556
This fixes an unstable automated test for the bank reconciliation widget so it behaves consistently. The change helps reduce false failures in quality checks, making releases and maintenance more predictable without changing user-facing functionality.
Field Service setup tours no longer depend on sample data, so they can run successfully in databases without demo content. The portal signature button alignment was also corrected for a cleaner customer-facing experience.
Original PR description
Prior to this commit, the tour was using a field that is generated from the demo data, which is not right. Indeed, the `x_description` field is created from the demo data, so it is not found during the tour when no demo data is installed and the tour fails. task-2973342
This fixes the spacing around the Instagram link in mass mailing email themes. The change helps social media links appear more consistently and professionally in marketing emails.
Original PR description
task-2739302