[MERGE] warning fix for purchase module

bzr revid: sbh@tinyerp.com-20120613093951-fswctvm852919eg5
This commit is contained in:
Sbh (Openerp) 2012-06-13 15:09:51 +05:30
commit 2b4f40108c
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ class purchase_order_line(osv.osv):
# - determine product_qty and date_planned based on seller info
if not date_order:
date_order = fields.date.context_today(cr,uid,context=context)
date_order = fields.date.context_today(self,cr,uid,context=context)
qty = qty or 1.0
supplierinfo = False