diff --git a/crm_construction_architect/__manifest__.py b/crm_construction_architect/__manifest__.py index d183901..214aecf 100644 --- a/crm_construction_architect/__manifest__.py +++ b/crm_construction_architect/__manifest__.py @@ -20,15 +20,12 @@ { 'name': "OCA Construction: Architect CRM", 'summary': """Indicate the architect of a lead/opportunity.""", - 'description': """ - This module allows you to: - - Identify the architect of a lead/opportunity. - - Filter/group/search opportunities by architect. - """, 'author': "Mathias Colpaert, Odoo Community Association (OCA)", + "license": "AGPL-3", 'category': "construction", - 'version': '8.0.0.1.0', + 'version': '10.0.0.1.0', + 'license': 'AGPL-3', 'depends': ['crm', 'base_construction_architect'], 'data': ['views.xml'], - 'installable': False, + 'installable': True, } diff --git a/crm_construction_architect/models.py b/crm_construction_architect/models.py index b33406b..6c1d102 100644 --- a/crm_construction_architect/models.py +++ b/crm_construction_architect/models.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from openerp import models, fields +from odoo import models, fields class Lead(models.Model): diff --git a/crm_construction_architect/views.xml b/crm_construction_architect/views.xml index b28f0c3..23bc074 100644 --- a/crm_construction_architect/views.xml +++ b/crm_construction_architect/views.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ crm.lead - + @@ -55,10 +55,10 @@ crm.lead - + - \ No newline at end of file +