[MERGE] plugin cleaning

bzr revid: tfr@openerp.com-20111122105638-64pihhdc4j2cq0vq
This commit is contained in:
tfr@openerp.com 2011-11-22 11:56:38 +01:00
commit c8acea4be4
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ class plugin_handler(osv.osv_memory):
if partner_id = 0 then create a new partner with the same name that the address
@return : the partner_id sended or created, this allow the plugin to open the right partner page
"""
print "create contact", data, partner_id
partner_obj = self.pool.get('res.partner')
dictcreate = dict(data)
if partner_id == 0: