From a6a2ad1966d93db149edd788106019c16e9eb2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 3 Oct 2024 15:45:50 +0900 Subject: [PATCH] software/erp5: don't use link for software-py3.cfg.json this does not work when serving the raw blob on gitlab, so it is not always usable for parameter editor. --- software/erp5/software-py3.cfg.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 software/erp5/software-py3.cfg.json diff --git a/software/erp5/software-py3.cfg.json b/software/erp5/software-py3.cfg.json deleted file mode 120000 index 002a426ba..000000000 --- a/software/erp5/software-py3.cfg.json +++ /dev/null @@ -1 +0,0 @@ -software.cfg.json \ No newline at end of file diff --git a/software/erp5/software-py3.cfg.json b/software/erp5/software-py3.cfg.json new file mode 100644 index 000000000..25b9055b2 --- /dev/null +++ b/software/erp5/software-py3.cfg.json @@ -0,0 +1,14 @@ +{ + "name": "ERP5", + "description": "ERP5, Open-Source ERP (using python3)", + "serialisation": "json-in-xml", + "software-type": { + "default": { + "title": "Default", + "software-type": "default", + "request": "instance-erp5-input-schema.json", + "response": "instance-erp5-output-schema.json", + "index": 0 + } + } +} -- 2.30.9