[IMP] base_status : Removed the print statement.

bzr revid: mdi@tinyerp.com-20120918114912-4o119iwbkojdgl94
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-09-18 17:19:12 +05:30
parent db39306c85
commit 7eeeb90839
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class base_stage(object):
if part:
addr = self.pool.get('res.partner').address_get(cr, uid, [part], ['contact'])
data.update(self.onchange_partner_address_id(cr, uid, ids, addr['contact'])['value'])
print "----------data---------------------",data
return {'value': data}
def _get_default_section_id(self, cr, uid, context=None):