[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

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from . import mail
from . import tools
from . import mail_template
from . import mail_message
from . import res_partner