~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to chricar_top/location_income_tax.py

  • Committer: ferdinand
  • Date: 2014-02-11 19:38:17 UTC
  • Revision ID: office@chrcar.at-20140211193817-ilublgmvgnqbgbc0
[REF] v8 compatibilität hergestellt (2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
class stock_location(osv.osv):
49
49
    _inherit = "stock.location"
50
50
 
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):
52
52
        res = {}
53
53
        data = {}
54
54
        for loc in self.browse(cr, uid, ids, context=context):