From 940c13b4499fa43a497b3d30433311c7b9440d97 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 7 Nov 2025 17:43:39 +0000 Subject: [PATCH] [MIG] crm_usability_akretion from 16 to 18 --- crm_usability_akretion/__manifest__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crm_usability_akretion/__manifest__.py b/crm_usability_akretion/__manifest__.py index cfef14c..cfb464b 100644 --- a/crm_usability_akretion/__manifest__.py +++ b/crm_usability_akretion/__manifest__.py @@ -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). # @author Alexis de Lattre { 'name': 'CRM Usability', - 'version': '16.0.1.0.0', + 'version': '18.0.1.0.0', 'category': 'Customer Relationship Management', 'license': 'AGPL-3', 'summary': 'CRM usability enhancements', @@ -16,10 +16,10 @@ This module has been written by Alexis de Lattre from Akretion . """, 'author': 'Akretion', - 'website': 'http://www.akretion.com', + 'website': 'https://github.com/akretion/odoo-usability', 'depends': ['crm'], 'data': [ 'views/crm_lead.xml', ], - 'installable': False, + 'installable': True, }