Commit 40976a15 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add a new property delivery_creatable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27a04631
......@@ -101,4 +101,10 @@ class DeliveryBuilder:
created',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'delivery_creatable',
'description' : 'defines whether to create new deliveries or not',
'type' : 'boolean',
'default' : 1,
'mode' : 'w' },
)
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