# Conflicts: # base_custom_info/__manifest__.py
@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
================
Base Custom Info
# -*- coding: utf-8 -*-
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
from . import models
@ -31,5 +31,5 @@
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'license': 'AGPL-3',
'installable': False,
'installable': True,
}
from . import custom_info
@ -2,7 +2,7 @@
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis
from openerp import api, fields, models