Skip to content
Snippets Groups Projects
Commit 8f8fc59b authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] project: automated mail, improve subject (as it's sent 3 days later,...

[IMP] project: automated mail, improve subject (as it's sent 3 days later, 'Odoo is up and running' feels wrong
parent e6fd9ccd
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
<!-- notify to admin of module installation -->
<record id="mail_template_data_module_install_project" model="mail.template">
<field name="name">project module install then send email</field>
<field name="subject">Your Odoo Project application is up and running</field>
<field name="subject">Your Odoo Project application</field>
<field name="email_from">help@odoo.com</field>
<field name="email_to">${user.email|safe}</field>
<field name="lang">${user.lang}</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment