From 50b7b8e6ce191dc65a70caa76bfd02268d5e460c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 4 Mar 2011 10:34:54 +0000
Subject: [PATCH] new style property sheets can simply be exported as
 "PropertySheet"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43964 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_property_sheets/AccountTypeConstraint.xml          | 0
 .../portal_property_sheets/AccountTypeConstraint/2.xml        | 0
 bt5/erp5_accounting/bt/revision                               | 2 +-
 bt5/erp5_accounting/bt/template_path_list                     | 4 +---
 bt5/erp5_accounting/bt/template_property_sheet_id_list        | 1 +
 5 files changed, 3 insertions(+), 4 deletions(-)
 rename bt5/erp5_accounting/{PathTemplateItem => PropertySheetTemplateItem}/portal_property_sheets/AccountTypeConstraint.xml (100%)
 rename bt5/erp5_accounting/{PathTemplateItem => PropertySheetTemplateItem}/portal_property_sheets/AccountTypeConstraint/2.xml (100%)
 create mode 100644 bt5/erp5_accounting/bt/template_property_sheet_id_list

diff --git a/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml b/bt5/erp5_accounting/PropertySheetTemplateItem/portal_property_sheets/AccountTypeConstraint.xml
similarity index 100%
rename from bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml
rename to bt5/erp5_accounting/PropertySheetTemplateItem/portal_property_sheets/AccountTypeConstraint.xml
diff --git a/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml b/bt5/erp5_accounting/PropertySheetTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml
similarity index 100%
rename from bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml
rename to bt5/erp5_accounting/PropertySheetTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index ac3f740c0f..f21ef0d347 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1456
\ No newline at end of file
+1457
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_path_list b/bt5/erp5_accounting/bt/template_path_list
index 2492f3a758..930f8dd7f8 100644
--- a/bt5/erp5_accounting/bt/template_path_list
+++ b/bt5/erp5_accounting/bt/template_path_list
@@ -1,4 +1,2 @@
 portal_categories/account_type/**
-portal_categories/financial_section/*
-portal_property_sheets/AccountTypeConstraint
-portal_property_sheets/AccountTypeConstraint/**
\ No newline at end of file
+portal_categories/financial_section/*
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_property_sheet_id_list b/bt5/erp5_accounting/bt/template_property_sheet_id_list
new file mode 100644
index 0000000000..05d7700fd7
--- /dev/null
+++ b/bt5/erp5_accounting/bt/template_property_sheet_id_list
@@ -0,0 +1 @@
+AccountTypeConstraint
\ No newline at end of file
-- 
2.30.9