[FIX] crm_base: re-added get_section method.

bzr revid: tde@openerp.com-20120522084202-cpuk5cx1a5jw7qiw
This commit is contained in:
Thibault Delavallée 2012-05-22 10:42:02 +02:00
parent 2044b442f6
commit fcebcc6c8f
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@ class crm_base(object):
return False
return uid
def _get_section(self, cr, uid, context=None):
return False
def onchange_partner_address_id(self, cr, uid, ids, add, email=False):
"""This function returns value of partner email based on Partner Address
:param ids: List of case IDs