From 7ac78667e13af9c02e7987a1ed06435b22819d19 Mon Sep 17 00:00:00 2001 From: Florent Aide Date: Fri, 29 May 2015 15:01:38 +0200 Subject: [PATCH] Just add the CSV to the data section --HG-- branch : odoo8 --- __openerp__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__openerp__.py b/__openerp__.py index 6f4b12f8..d6bf976b 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -48,6 +48,8 @@ The py3o.template package is required; install it with: 'views/py3o_template.xml', 'views/py3o_server.xml', 'views/ir_report.xml', + + 'data/py3o.fusion.filetype.csv', ], 'installable': True, }