From 1ba6c7ccd63538cfd3ce930a9a60ec6d8c137294 Mon Sep 17 00:00:00 2001 From: Koen Loodts Date: Tue, 14 Dec 2021 13:05:39 +0100 Subject: [PATCH] [MIG] onchange_helper: Migration to 15.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 daa5d5157..129548013 100644 --- a/onchange_helper/__manifest__.py +++ b/onchange_helper/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Onchange Helper", - "version": "14.0.1.0.0", + "version": "15.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",