[REM] account: l10n_multilang: Remove on_change_tax method

bzr revid: ron@tinyerp.com-20110802072900-p560swly1tjzevga
This commit is contained in:
ron@tinyerp.com 2011-08-02 12:59:00 +05:30
parent 4178a8dddd
commit e0d8fcb675
1 changed files with 0 additions and 3 deletions

View 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")