bzr revid: fp@tinyerp.com-20081203172317-ce02tde92v7p50gl
This commit is contained in:
Fabien Pinckaers 2008-12-03 18:23:17 +01:00
parent 635112d04f
commit c547e413cf
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ class res_partner_job(osv.osv):
'address_id':fields.many2one('res.partner.address','Address'),
'contact_id':fields.many2one('res.partner.contact','Contact', required=True, ondelete='cascade'),
'function_id': fields.many2one('res.partner.function','Job Title'),
'sequence_contact':fields.integer('Sequence (Contact)',help='order of importance of this address in the list of addresses of the linked contact'),
'sequence_partner':fields.integer('Sequence (Partner)',help='order of importance of this job title in the list of job title of the linked partner'),
'sequence_contact':fields.integer('Sequence',help='Order of importance of this address in the list of addresses of the linked contact'),
'sequence_partner':fields.integer('Sequence',help='Order of importance of this job title in the list of job title of the linked partner'),
'email': fields.char('E-Mail', size=240),
'phone': fields.char('Phone', size=64),
'date_start' : fields.date('Date Start'),