Thursday, May 20, 2021
2 changes · master
Enhancements to existing features
The expense app demo data now uses clearer, more realistic expense categories with updated sample expenses and reports. The cost field help text was also clarified so users can better understand fixed versus variable expense costs during demos or evaluation.
Original PR description
Currently, in the expense module, demo expense products are more specific to the expenses and label tooltip of the cost field doesn't convey proper difference between fixed and variable cost of expense products. So in this commit, replace old expense products with new expense products and recreate expenses and reports using these categories(products). it will provide better experience on demo. overwrite label tooltip of cost field in expense app to convey proper difference between fixed and variable cost of expense products. Task-id: 2491238 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mailing form in Marketing Automation now places the activities field below the source field. This small layout adjustment makes the form easier for users to understand and follow when setting up mailings.
Original PR description
This commit puts the activities field below the source field following community changes which aim at making the mailing form easier to understand by the user. Task-2469409 COM-PR: https://github.com/odoo/odoo/pull/68882