Commit 8b6da607 authored by Sebastien Robin's avatar Sebastien Robin

allow to delete documents

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7657 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4639fcd5
......@@ -61,6 +61,13 @@ class BankingOperation(BaobabMixin, AccountingTransaction):
, PropertySheet.ItemAggregation
, PropertySheet.Amount
)
def manage_beforeDelete(self, item, container):
"""
The right of deleting must be define by workflows
"""
Delivery.manage_beforeDelete(self, item, container)
### Dynamic patch
......
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