48
48
class stock_location(osv.osv):
49
49
_inherit = "stock.location"
51
def _get_tax_res(self, cr, uid, ids, name, args, context=None):
51
def _get_tax_res(self, cr, uid, ids, name, args, context=None):
54
54
for loc in self.browse(cr, uid, ids, context=context):