From 8bbb5072676808b0a9e49aa07e3d32fc26b9520d Mon Sep 17 00:00:00 2001 From: Heliconia Solutions Date: Mon, 25 Nov 2024 17:57:01 +0530 Subject: [PATCH] [MIG] crm_lead_code: Migration to 18.0 --- crm_lead_code/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crm_lead_code/__manifest__.py b/crm_lead_code/__manifest__.py index f0827b12266..f84df8beae1 100644 --- a/crm_lead_code/__manifest__.py +++ b/crm_lead_code/__manifest__.py @@ -3,6 +3,7 @@ # Copyright (c) # 2015 Serv. Tec. Avanzados - Pedro M. Baeza (http://www.serviciosbaeza.com) # 2015 AvanzOsc (http://www.avanzosc.es) +# 2024 Heliconia Solutions # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published @@ -21,9 +22,9 @@ { "name": "Sequential Code for Leads / Opportunities", - "version": "17.0.1.1.0", + "version": "18.0.1.0.0", "category": "Customer Relationship Management", - "author": "Tecnativa, AvanzOSC, Odoo Community Association (OCA)", + "author": "Tecnativa, AvanzOSC, Heliconia Solutions, Odoo Community Association (OCA)", "website": "https://github.com/OCA/crm", "license": "AGPL-3", "depends": ["crm"],