From 56243f2e5f75d8a969b69dea55e237065825b831 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 18 Dec 2015 16:05:31 +0100 Subject: [PATCH] Cosmetic changes. --- base_custom_info/__init__.py | 2 +- base_custom_info/__openerp__.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/base_custom_info/__init__.py b/base_custom_info/__init__.py index 16c96a10c..5faa0139b 100644 --- a/base_custom_info/__init__.py +++ b/base_custom_info/__init__.py @@ -3,4 +3,4 @@ # © 2015 Antiun Ingeniería S.L. - Carlos Dauden # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html -from . import models \ No newline at end of file +from . import models diff --git a/base_custom_info/__openerp__.py b/base_custom_info/__openerp__.py index 08eeb91f9..29793e4c4 100644 --- a/base_custom_info/__openerp__.py +++ b/base_custom_info/__openerp__.py @@ -7,7 +7,7 @@ { 'name': "Base Custom Info", 'summary': "Add custom field in models", - 'category': 'Customize', + 'category': 'Tools', 'version': '8.0.1.0.0', 'depends': [ 'base', @@ -20,7 +20,8 @@ 'security/ir.model.access.csv', ], 'author': 'Antiun Ingeniería S.L., ' - 'Incaser Informatica S.L., ', + 'Incaser Informatica S.L., ' + 'Odoo Community Association (OCA)', 'website': 'http://www.antiun.com', 'license': 'AGPL-3', 'installable': True,