Commit 0bef7ccb authored by Aurel's avatar Aurel

define former property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14412 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cb44fc9
......@@ -32,7 +32,13 @@ class CashCurrency:
Properties which allow to define a BankNote or a Coin.
"""
_properties = ()
_properties = (
{'id' : 'former',
'description' : 'Tell if it is a former object or not',
'type' : 'boolean',
'mode' : 'w'
},
)
_categories = ( 'emission_letter'
, 'cash_status'
......
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