~openerp-dev/openobject-addons/acct_prj_hr_logs

« back to all changes in this revision

Viewing changes to account_budget/wizard/account_budget_spread.py

  • Committer: pap(openerp)
  • Date: 2010-06-21 05:19:03 UTC
  • mfrom: (3638.1.26 trunk-dev-addons3)
  • Revision ID: pap@tinyerp.co.in-20100621051903-lm0gpjuehqakpntg
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    _name = 'account.budget.spread'
28
28
    _description = 'Account Budget spread '
29
29
    _columns = {
30
 
        'fiscalyear': fields.many2one('account.fiscalyear','Fiscal Year', required=True),
 
30
        'fiscalyear': fields.many2one('account.fiscalyear', 'Fiscal Year', required=True),
31
31
        'amount': fields.float('Amount', digits_compute=dp.get_precision('Account')),
32
32
        }
33
33