From ff6f866b85a2c6bbed0808ad9445d7ff01bce6e4 Mon Sep 17 00:00:00 2001 From: houssine Date: Thu, 30 Mar 2017 17:09:48 +0200 Subject: [PATCH] [IMP] overriding standard template of cooperator certificate --- easy_my_coop_fr/__openerp__.py | 4 +- .../views/certificate_template.xml | 49 +++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 easy_my_coop_fr/views/certificate_template.xml diff --git a/easy_my_coop_fr/__openerp__.py b/easy_my_coop_fr/__openerp__.py index efe2176..da97de6 100644 --- a/easy_my_coop_fr/__openerp__.py +++ b/easy_my_coop_fr/__openerp__.py @@ -30,8 +30,8 @@ """, 'data': [ 'views/subscription_template.xml', - 'views/layout_template.xml' + 'views/layout_template.xml', + 'views/certificate_template.xml' ], 'installable': True, - 'application': False, } \ No newline at end of file diff --git a/easy_my_coop_fr/views/certificate_template.xml b/easy_my_coop_fr/views/certificate_template.xml new file mode 100644 index 0000000..1bf5435 --- /dev/null +++ b/easy_my_coop_fr/views/certificate_template.xml @@ -0,0 +1,49 @@ + + + + + + \ No newline at end of file