From ca116964ca092e95a0ed48812d53689f8c2f220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 5 Nov 2018 18:23:45 +0100 Subject: [PATCH] [MIG] server_environment from 11 to 12 --- server_environment/__manifest__.py | 2 +- server_environment_files_sample/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server_environment/__manifest__.py b/server_environment/__manifest__.py index 065af45..0e14a45 100644 --- a/server_environment/__manifest__.py +++ b/server_environment/__manifest__.py @@ -20,7 +20,7 @@ { "name": "server configuration environment files", - "version": "11.0.2.0.0", + "version": "12.0.2.0.0", "depends": [ "base", "base_sparse_field", diff --git a/server_environment_files_sample/__manifest__.py b/server_environment_files_sample/__manifest__.py index 19590c4..29c9941 100644 --- a/server_environment_files_sample/__manifest__.py +++ b/server_environment_files_sample/__manifest__.py @@ -20,7 +20,7 @@ { "name": "Example server configuration environment files repository module", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "depends": ["base"], "author": "Camptocamp,Odoo Community Association (OCA)", "summary": "sample config file for server_environment",