[MERGE][IMP] Terminology uniformisation

bzr revid: rim@openerp.com-20140414093342-91n7m8o730om25qm
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-14 11:33:42 +02:00
commit c34ea0a384
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class res_partner(osv.osv, format_address):
'title': fields.many2one('res.partner.title', 'Title'),
'parent_id': fields.many2one('res.partner', 'Related Company', select=True),
'child_ids': fields.one2many('res.partner', 'parent_id', 'Contacts', domain=[('active','=',True)]), # force "active_test" domain to bypass _search() override
'ref': fields.char('Reference', size=64, select=1),
'ref': fields.char('Contact Reference', size=64, select=1),
'lang': fields.selection(_lang_get, 'Language',
help="If the selected language is loaded in the system, all documents related to this contact will be printed in this language. If not, it will be English."),
'tz': fields.selection(_tz_get, 'Timezone', size=64,