[IMP] add readme, remove auto following when sending an email, use light version of email notification to avoid injecting useless link in the mail sent

This commit is contained in:
Sébastien BEAU
2018-12-04 11:55:57 +01:00
committed by Alexis de Lattre
parent b26b3de7ae
commit 7f64d3c33e
4 changed files with 57 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ Small usability improvements on mails:
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['mail'],
'data': ['mail_view.xml'],
'data': [
'mail_view.xml',
'mail_data.xml',
],
'installable': True,
}