From f866ff9541a3762f327a63bfc13c342d345505a3 Mon Sep 17 00:00:00 2001 From: Sergio Zanchetta Date: Sun, 12 Dec 2021 10:14:25 +0100 Subject: [PATCH] [MIG] partner_contact_birthplace: Migration to 14.0 --- partner_contact_birthplace/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partner_contact_birthplace/__manifest__.py b/partner_contact_birthplace/__manifest__.py index 8deacc1e9..81742c42a 100644 --- a/partner_contact_birthplace/__manifest__.py +++ b/partner_contact_birthplace/__manifest__.py @@ -3,9 +3,9 @@ { "name": "Partner contact birthplace", "summary": "This module allows to define a birthplace for partners.", - "version": "12.0.1.0.0", + "version": "14.0.1.0.0", "category": "Customer Relationship Management", - "website": "https://github.com/OCA/partner-contact" "partner_contact_birthplace", + "website": "https://github.com/OCA/partner-contact", "author": "Agile Business Group, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False,