[MIG] crm_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-27 23:23:32 +02:00
parent 8486c75f90
commit 6025575ae4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2016-2021 Akretion (http://www.akretion.com) # Copyright 2016-2022 Akretion (http://www.akretion.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com> # @author Alexis de Lattre <alexis.delattre@akretion.com>
{ {
'name': 'CRM Usability', 'name': 'CRM Usability',
'version': '14.0.1.0.0', 'version': '16.0.1.0.0',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'license': 'AGPL-3', 'license': 'AGPL-3',
'summary': 'CRM usability enhancements', 'summary': 'CRM usability enhancements',
@@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion
'data': [ 'data': [
'views/crm_lead.xml', 'views/crm_lead.xml',
], ],
'installable': False, 'installable': True,
} }

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2021 Akretion (http://www.akretion.com) # Copyright 2017-2022 Akretion (http://www.akretion.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com> # @author Alexis de Lattre <alexis.delattre@akretion.com>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2017-2021 Akretion (http://www.akretion.com/) Copyright 2017-2022 Akretion (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com> @author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
--> -->