[REM] account: l10n_multilang: Remove on_change_tax method
authorron@tinyerp.com <>
Tue, 2 Aug 2011 07:29:00 +0000 (12:59 +0530)
committerron@tinyerp.com <>
Tue, 2 Aug 2011 07:29:00 +0000 (12:59 +0530)
bzr revid: ron@tinyerp.com-20110802072900-p560swly1tjzevga

addons/account/installer.py

index 0ae77dc..3d08dde 100644 (file)
@@ -100,9 +100,6 @@ class account_installer(osv.osv_memory):
                     res['fields'][field]['selection'] = cmp_select
         return res
 
-    def on_change_tax(self, cr, uid, id, tax):
-        return {'value': {'purchase_tax': tax}}
-
     def on_change_start_date(self, cr, uid, id, start_date=False):
         if start_date:
             start_date = datetime.datetime.strptime(start_date, "%Y-%m-%d")