Removed Invoice paid message post.

bzr revid: psa@tinyerp.com-20130215133955-rl08108crvw2bbvg
This commit is contained in:
Paramjit Singh Sahota 2013-02-15 19:09:55 +05:30
parent 72aa23664a
commit 3c1af23aae
1 changed files with 0 additions and 1 deletions

View File

@ -558,7 +558,6 @@ class purchase_order(osv.osv):
def invoice_done(self, cr, uid, ids, context=None):
self.write(cr, uid, ids, {'state':'approved'}, context=context)
self.message_post(cr, uid, ids, body=_("Invoice <b>Paid.</b>"), context=context)
return True
def has_stockable_product(self, cr, uid, ids, *args):