From c3c91719cd1bce769a7a9cbe13d404e9d053862b Mon Sep 17 00:00:00 2001 From: Kevin Khao Date: Mon, 23 Nov 2020 17:31:45 +0100 Subject: [PATCH] [14.0][MIG] onchange_helper: Migration to 14.0 --- onchange_helper/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onchange_helper/__manifest__.py b/onchange_helper/__manifest__.py index 4b81927a0..daa5d5157 100644 --- a/onchange_helper/__manifest__.py +++ b/onchange_helper/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Onchange Helper", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "summary": "Technical module that ease execution" " of onchange in Python code", "author": "Akretion,Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools",