[IMP] POS: Remove the unused function
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 12 Apr 2010 06:19:00 +0000 (11:49 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 12 Apr 2010 06:19:00 +0000 (11:49 +0530)
bzr revid: sbh@tinyerp.com-20100412061900-ne4hcgl0n3dzec2u

addons/point_of_sale/pos.py

index f172aec..c87efa4 100644 (file)
@@ -284,14 +284,7 @@ class pos_order(osv.osv):
             return res[0]
         else:
             return False
-#
-#    def _receivable_get(self, cr, uid, context=None):
-#        
-#        """ To get  Shop  for this order" 
-#        @return: journal  """          
-#        prop_obj = self.pool.get('ir.property')
-#        res = prop_obj.get(cr, uid, 'property_account_receivable', 'res.partner', context=context)
-#        return res
+
 
     def copy(self, cr, uid, id, default=None, context={}):