Monday, June 8, 2020
4 changes · master
Enhancements to existing features
Website forum pages now avoid several unnecessary database checks and reuse stored counts where possible, helping pages load more efficiently. The update also improves accuracy for reply counts across multiple forums and websites, so visitors see more reliable forum information.
Original PR description
Optimize queries Fix multi-forum / mutliwebsite in child count Use stored field when possible Avoid forum count on each request (rarely updated)
UTM campaign templates no longer include a separate “New” stage because that stage is already added by default. This reduces duplicate setup steps and keeps campaign template stages cleaner for users.
Original PR description
**Purpose** - Remove the "New" stage from UTM Campaign Templates since it's already included by default and is not mandatory. **specification** - Remove the "New" from those 2 templates https://www.awesomescreenshot.com/image/4738077/3068e5e8ff5079dd32ab82e528e05e9f **Links** TaskID: 2252069 Closes https://github.com/odoo/odoo/pull/51439
Website forms can now use phone number and website link fields, alongside improved email handling. This helps businesses collect better-formatted contact details across lead, recruitment, and sales forms.
Original PR description
[IMP] website_form, *: add field type to form *= website_hr_recruitment, website_sale, website_crm Adding 2 new types of fields: tel, url email, url and tel type can now be applied on existing char fields. task-2213083 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The subscription dashboard now loads without freezing the interface and includes a clearer date selection experience similar to accounting reports. It also adds several usability refinements, including displaying subscription logs in their own currency, helping teams review subscription revenue information more easily.
Original PR description
* Before this commit, the loading of the main dashboard froze the interface * This commit introduces a new date selection system, same as in accounting reports * Several small UX fixes Taskid: 2179282