From b3b16217ab23835d464471c64172b8e03b8a1ddf Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 27 May 2016 15:36:39 +0200
Subject: [PATCH] erp5: use json-in-xml instead xml-in-json for serialisation

---
 software/erp5/software.cfg.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/software/erp5/software.cfg.json b/software/erp5/software.cfg.json
index 9b0c81b38..09b83dd68 100644
--- a/software/erp5/software.cfg.json
+++ b/software/erp5/software.cfg.json
@@ -1,7 +1,7 @@
 {
   "name": "ERP5",
   "description": "ERP5, Open-Source ERP",
-  "serialisation": "xml-in-json",
+  "serialisation": "json-in-xml",
   "software-type": {
     "default": {
       "title": "Default",
-- 
2.30.9