Commit 171f23c4 authored by Romain Courteaud's avatar Romain Courteaud

Add properties needed for the generation of Packing List.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 361e3e96
...@@ -84,4 +84,17 @@ class DeliveryBuilder: ...@@ -84,4 +84,17 @@ class DeliveryBuilder:
movements', movements',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'delivery_cell_separate_order',
'description' : 'defines what to do with cell which share the same\
properties after being collecting.',
'type' : 'string',
'multivalued' : 1,
'mode' : 'w' },
{ 'id' : 'delivery_after_generation_script_id',
'description' : 'defines a script which is called on each delivery\
created',
'type' : 'string',
'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