From 634edc712c5348368c73b9d15e5f6e44651acbb8 Mon Sep 17 00:00:00 2001
From: Nicolas Wavrant <nicolas.wavrant@nexedi.com>
Date: Tue, 13 Feb 2018 14:42:36 +0000
Subject: [PATCH] erp5_payroll_l10n_fr: add source_section and source_trade on
 Monthly DSN Report

---
 .../PortalTypeBaseCategoryTemplateItem/base_category_list.xml | 2 ++
 .../bt/template_portal_type_base_category_list                | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_payroll_l10n_fr/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_payroll_l10n_fr/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index d4727887d7..04363f2eff 100644
--- a/bt5/erp5_payroll_l10n_fr/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_payroll_l10n_fr/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -7,5 +7,7 @@
  </portal_type>
  <portal_type id="DSN Monthly Report">
   <item>source_administration</item>
+  <item>source_section</item>
+  <item>source_trade</item>
  </portal_type>
 </base_category_list>
\ No newline at end of file
diff --git a/bt5/erp5_payroll_l10n_fr/bt/template_portal_type_base_category_list b/bt5/erp5_payroll_l10n_fr/bt/template_portal_type_base_category_list
index 9e5d868835..d7565422fe 100644
--- a/bt5/erp5_payroll_l10n_fr/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_payroll_l10n_fr/bt/template_portal_type_base_category_list
@@ -1,3 +1,5 @@
 DSN Change Block | use
 DSN Early Recovery Report | source_administration
-DSN Monthly Report | source_administration
\ No newline at end of file
+DSN Monthly Report | source_administration
+DSN Monthly Report | source_section
+DSN Monthly Report | source_trade
\ No newline at end of file
-- 
2.30.9