[REF] Add an XXX comment about context
authorNumerigraphe - Lionel Sausin <ls@numerigraphe.fr>
Thu, 8 Mar 2012 08:58:29 +0000 (09:58 +0100)
committerNumerigraphe - Lionel Sausin <ls@numerigraphe.fr>
Thu, 8 Mar 2012 08:58:29 +0000 (09:58 +0100)
bzr revid: ls@numerigraphe.fr-20120308085829-7r1pjipa986xsyz6

addons/procurement/procurement.py

index 7dca3a8..83437cc 100644 (file)
@@ -408,6 +408,7 @@ class procurement_order(osv.osv):
         """
         return 0
 
+    # XXX action_cancel() should accept a context argument
     def action_cancel(self, cr, uid, ids):
         """Cancel Procurements and either cancel or assign the related Stock Moves, depending on the procurement configuration.