From 8b02c9dfa2b1504ceca2c8e9ad12209860bf458c Mon Sep 17 00:00:00 2001 From: Mustufa Rangwala Date: Fri, 24 Sep 2010 11:18:48 +0530 Subject: [PATCH] [REF] bzr revid: mra@mra-laptop-20100924054848-py4dr5s7vkslkxg2 --- addons/account_budget/crossovered_budget.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/account_budget/crossovered_budget.py b/addons/account_budget/crossovered_budget.py index 3a5846c7d86..52645bf28af 100644 --- a/addons/account_budget/crossovered_budget.py +++ b/addons/account_budget/crossovered_budget.py @@ -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: \ No newline at end of file