From 2e40d3f87e21af3cf667165f9963bf630c5a369a Mon Sep 17 00:00:00 2001 From: "Guewen Baconnier @ Camptocamp" Date: Mon, 26 Nov 2012 11:27:23 +0100 Subject: [PATCH] [IMP] pingen manifest --- pingen/__openerp__.py | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/pingen/__openerp__.py b/pingen/__openerp__.py index 551aa1f..bdbe547 100644 --- a/pingen/__openerp__.py +++ b/pingen/__openerp__.py @@ -19,15 +19,16 @@ # ############################################################################## -{'name' : 'pingen.com integration', - 'version' : '1.0', - 'author' : 'Camptocamp', - 'maintainer': 'Camptocamp', - 'license': 'AGPL-3', - 'category': 'category', - 'complexity': 'easy', - 'depends' : [], - 'description': """ +{ + 'name' : 'pingen.com integration', + 'version' : '1.0', + 'author' : 'Camptocamp', + 'maintainer': 'Camptocamp', + 'license': 'AGPL-3', + 'category': 'Reporting', + 'complexity': 'easy', + 'depends' : [], + 'description': """ Integration with pingen.com =========================== @@ -100,15 +101,16 @@ Dependencies is the country in English or German. """, - 'website': 'http://www.camptocamp.com', - 'data': [ - 'ir_attachment_view.xml', - 'pingen_document_view.xml', - 'pingen_data.xml', - 'res_company_view.xml', - 'security/ir.model.access.csv', - ], - 'tests': [], - 'installable': True, - 'auto_install': False, + 'website': 'http://www.camptocamp.com', + 'data': [ + 'ir_attachment_view.xml', + 'pingen_document_view.xml', + 'pingen_data.xml', + 'res_company_view.xml', + 'security/ir.model.access.csv', + ], + 'tests': [], + 'installable': True, + 'auto_install': False, + 'application': True, }