Browse Source

Cosmetic changes.

pull/435/head
Jairo Llopis 9 years ago
parent
commit
000205db25
  1. 5
      base_custom_info/__openerp__.py

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