From 946acc9cbbfadd0888ffecb078b20a0e5ce4f6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Fri, 27 Jul 2007 09:40:36 +0000 Subject: [PATCH] - allowed and hidden content type list was redundant with other BT (erp5_base and erp5_accounting), so it is removed - some xml changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15344 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../allowed_content_types.xml | 23 ------------------- .../hidden_content_type_list.xml | 5 ---- ...GeographicAddress_viewPolishTaxDetails.xml | 10 ++++---- .../Organisation_viewPolishTaxDetails.xml | 10 ++++---- 4 files changed, 10 insertions(+), 38 deletions(-) delete mode 100644 bt5/erp5_accounting_l10n_pl/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml delete mode 100644 bt5/erp5_accounting_l10n_pl/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml diff --git a/bt5/erp5_accounting_l10n_pl/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_accounting_l10n_pl/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml deleted file mode 100644 index f09bb8b0fe..0000000000 --- a/bt5/erp5_accounting_l10n_pl/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ /dev/null @@ -1,23 +0,0 @@ -<allowed_content_type_list> - <portal_type id="Accounting Transaction Module"> - <item>Accounting Transaction</item> - <item>Payment Transaction</item> - <item>Balance Transaction</item> - <item>Purchase Invoice Transaction</item> - <item>Sale Invoice Transaction</item> - </portal_type> - <portal_type id="Organisation"> - <item>Address</item> - <item>Image</item> - <item>Bank Account</item> - <item>ChatAddress</item> - <item>File</item> - <item>Accounting Period</item> - <item>Fax</item> - <item>Email</item> - <item>Credit Card</item> - <item>Link</item> - <item>Document</item> - <item>Telephone</item> - </portal_type> -</allowed_content_type_list> \ No newline at end of file diff --git a/bt5/erp5_accounting_l10n_pl/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml b/bt5/erp5_accounting_l10n_pl/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml deleted file mode 100644 index 5f0b7b0f44..0000000000 --- a/bt5/erp5_accounting_l10n_pl/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml +++ /dev/null @@ -1,5 +0,0 @@ -<hidden_content_type_list> - <portal_type id="Accounting Transaction Module"> - <item>Balance Transaction</item> - </portal_type> -</hidden_content_type_list> \ No newline at end of file diff --git a/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/GeographicAddress_viewPolishTaxDetails.xml b/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/GeographicAddress_viewPolishTaxDetails.xml index 11e3ee51bd..bc5bac1eda 100644 --- a/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/GeographicAddress_viewPolishTaxDetails.xml +++ b/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/GeographicAddress_viewPolishTaxDetails.xml @@ -74,25 +74,25 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list/> </value> </item> <item> - <key> <string>center</string> </key> + <key> <string>center</string> </key> <value> <list/> </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>hidden</string> </key> <value> <list/> </value> </item> <item> - <key> <string>left</string> </key> + <key> <string>left</string> </key> <value> <list> <string>label</string> @@ -106,7 +106,7 @@ </value> </item> <item> - <key> <string>right</string> </key> + <key> <string>right</string> </key> <value> <list/> </value> diff --git a/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/Organisation_viewPolishTaxDetails.xml b/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/Organisation_viewPolishTaxDetails.xml index be3e04441c..e1543c44b6 100644 --- a/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/Organisation_viewPolishTaxDetails.xml +++ b/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/Organisation_viewPolishTaxDetails.xml @@ -74,25 +74,25 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list/> </value> </item> <item> - <key> <string>center</string> </key> + <key> <string>center</string> </key> <value> <list/> </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>hidden</string> </key> <value> <list/> </value> </item> <item> - <key> <string>left</string> </key> + <key> <string>left</string> </key> <value> <list> <string>my_financial_year_stop_date</string> @@ -101,7 +101,7 @@ </value> </item> <item> - <key> <string>right</string> </key> + <key> <string>right</string> </key> <value> <list/> </value> -- 2.30.9