36
35
pay_form = '''<?xml version="1.0"?>
48
40
def _payer(self, cr, uid, data, context):
49
41
pool = pooler.get_pool(cr.dbname)
50
pool.get('auction.lots').write(cr,uid,data['ids'],{'is_ok':True, 'state':'paid'})
42
pool.get('auction.lots').write(cr,uid,data['ids'],{'is_ok':True})