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
# 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",
'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,

Loading…
Cancel
Save