diff --git a/base_construction_architect/__manifest__.py b/base_construction_architect/__manifest__.py index bbe3848..0909a85 100644 --- a/base_construction_architect/__manifest__.py +++ b/base_construction_architect/__manifest__.py @@ -20,15 +20,11 @@ { 'name': "OCA Construction: Architect Base", 'summary': "Identify partners as architects.", - 'description': """ - This module allows you to: - - Identify a partner as an architect. - - Filter architects from address book. - """, 'author': "Mathias Colpaert, Odoo Community Association (OCA)", 'category': "construction", - 'version': '8.0.0.1.0', + 'version': '10.0.0.1.0', + 'license': 'AGPL-3', 'depends': ['base'], 'data': ['views.xml'], - 'installable': False, + 'installable': True, } diff --git a/base_construction_architect/models.py b/base_construction_architect/models.py index 33e8395..6f7da92 100644 --- a/base_construction_architect/models.py +++ b/base_construction_architect/models.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from openerp import models, fields +from odoo import models, fields class Partner(models.Model): diff --git a/base_construction_architect/views.xml b/base_construction_architect/views.xml index 17b2aa9..b02e14c 100644 --- a/base_construction_architect/views.xml +++ b/base_construction_architect/views.xml @@ -1,5 +1,5 @@ - + construction.architect.base.form @@ -22,4 +22,4 @@ - \ No newline at end of file +