From f79f859959f55d8701a5b6468e711425487b87b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 30 Jan 2006 17:34:55 +0000
Subject: [PATCH] move Accounting Period from Accouting Period Module to
 Organisation

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

diff --git a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index 2080f16e7e..10e2dd693e 100755
--- a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -2,9 +2,6 @@
  <portal_type id="Account Module">
   <item>Account</item>
  </portal_type>
- <portal_type id="Accounting Period Module">
-  <item>Accounting Period</item>
- </portal_type>
  <portal_type id="Accounting Rule Cell">
   <item>Accounting Transaction Line</item>
  </portal_type>
@@ -13,6 +10,7 @@
  </portal_type>
  <portal_type id="Accounting Transaction Module">
   <item>Purchase Invoice Transaction</item>
+  <item>Accounting Period Delimiter</item>
   <item>Pay Sheet Transaction</item>
   <item>Accounting Transaction</item>
   <item>Sale Invoice Transaction</item>
@@ -33,6 +31,9 @@
   <item>Predicate</item>
   <item>Accounting Rule Cell</item>
  </portal_type>
+ <portal_type id="Organisation">
+  <item>Accounting Period</item>
+ </portal_type>
  <portal_type id="Payment Transaction">
   <item>Accounting Transaction Line</item>
  </portal_type>
-- 
2.30.9