Browse Source

Cosmetic changes.

pull/313/head
Jairo Llopis 9 years ago
parent
commit
56243f2e5f
  1. 2
      base_custom_info/__init__.py
  2. 5
      base_custom_info/__openerp__.py

2
base_custom_info/__init__.py

@ -3,4 +3,4 @@
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden # © 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from . import models
from . import models

5
base_custom_info/__openerp__.py

@ -7,7 +7,7 @@
{ {
'name': "Base Custom Info", 'name': "Base Custom Info",
'summary': "Add custom field in models", 'summary': "Add custom field in models",
'category': 'Customize',
'category': 'Tools',
'version': '8.0.1.0.0', 'version': '8.0.1.0.0',
'depends': [ 'depends': [
'base', 'base',
@ -20,7 +20,8 @@
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'author': 'Antiun Ingeniería S.L., ' 'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., ',
'Incaser Informatica S.L., '
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com', 'website': 'http://www.antiun.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,

Loading…
Cancel
Save