bzr revid: mra@mra-laptop-20100924054848-py4dr5s7vkslkxg2
This commit is contained in:
Mustufa Rangwala 2010-09-24 11:18:48 +05:30
parent 8ba08a76bc
commit 8b02c9dfa2
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
##############################################################################
import datetime
from osv import osv,fields
from osv import osv, fields
from tools.translate import _
def strToDate(dt):
@ -245,6 +245,7 @@ class crossovered_budget_lines(osv.osv):
'theoritical_amount':fields.function(_theo, method=True, string='Theoritical Amount', type='float', digits=(16,2)),
'percentage':fields.function(_perc, method=True, string='Percentage', type='float'),
}
crossovered_budget_lines()
class account_analytic_account(osv.osv):
@ -257,5 +258,4 @@ class account_analytic_account(osv.osv):
account_analytic_account()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: