Commit b4a095ba authored by Romain Courteaud's avatar Romain Courteaud

Added delivery_module_before_building_script_id.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3590 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d33af598
......@@ -92,6 +92,10 @@ class DeliveryBuilder:
'multivalued' : 1,
'mode' : 'w' },
{ 'id' : 'delivery_module_before_building_script_id',
'description' : 'defines a script which is called before building.',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'delivery_after_generation_script_id',
'description' : 'defines a script which is called on each delivery\
created',
......
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