Monday, October 16, 2023
5 changes · master
Enhancements to existing features
Test emails for mass mailings now clearly show a [TEST] label in the subject, helping users avoid confusing previews with real campaigns. The test email form also remembers the last address used for testing, saving time for repeated checks.
Original PR description
When sending a test for a mass mailing Before this commit: - subject is the same as for a non-test - default email adress is the current user's After this commit: - subject is prepended with '[TEST]' - default email adress is the one used for a previous test if there is one, otherwise the current user's Task-3378043
The forum sidebar no longer uses a grey background that could clash with custom website designs, especially dark themes. This makes forum pages more consistent and easier to style in the website builder until a better background option is available.
Original PR description
The grey background on the sidebar isn't well supported by the website builder, especially if the user chooses a dark background. To avoid the issue, we've removed the background until a better solution works with the website builder. task-3555851 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Colombian accounting setup now includes default accounts for cash difference gains and losses. This helps companies record small cash discrepancies consistently and reduces manual configuration during accounting setup.
Original PR description
Adds 2 accounts in the Chart of Accounts for l10n_co for the cash difference gains and losses and set them as default accounts. task-3546441 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Colombian profit and loss reports now include the newly added accounts for cash difference gains and losses. This ensures those amounts are categorized correctly in financial statements, improving reporting accuracy for Colombian companies.
Original PR description
The related PR adds 2 accounts in the Chart of Accounts for l10n_co for the cash difference gains and losses. This commit modifies the Profit and Loss reports to properly match the newly created accounts task-3546441
This update keeps the WhatsApp integration aligned with a related platform change in Odoo Community. It helps ensure the feature continues to work smoothly after the underlying communication channel details were adjusted.
Original PR description
https://github.com/odoo/odoo/pull/137623