Commit a7f8db06 authored by Fabien Morin's avatar Fabien Morin

add a boolean for create or not the Pay Sheet Line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25151 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f67fb3de
......@@ -39,6 +39,12 @@ class PaySheetModelLine:
'type' : 'boolean',
'mode' : 'w'
},
{ 'id' : 'do_not_create_paysheet_line',
'description' : 'If set to 1, the corresponding paysheet line will not'
' be created',
'type' : 'boolean',
'mode' : 'w'
},
{ 'id' : 'calculation_script_id',
'description' : 'If no script found on Pay Sheet Model Lines, this'
' script is used to do localised calculs',
......
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