Commit a83dedd0 authored by Fabien Morin's avatar Fabien Morin

remove two useless properties :

- editable is not used since we decide that input line can be paysheet_line in the paysheet and since is possible to add directly model_lines in the paysheet
- create_paysheet_line is not need since the property create_line on TradeModelLine replace it


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fef3290d
......@@ -33,19 +33,6 @@ class PaySheetModelLine:
Properties for Pay Sheet Model Lines.
"""
_properties = (
{ 'id' : 'editable',
'description' : 'If set to 1, the Pay Sheet Line values could be edited'
' at the Pay Sheet calculation step',
'type' : 'boolean',
'mode' : 'w'
},
{ 'id' : 'create_paysheet_line',
'description' : 'A flag indicating if the corresponding paysheet line will'
' be created',
'type' : 'boolean',
'mode' : 'w',
'default' : True,
},
{ '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