[MIG] Migration to version 15.0

This commit is contained in:
jsanchez 2021-10-18 13:42:07 +02:00
parent 3c983fa408
commit 16a1fb3df2
4 changed files with 12 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"name": "Server Environment Ir Config Parameter",
"summary": """
Override System Parameters from server environment file""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-env",

View File

@ -0,0 +1 @@
../../../../server_environment_ir_config_parameter

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)