Commit bfbcf238 authored by Kevin Deldycke's avatar Kevin Deldycke

Add the number of partners & childrens (needed to calculate the paysheet in some countries)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 480a9fec
......@@ -62,6 +62,15 @@ class Person:
'description' : 'The social code of this person',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'partner_number',
'description' : '',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'children_number',
'description' : '',
'type' : 'int',
'mode' : 'w' },
# Compatibility with early releases
# Contact fields
......
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