From 0cc980b7a9aea3c7be27824e8dde22ab409f1815 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Wed, 2 Nov 2022 09:59:30 +0100 Subject: [PATCH] [MIG]Yaltik DSL to 16.0 --- yaltik_dsl/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaltik_dsl/__manifest__.py b/yaltik_dsl/__manifest__.py index 0323b03..282cdc8 100644 --- a/yaltik_dsl/__manifest__.py +++ b/yaltik_dsl/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2019-2020 Fabien Bourgeois +# Copyright 2019-2022 Fabien Bourgeois # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -19,7 +19,7 @@ 'name': 'Yaltik Odoo DSL base module and fns', 'summary': 'Yaltik Odoo Domain Specific Language base module and functions', 'description': """ Yaltik Odoo Domain Specific Language base module and functions """, - 'version': '12.0.0.4.1', + 'version': '16.0.0.4.1', 'category': 'Yaltik', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3',