[MIG] crm_usability_akretion from 16 to 18

This commit is contained in:
Alexis de Lattre
2025-11-07 17:43:39 +00:00
parent 1cea91eeaa
commit 940c13b449

View File

@@ -1,10 +1,10 @@
# Copyright 2016-2022 Akretion (http://www.akretion.com) # Copyright 2016-2025 Akretion France (https://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': '16.0.1.0.0', 'version': '18.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',
@@ -16,10 +16,10 @@ This module has been written by Alexis de Lattre from Akretion
<alexis.delattre@akretion.com>. <alexis.delattre@akretion.com>.
""", """,
'author': 'Akretion', 'author': 'Akretion',
'website': 'http://www.akretion.com', 'website': 'https://github.com/akretion/odoo-usability',
'depends': ['crm'], 'depends': ['crm'],
'data': [ 'data': [
'views/crm_lead.xml', 'views/crm_lead.xml',
], ],
'installable': False, 'installable': True,
} }