diff --git a/MANIFEST.in b/MANIFEST.in index 5594cc6..054635b 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,5 +6,6 @@ include COPYRIGHT include LICENSE include tryton.cfg include *.xml +include view/*.xml include locale/*.po include doc/* diff --git a/electronic_mail_wizard.xml b/electronic_mail_wizard.xml index b5fe8df..8aaa07c 100755 --- a/electronic_mail_wizard.xml +++ b/electronic_mail_wizard.xml @@ -6,29 +6,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig electronic.mail.wizard.templateemail.start form - - - diff --git a/setup.py b/setup.py index a3f6c33..658c537 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup(name='trytonzz_electronic_mail_wizard', ], package_data={ 'trytond.modules.electronic_mail_wizard': info.get('xml', []) \ - + ['tryton.cfg', 'locale/*.po'], + + ['tryton.cfg', 'view/*.xml', 'locale/*.po'], }, classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/template.xml b/template.xml index 045081b..8474c6d 100644 --- a/template.xml +++ b/template.xml @@ -6,18 +6,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig electronic.mail.template - - - - - - ]]> - + electronic_mail_template_form diff --git a/view/electronic_mail_template_form.xml b/view/electronic_mail_template_form.xml new file mode 100644 index 0000000..04ab16c --- /dev/null +++ b/view/electronic_mail_template_form.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/view/electronic_mail_wizard_templateemail.xml b/view/electronic_mail_wizard_templateemail.xml new file mode 100644 index 0000000..b749323 --- /dev/null +++ b/view/electronic_mail_wizard_templateemail.xml @@ -0,0 +1,22 @@ + + +
+