From a816a7e7737ecbfc6e6037e34536d96d66b45b9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 30 Mar 2007 15:18:49 +0000
Subject: [PATCH] __class__ of documents is now from ERP5Type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13827 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 bt5/erp5_payroll/PathTemplateItem/organisation_module/agff.xml  | 2 +-
 bt5/erp5_payroll/PathTemplateItem/organisation_module/agirc.xml | 2 +-
 bt5/erp5_payroll/PathTemplateItem/organisation_module/arrco.xml | 2 +-
 .../PathTemplateItem/organisation_module/assedic.xml            | 2 +-
 bt5/erp5_payroll/PathTemplateItem/organisation_module/etat.xml  | 2 +-
 .../PathTemplateItem/organisation_module/henner.xml             | 2 +-
 .../PathTemplateItem/organisation_module/urssaf.xml             | 2 +-
 bt5/erp5_payroll/bt/revision                                    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/agff.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/agff.xml
index 6c1f21781a..1077d740d4 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/agff.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/agff.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/agirc.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/agirc.xml
index 49162b8338..a41a71d2f7 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/agirc.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/agirc.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/arrco.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/arrco.xml
index bb6c8cd5e8..4db0488d0d 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/arrco.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/arrco.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/assedic.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/assedic.xml
index 7b96b467b9..151a5a8c69 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/assedic.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/assedic.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/etat.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/etat.xml
index 81d1f2e332..9cd797b45e 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/etat.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/etat.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/henner.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/henner.xml
index 06aafd7d07..167dd158e9 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/henner.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/henner.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/PathTemplateItem/organisation_module/urssaf.xml b/bt5/erp5_payroll/PathTemplateItem/organisation_module/urssaf.xml
index b0e521bf1a..202b348adb 100644
--- a/bt5/erp5_payroll/PathTemplateItem/organisation_module/urssaf.xml
+++ b/bt5/erp5_payroll/PathTemplateItem/organisation_module/urssaf.xml
@@ -4,7 +4,7 @@
     <pickle>
       <tuple>
         <tuple>
-          <string>Products.ERP5.Document.Organisation</string>
+          <string>Products.ERP5Type.Document.Organisation</string>
           <string>Organisation</string>
         </tuple>
         <none/>
diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision
index c663e4d093..2d73b5e3ba 100644
--- a/bt5/erp5_payroll/bt/revision
+++ b/bt5/erp5_payroll/bt/revision
@@ -1 +1 @@
-151
\ No newline at end of file
+152
\ No newline at end of file
-- 
2.30.9