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