Monday, June 8, 2020
3 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)
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