From f492ee343bedd253ccbb271782dc80c5f1a82053 Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Mon, 15 May 2006 19:06:55 +0000
Subject: [PATCH] Updated maintainers

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7276 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../my_report.xml                             |  35 +++++-
 .../FiscalReport_getFiscalReportItemList.xml  |   4 +-
 bt5/erp5_accounting_l10n_fr/bt/change_log     |   3 +
 .../bt/maintainer_list                        |   2 +
 .../Bank%20Account/transactions.xml           | 114 ++++++++++++++++++
 ...elated_destination_person.catalog_keys.xml |  12 --
 ...lated_source_organisation.catalog_keys.xml |  12 --
 .../z_related_source_person.catalog_keys.xml  |  12 --
 .../portal_categories/region.xml              |   6 +-
 .../ModuleTemplateItem/currency_module.xml    |   3 -
 .../organisation_module.xml                   |   3 -
 .../ModuleTemplateItem/person_module.xml      |   3 -
 bt5/erp5_base/bt/change_log                   |   3 +
 bt5/erp5_base/bt/maintainer_list              |   2 +
 ...template_update_business_template_workflow |   1 +
 bt5/erp5_base/bt/template_update_tool         |   1 +
 16 files changed, 166 insertions(+), 50 deletions(-)
 create mode 100644 bt5/erp5_accounting_l10n_fr/bt/maintainer_list
 create mode 100644 bt5/erp5_base/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml
 create mode 100644 bt5/erp5_base/bt/maintainer_list
 create mode 100644 bt5/erp5_base/bt/template_update_business_template_workflow
 create mode 100644 bt5/erp5_base/bt/template_update_tool

diff --git a/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/AccountingTransactionModule_viewFiscalReportDialog/my_report.xml b/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/AccountingTransactionModule_viewFiscalReportDialog/my_report.xml
index 4b1c3af9d0..1127994ec9 100644
--- a/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/AccountingTransactionModule_viewFiscalReportDialog/my_report.xml
+++ b/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/AccountingTransactionModule_viewFiscalReportDialog/my_report.xml
@@ -238,7 +238,40 @@
                 <item>
                     <key> <string>items</string> </key>
                     <value>
-                      <list/>
+                      <list>
+                        <tuple>
+                          <string>2006-2033-A</string>
+                          <string>2006-2033-A</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-B</string>
+                          <string>2006-2033-B</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-C</string>
+                          <string>2006-2033-C</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-D</string>
+                          <string>2006-2033-D</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-E</string>
+                          <string>2006-2033-E</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-F</string>
+                          <string>2006-2033-F</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2033-G</string>
+                          <string>2006-2033-G</string>
+                        </tuple>
+                        <tuple>
+                          <string>2006-2065</string>
+                          <string>2006-2065</string>
+                        </tuple>
+                      </list>
                     </value>
                 </item>
                 <item>
diff --git a/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/FiscalReport_getFiscalReportItemList.xml b/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/FiscalReport_getFiscalReportItemList.xml
index ed16b07f7e..130bc3e6ad 100644
--- a/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/FiscalReport_getFiscalReportItemList.xml
+++ b/bt5/erp5_accounting_l10n_fr/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr/FiscalReport_getFiscalReportItemList.xml
@@ -75,7 +75,7 @@ fiscal_report_list = []\n
 \n
 for folder in skin_folders:\n
   folder_id = folder.id\n
