add many2many_tags_email.js file for mail_usability that replaces addons-mail-fix.diff patch

This commit is contained in:
chafique-delli
2017-09-18 15:44:58 +02:00
parent a3844004fb
commit cfb92ec23a
4 changed files with 103 additions and 24 deletions

View File

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