improve
authorFabien Pinckaers <fp@tinyerp.com>
Mon, 24 Nov 2008 23:23:10 +0000 (00:23 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Mon, 24 Nov 2008 23:23:10 +0000 (00:23 +0100)
bzr revid: fp@tinyerp.com-20081124232310-qry5vphgm9vn4dpz

addons/base_contact/base_contact.py

index 8b91e9b..022b689 100644 (file)
@@ -118,7 +118,7 @@ class res_partner_job(osv.osv):
         'name': fields.related('address_id','partner_id', type='many2one', relation='res.partner', string='Partner'),
         'address_id':fields.many2one('res.partner.address','Address', required=True),
         'contact_id':fields.many2one('res.partner.contact','Contact', required=True),
-        'function_id': fields.many2one('res.partner.function','Job Title', required=True),
+        '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'),
         'email': fields.char('E-Mail', size=240),