From 89d9d3a411fd001df21c4b2ad19f6468752818fd Mon Sep 17 00:00:00 2001
From: Benjamin <benjamin@le-filament.com>
Date: Mon, 3 May 2021 23:06:32 +0200
Subject: [PATCH] [clean] file declaration order

---
 __manifest__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/__manifest__.py b/__manifest__.py
index 4da91e7..c99bb4a 100755
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -17,6 +17,9 @@
         "datas/mail_data.xml",
         "datas/ir_sequence_data.xml",
         "wizard/scop_cotisation_cg_regul_wizard.xml",
+        "report/report_scop_bordereau.xml",
+        "report/report_scop_bordereau_payments.xml",
+        "report/report_scop_bordereau_refund.xml",
         "views/account_invoice.xml",
         "views/res_config_settings.xml",
         "views/scop_bordereau_cg.xml",
@@ -24,8 +27,5 @@
         "wizard/scop_cotisation_cg_wizard.xml",
         "wizard/scop_bordereau_update_confirm_view.xml",
         "wizard/scop_bordereau_validate_confirm_view.xml",
-        "report/report_scop_bordereau.xml",
-        "report/report_scop_bordereau_payments.xml",
-        "report/report_scop_bordereau_refund.xml",
     ]
 }
-- 
GitLab