From e063ff4f37fa16842eb44e8a007212686919c92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 21 Dec 2005 19:13:38 +0000 Subject: [PATCH] added accounting_transaction type group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4846 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Accounting%20Transaction.xml | 1 + .../portal_types/Balance%20Transaction.xml | 1 + .../portal_types/Payment%20Transaction.xml | 1 + .../portal_types/Purchase%20Invoice%20Transaction.xml | 1 + .../portal_types/Sale%20Invoice%20Transaction.xml | 1 + 5 files changed, 5 insertions(+) diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml index c00f5fa279..6839a3c965 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml @@ -79,6 +79,7 @@ <key> <string>group_list</string> </key> <value> <tuple> + <string>accounting_transaction</string> <string>delivery</string> </tuple> </value> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml index 9c20a3e3d3..e314f255dd 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml @@ -78,6 +78,7 @@ <key> <string>group_list</string> </key> <value> <tuple> + <string>accounting_transaction</string> <string>delivery</string> </tuple> </value> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml index 297aed0921..c94ee62dd1 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml @@ -80,6 +80,7 @@ <key> <string>group_list</string> </key> <value> <tuple> + <string>accounting_transaction</string> <string>delivery</string> </tuple> </value> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml index b14b31c661..b63a126397 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml @@ -79,6 +79,7 @@ <key> <string>group_list</string> </key> <value> <tuple> + <string>accounting_transaction</string> <string>delivery</string> <string>invoice</string> </tuple> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml index 9ae8f19761..00aee76484 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml @@ -88,6 +88,7 @@ <key> <string>group_list</string> </key> <value> <tuple> + <string>accounting_transaction</string> <string>delivery</string> <string>invoice</string> </tuple> -- 2.30.9