account.analytic.line: fix on_change_unit_amount()

It was really broken. Didn't produce a result, had the wrong formula.

bzr revid: p_christ@hol.gr-20101028130349-htqffzispracjvjy
This commit is contained in:
P. Christeas 2010-10-28 16:03:49 +03:00
parent 3735592e1f
commit 1f2b2be39a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import time
from osv import fields
from osv import osv
import logging
from tools.translate import _
class account_analytic_line(osv.osv):