From b7a94f49c6b00ea4f9b66a6cab8072e80c768897 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 10 Sep 2018 05:38:44 +0200
Subject: [PATCH] erp5_core: Business template format change

This must be from manual edit of business templates files.
---
 .../allowed_content_types.xml                                   | 2 +-
 .../erp5_core/ActivityTool_viewActivityList/listbox.xml         | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/template_document_id_list   | 2 +-
 .../erp5_core/bt/template_portal_type_allowed_content_type_list | 2 +-
 .../ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list    | 2 +-
 .../ERP5/bootstrap/erp5_core/bt/template_property_sheet_id_list | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index 221a4ad480..00c2359bca 100644
--- a/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -123,4 +123,4 @@
  <portal_type id="Types Tool">
   <item>Base Type</item>
  </portal_type>
-</allowed_content_type_list>
+</allowed_content_type_list>
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewActivityList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewActivityList/listbox.xml
index d7d17241ef..bd53de4b0b 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewActivityList/listbox.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewActivityList/listbox.xml
@@ -78,7 +78,7 @@
                 </item>
                 <item>
                     <key> <string>url_columns</string> </key>
-		    <value> <string></string> </value>
+                    <value> <string></string> </value>
                 </item>
               </dictionary>
             </value>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_document_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_document_id_list
index 62d7789562..d95d26197d 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/template_document_id_list
+++ b/product/ERP5/bootstrap/erp5_core/bt/template_document_id_list
@@ -28,4 +28,4 @@ document.erp5.TransformPptxToPpty
 document.erp5.TransformPptyToPptx
 document.erp5.TransformImageToPcx
 document.erp5.TransformImageToBmp
-document.erp5.CallableTool
+document.erp5.CallableTool
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
index b96d28f3c7..ca10a077f6 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
+++ b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
@@ -61,4 +61,4 @@ Simulation Movement | Applied Rule
 Simulation Tool | Applied Rule
 Template Tool | Business Template
 Trash Tool | Trash Bin
-Types Tool | Base Type
+Types Tool | Base Type
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
index ba4d08d4a5..472fccff1d 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
+++ b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
@@ -87,4 +87,4 @@ Trash Bin
 Trash Folder
 Trash Tool
 Types Tool
-ZODB Continuous Increasing Id Generator
+ZODB Continuous Increasing Id Generator
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_property_sheet_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_property_sheet_id_list
index ec8b0f6490..9dfeb26cd2 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/template_property_sheet_id_list
+++ b/product/ERP5/bootstrap/erp5_core/bt/template_property_sheet_id_list
@@ -3,4 +3,4 @@ ConstraintType
 Catalog
 CatalogTool
 SQLMethod
-CatalogFilter
+CatalogFilter
\ No newline at end of file
-- 
2.30.9