From 14bb6c58341cbeca21e310dc83818400390d0da6 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 29 Jun 2023 11:12:05 +0200 Subject: [PATCH] [MIG] eradicate_quick_create to v16 --- eradicate_quick_create/__manifest__.py | 6 +++--- eradicate_quick_create/hooks.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eradicate_quick_create/__manifest__.py b/eradicate_quick_create/__manifest__.py index 41d873d..f9287b9 100644 --- a/eradicate_quick_create/__manifest__.py +++ b/eradicate_quick_create/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2014-2021 Akretion France (http://www.akretion.com) +# Copyright 2014-2023 Akretion France (http://www.akretion.com) # @author Alexis de Lattre { 'name': 'Eradicate Quick Create', - 'version': '14.0.1.0.0', + 'version': '16.0.1.0.0', 'category': 'Tools', 'license': 'AGPL-3', 'summary': 'Disable quick create on all objects', @@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).