-  if folder_id.startswith(\'erp5_accounting_l10n_\'):\n
+  if folder_id.startswith(\'erp5_accounting_l10n_\') or folder_id.startswith(\'custom\'):\n
     # Assume all PDFForm in the folder are Fiscal Reports\n
     for object in folder.objectValues():\n
       if object.meta_type == \'ERP5 PDF Form\':\n
@@ -133,7 +133,7 @@ return fiscal_report_list\n
                           <tuple>
                             <string>Products.CMFCore.utils</string>
                             <string>getToolByName</string>
-<string>context</string>
+                            <string>context</string>
                             <string>tool</string>
                             <string>_getattr_</string>
                             <string>skin_folders</string>
diff --git a/bt5/erp5_accounting_l10n_fr/bt/change_log b/bt5/erp5_accounting_l10n_fr/bt/change_log
index d8f28b4bd7..f5096458d0 100644
--- a/bt5/erp5_accounting_l10n_fr/bt/change_log
+++ b/bt5/erp5_accounting_l10n_fr/bt/change_log
@@ -1,3 +1,6 @@
+2006-05-15 Alex
+* Update maintainers.
+
 2006-04-14 Kevin
 * Update to have good rounding.
 * Delete GAP with trailing '0'.
diff --git a/bt5/erp5_accounting_l10n_fr/bt/maintainer_list b/bt5/erp5_accounting_l10n_fr/bt/maintainer_list
new file mode 100644
index 0000000000..719ff058a6
--- /dev/null
+++ b/bt5/erp5_accounting_l10n_fr/bt/maintainer_list
@@ -0,0 +1,2 @@
+alex
+kevin
\ No newline at end of file
diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml
new file mode 100644
index 0000000000..adb2c0395d
--- /dev/null
+++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml
@@ -0,0 +1,114 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.ActionInformation</string>
+          <string>ActionInformation</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>transactions</string> </value>
+        </item>
+        <item>
+            <key> <string>optional</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>2.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Transactions</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/BankAccount_viewAccountingTransactionList</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:portal.restrictedTraverse(\'accounting_module\', None) is not None</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_destination_person.catalog_keys.xml b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_destination_person.catalog_keys.xml
index 5c39c42c6e..7d6996cb9c 100644
--- a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_destination_person.catalog_keys.xml
+++ b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_destination_person.catalog_keys.xml
@@ -1,14 +1,2 @@
 <catalog_method>
- <item key="_is_catalog_list_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_uncatalog_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_clear_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_filtered_archive" type="int">
-  <value>0</value>
- </item>
 </catalog_method>
\ No newline at end of file
diff --git a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.catalog_keys.xml b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.catalog_keys.xml
index 5c39c42c6e..7d6996cb9c 100644
--- a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.catalog_keys.xml
+++ b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.catalog_keys.xml
@@ -1,14 +1,2 @@
 <catalog_method>
- <item key="_is_catalog_list_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_uncatalog_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_clear_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_filtered_archive" type="int">
-  <value>0</value>
- </item>
 </catalog_method>
\ No newline at end of file
diff --git a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_person.catalog_keys.xml b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_person.catalog_keys.xml
index 5c39c42c6e..7d6996cb9c 100644
--- a/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_person.catalog_keys.xml
+++ b/bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_person.catalog_keys.xml
@@ -1,14 +1,2 @@
 <catalog_method>
- <item key="_is_catalog_list_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_uncatalog_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_clear_method_archive" type="int">
-  <value>0</value>
- </item>
- <item key="_is_filtered_archive" type="int">
-  <value>0</value>
- </item>
 </catalog_method>
\ No newline at end of file
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/region.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/region.xml
index 807d4bf19a..39fc990a0d 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/region.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/region.xml
@@ -423,7 +423,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>id</string> </key>
@@ -431,7 +433,7 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <unicode>Region</unicode> </value>
+            <value> <string>Region</string> </value>
         </item>
         <item>
             <key> <string>uid</string> </key>
diff --git a/bt5/erp5_base/ModuleTemplateItem/currency_module.xml b/bt5/erp5_base/ModuleTemplateItem/currency_module.xml
index 6c3db5fc30..703e511290 100644
--- a/bt5/erp5_base/ModuleTemplateItem/currency_module.xml
+++ b/bt5/erp5_base/ModuleTemplateItem/currency_module.xml
@@ -418,9 +418,6 @@
   <permission>
    <name>Manage currencies</name>
   </permission>
-  <permission>
-   <name>Manage extensions</name>
-  </permission>
   <permission>
    <name>Manage languages</name>
   </permission>
diff --git a/bt5/erp5_base/ModuleTemplateItem/organisation_module.xml b/bt5/erp5_base/ModuleTemplateItem/organisation_module.xml
index 104cd3d360..750f13f06d 100644
--- a/bt5/erp5_base/ModuleTemplateItem/organisation_module.xml
+++ b/bt5/erp5_base/ModuleTemplateItem/organisation_module.xml
@@ -581,9 +581,6 @@
    <name>Manage currencies</name>
    <role>Manager</role>
   </permission>
-  <permission>
-   <name>Manage extensions</name>
-  </permission>
   <permission>
    <name>Manage languages</name>
    <role>Manager</role>
diff --git a/bt5/erp5_base/ModuleTemplateItem/person_module.xml b/bt5/erp5_base/ModuleTemplateItem/person_module.xml
index 4b5523f17b..2d57a5014b 100644
--- a/bt5/erp5_base/ModuleTemplateItem/person_module.xml
+++ b/bt5/erp5_base/ModuleTemplateItem/person_module.xml
@@ -581,9 +581,6 @@
    <name>Manage currencies</name>
    <role>Manager</role>
   </permission>
-  <permission>
-   <name>Manage extensions</name>
-  </permission>
   <permission>
    <name>Manage languages</name>
    <role>Manager</role>
diff --git a/bt5/erp5_base/bt/change_log b/bt5/erp5_base/bt/change_log
index f0b3a5c245..1398c3e2db 100644
--- a/bt5/erp5_base/bt/change_log
+++ b/bt5/erp5_base/bt/change_log
@@ -1,3 +1,6 @@
+2006-05-15 Alex
+* Update maintainers.
+
 2006-05-03 aurel
 * set permission on assignment workflow
 
diff --git a/bt5/erp5_base/bt/maintainer_list b/bt5/erp5_base/bt/maintainer_list
new file mode 100644
index 0000000000..c4a5b488ba
--- /dev/null
+++ b/bt5/erp5_base/bt/maintainer_list
@@ -0,0 +1,2 @@
+aurel
+alex
\ No newline at end of file
diff --git a/bt5/erp5_base/bt/template_update_business_template_workflow b/bt5/erp5_base/bt/template_update_business_template_workflow
new file mode 100644
index 0000000000..56a6051ca2
--- /dev/null
+++ b/bt5/erp5_base/bt/template_update_business_template_workflow
@@ -0,0 +1 @@
+1
\ No newline at end of file
diff --git a/bt5/erp5_base/bt/template_update_tool b/bt5/erp5_base/bt/template_update_tool
new file mode 100644
index 0000000000..56a6051ca2
--- /dev/null
+++ b/bt5/erp5_base/bt/template_update_tool
@@ -0,0 +1 @@
+1
\ No newline at end of file
-- 
2.30.9