From 035f84d32fe18c93d4bebe1618d62f281a32f366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 16 Feb 2006 23:24:34 +0000 Subject: [PATCH] remove TradeCondition property sheet, they are defined on class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5731 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../property_sheet_list.xml | 6 ------ .../bt/template_portal_type_property_sheet_list | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index 7a7c8d0005..d292b9ca19 100755 --- a/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -2,10 +2,4 @@ <portal_type id="Cash Register"> <item>BankAccount</item> </portal_type> - <portal_type id="Purchase Invoice Transaction"> - <item>TradeCondition</item> - </portal_type> - <portal_type id="Sale Invoice Transaction"> - <item>TradeCondition</item> - </portal_type> </property_sheet_list> \ No newline at end of file diff --git a/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list b/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list index e22304e1a2..9a3df4be88 100755 --- a/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list +++ b/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list @@ -1,3 +1 @@ -Cash Register | BankAccount -Purchase Invoice Transaction | TradeCondition -Sale Invoice Transaction | TradeCondition \ No newline at end of file +Cash Register | BankAccount \ No newline at end of file -- 2.30.9