Commit ea1bde4d authored by Jean-Paul Smets's avatar Jean-Paul Smets

Removed FTI (use BT instead)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7066d34
......@@ -65,60 +65,6 @@ class AccountingTransaction(Delivery):
, PropertySheet.PaymentCondition
)
# CMF Factory Type Information
factory_type_information = \
{ 'id' : portal_type
, 'meta_type' : meta_type
, 'description' : """\
An order..."""
, 'icon' : 'transaction_icon.gif'
, 'product' : 'ERP5'
, 'factory' : 'addAccountingTransaction'
, 'immediate_view' : 'accounting_transaction_view'
, 'allow_discussion' : 1
, 'allowed_content_types': ('Movement',
)
, 'filter_content_types' : 1
, 'global_allow' : 1
, 'actions' :
( { 'id' : 'view'
, 'name' : 'View'
, 'category' : 'object_view'
, 'action' : 'accounting_transaction_view'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'list'
, 'name' : 'Object Contents'
, 'category' : 'object_action'
, 'action' : 'folder_contents'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'print'
, 'name' : 'Print'
, 'category' : 'object_print'
, 'action' : 'transaction_print'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'metadata'
, 'name' : 'Metadata'
, 'category' : 'object_view'
, 'action' : 'metadata_edit'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'translate'
, 'name' : 'Translate'
, 'category' : 'object_action'
, 'action' : 'translation_template_view'
, 'permissions' : (
Permissions.TranslateContent, )
}
)
}
def manage_beforeDelete(self, item, container):
"""
Accounting transactions can only be deleted
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment