diff --git a/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index 7a7c8d00059f63d4bd22fc8986f2c5e7e183dc6e..d292b9ca19ed384e1ed910ef5f8976544f1e3d87 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 e22304e1a2d093e920db29a76b91f27e340cf396..9a3df4be886b11027dfb92678bc6ba38c835032d 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