From 0c1a30c88eac9ccc839a4ed9d67812d0082a968a Mon Sep 17 00:00:00 2001 From: arulbalamurugan Date: Mon, 5 Dec 2022 18:42:30 +0530 Subject: [PATCH] [MIG] web_domain_field: Migration to 16.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 ca20c2416..dcf28e1cd 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": "15.0.1.0.1", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",