[REF] stock: removing TODO statement
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 7 Jan 2014 13:02:50 +0000 (14:02 +0100)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 7 Jan 2014 13:02:50 +0000 (14:02 +0100)
bzr revid: qdp-launchpad@openerp.com-20140107130250-s0o02wqoiu8dv3of

addons/stock/stock.py

index 3b300dd..0bf9e32 100644 (file)
@@ -2133,7 +2133,6 @@ class stock_inventory(osv.osv):
         return True
 
     def action_cancel_inventory(self, cr, uid, ids, context=None):
-        #TODO test
         self.action_cancel_draft(cr, uid, ids, context=context)
 
     def prepare_inventory(self, cr, uid, ids, context=None):