[14.0][MIG] - migration server_environment_ir_config_parameter
This commit is contained in:
parent
62e5bc8386
commit
f5270f0c5a
|
|
@ -5,9 +5,9 @@
|
||||||
"name": "Server Environment Ir Config Parameter",
|
"name": "Server Environment Ir Config Parameter",
|
||||||
"summary": """
|
"summary": """
|
||||||
Override System Parameters from server environment file""",
|
Override System Parameters from server environment file""",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/server-env/",
|
"website": "https://github.com/OCA/server-env",
|
||||||
"depends": ["server_environment"],
|
"depends": ["server_environment"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../server_environment_ir_config_parameter
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue