[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 Chafique
parent 1632342a99
commit 4fe833135e
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,
}