From c675aedcc308cf2f4c1e691290d31b19b00631fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Sat, 21 Jan 2006 21:31:12 +0000
Subject: [PATCH] Allow accounting transaction portal types as content of
 Preference (for templates)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5236 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../allowed_content_types.xml                               | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index a62f303a0d..dce34f3494 100755
--- a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -37,6 +37,12 @@
  <portal_type id="Payment Transaction">
   <item>Accounting Transaction Line</item>
  </portal_type>
+ <portal_type id="Preference">
+  <item>Accounting Transaction</item>
+  <item>Sale Invoice Transaction</item>
+  <item>Payment Transaction</item>
+  <item>Purchase Invoice Transaction</item>
+ </portal_type>
  <portal_type id="Purchase Invoice Transaction">
   <item>Purchase Invoice Transaction Line</item>
  </portal_type>
-- 
2.30.9