[IMP]sale: Remove the print statements

bzr revid: dbr@tinyerp.com-20111114085641-2l7unifwm4hbnftl
This commit is contained in:
DBR (OpenERP) 2011-11-14 14:26:41 +05:30
parent 4b317079ce
commit b19edf4564
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ Dashboard for Sales Manager that includes:
'test/process/get_picking_details.yml',
'test/process/cancel_order.yml',
#'test/sale_procurement.yml',
'test/ui/onchage_events.yml',
'test/ui/onchange_events.yml',
'test/ui/sale_make_invoice.yml',
'test/ui/make_advance_invoice.yml',
'test/ui/sale_line_invoice.yml',

View File

@ -7,7 +7,7 @@
try:
self.unlink(cr, uid, [ref("order7")])
except Exception,e:
print e
pass
-
I delete draft order.
-
@ -24,4 +24,4 @@
try:
self.unlink(cr, uid, [id])
except Exception,e:
print e
pass