Wednesday, November 25, 2020
2 changes · master
Enhancements to existing features
This update reorganizes email-related templates across multiple Odoo apps so they are easier to find, maintain, and improve in the future. It also removes unused blank templates in CRM and Mail, reducing clutter without changing core business workflows.
Original PR description
PURPOSE Clean organization of templates in odoo apps: mail.template records in data, qweb templates (views) used directly in code, notably using post with view. Purpose is to ease future improvements…
PURPOSE
Clean organization of templates in odoo apps: mail.template records in data,
qweb templates (views) used directly in code, notably using post with view.
Purpose is to ease future improvements in posting based on templates.
Remove unused blank templates in crm and mail.
SPECIFICATIONS: TEMPLATES MOVE
* move those templates in their own file to ease their discovering and
maintenance;
* put them into data (as those are not views even if it contains qweb)
* guidelines are now :
-> Qweb templates should be in data/mail_templates.xml;
-> mail.template records should be in data/mail_template_data.xml;
* put their declaration in no update when not done if template has no
technical code or complex dependency on underlying code;
* move found mail data (mail.message.subtype or mail.activity.type) records
in a mail_data file that should contain only "core" records linked to mail;
SPECIFICATIONS: REMOVE BLANK TEMPLATES
Crm and mail hold a blank template that adds no real value. Its purpose was to
give a base for salesmen to perform a mass mailing on leads. Using a template
and its action menu entry it was possible to launch a mail composer in
mass mail mode on leads.
However template itself is not necessary. Same goal can be achieved with
a standard action. As template was blank and creating noise we can remove
it and simplify available templates.
LINKS
Task ID-2375767
COM PR odoo/odoo#61814
ENT PR odoo/enterprise#14775
UPG PR odoo/upgrade#1936The website editor’s shape selection menu has been reorganized to make shape categories easier to browse. Shape previews now use a lighter background, and two Bold shapes were adjusted to display transparency correctly for a cleaner editing experience.
Original PR description
Description of the issue/feature this PR addresses: task-2357174 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