From f60a00ba0497fc0314a26a24a4eb558a79a8a104 Mon Sep 17 00:00:00 2001 From: hparfr Date: Wed, 13 Jan 2021 00:33:41 +0100 Subject: [PATCH] [MIG] web_domain_field: Migration to 14.0 --- web_domain_field/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_domain_field/__manifest__.py b/web_domain_field/__manifest__.py index 0c503be54..0bdf8547c 100644 --- a/web_domain_field/__manifest__.py +++ b/web_domain_field/__manifest__.py @@ -5,7 +5,7 @@ "name": "Web Domain Field", "summary": """ Use computed field as domain""", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",