← Back to team overview

clearcorp team mailing list archive

[Merge] lp:~rr.clearcorp/openerp-ccorp-addons/6.1-rent into lp:openerp-ccorp-addons

 

Ronald Rubi has proposed merging lp:~rr.clearcorp/openerp-ccorp-addons/6.1-rent into lp:openerp-ccorp-addons.

Requested reviews:
  CLEARCORP drivers (clearcorp-drivers)

For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-ccorp-addons/6.1-rent/+merge/123155

Improve solution to cron job in rent invoices
-- 
https://code.launchpad.net/~rr.clearcorp/openerp-ccorp-addons/6.1-rent/+merge/123155
Your team CLEARCORP development team is subscribed to branch lp:openerp-ccorp-addons.
=== modified file 'rent/wizard/rent_check_invoicing.py'
--- rent/wizard/rent_check_invoicing.py	2012-08-07 21:04:22 +0000
+++ rent/wizard/rent_check_invoicing.py	2012-09-06 19:45:28 +0000
@@ -64,7 +64,7 @@
 				return res
 		return res
 		
-	def check_invoicing(self, cr, uid, ids, context=None):
+	def check_invoicing(self, cr, uid, ids=[], context=None):
 		obj_rent = self.pool.get('rent.rent')
 		obj_rent.cron_rent_invoice(cr,uid,ids,context=context)
 		return {'type': 'ir.actions.act_window_close'}


Follow ups