From 4af1ebd44c5b0fd5ae23c2de1162b97f30e17cc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 26 Sep 2022 10:11:03 +0200
Subject: [PATCH] [FIX] import data after templates
---
__manifest__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/__manifest__.py b/__manifest__.py
index 1cbb2bb..661fcb7 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -10,13 +10,13 @@
],
"data": [
"security/ir.model.access.csv",
- # datas
- "data/report_layout.xml",
# templates
"templates/report_views.xml",
"templates/report_templates.xml",
"templates/report_devis_ecozimut.xml",
"templates/report_facture_ecozimut.xml",
+ # datas
+ "data/report_layout.xml",
# views
"views/assets.xml",
"views/account_move.xml",
--
GitLab