[REF] refactor the code in order to split it in several file

This commit is contained in:
Sébastien BEAU
2019-01-11 11:07:29 +01:00
parent a2564f48a3
commit ea402d4cbe
14 changed files with 159 additions and 133 deletions

View File

@@ -26,8 +26,9 @@ Small usability improvements on mails:
'website': 'http://www.akretion.com',
'depends': ['mail'],
'data': [
'mail_view.xml',
'mail_data.xml',
'views/mail_view.xml',
'data/mail_data.xml',
'wizard/email_template_preview_view.xml',
],
'installable': True,
}