Commit 5fb824a0 authored by Sebastien Robin's avatar Sebastien Robin

added site base category for all documents on banking

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15396 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c86ccaac
...@@ -58,6 +58,7 @@ class CashDelivery(BankingOperation): ...@@ -58,6 +58,7 @@ class CashDelivery(BankingOperation):
, PropertySheet.Price , PropertySheet.Price
, PropertySheet.VariationRange , PropertySheet.VariationRange
, PropertySheet.ItemAggregation , PropertySheet.ItemAggregation
, PropertySheet.BankingOperation
) )
security.declareProtected(Permissions.View, 'getBaobabSource') security.declareProtected(Permissions.View, 'getBaobabSource')
......
...@@ -43,5 +43,5 @@ class BankingOperation: ...@@ -43,5 +43,5 @@ class BankingOperation:
'mode' : 'w' }, 'mode' : 'w' },
) )
_categories = () _categories = ('site',)
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