Daily updates from Odoo
Thursday, August 18, 2022
4 changes · master
Enhancements to existing features
This change moves several performance tests to run after installation, making results more dependable and less affected by local database variations. It helps teams detect performance side effects from related add-ons earlier while keeping test expectations aligned with current environments.
Original PR description
PURPOSE Have more reliable tests. Better spot side effects coming from sub addons. Lessen non deterministic counters due to local db. SPECIFICATIONS Make crm, event and mail performance tests post install. Update query counters with * local values (install module only with enterprise activated); * community / enterprise runbots (if value is different); * some notes on non deterministic issue if known; Task-2925606
Digest tip content has been adjusted so it continues to display correctly after recent changes to digest email templates. This keeps guidance and promotional tips consistent across accounting, documents, helpdesk, planning, and enterprise digest areas.
Original PR description
With this related community PR, the `digest_data` template has been changed, so the `digest_tips` is not compatible with the new changes. This commit changes the `digest_tips` data template to be compatible with the new changes. Below are the modules affected: - account_accountant - digest_enterprise - documents - helpdesk - planning task-2717426
The wording for the SMS service option in Sign settings has been improved to make it easier for users to understand. This helps businesses configure signature-related SMS features with clearer guidance and less ambiguity.
Original PR description
Improve IAP's SMS service wording on the sign settings page. task-id 2908537
This update removes an unused internal method from the asset accounting area. It has no expected impact on daily use, but helps keep the codebase simpler and easier to maintain.
Original PR description
Follow up on 6cb107c42c1e3a679f7c7b2f41466f39d042bd16 Method `create_asset_move` is not called from anywhere.