small changes in account wizard

bzr revid: patelamit2003@gmail.com-20081027052234-x81ezplng2g1gl3z
This commit is contained in:
apa-tiny 2008-10-27 10:52:34 +05:30
parent 84055269a2
commit 034afae50b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ period_fields = {
},
'periods': {'string': 'Periods', 'type': 'many2many', 'relation': 'account.period', 'help': 'All periods if empty'},
'display_account':{'string':"Display accounts ",'type':'selection','selection':[('bal_mouvement','With Movements'),('bal_solde','With Balance != 0'),('bal_all','All')]},
'date_from': {'string':"Start date",'type':'date','required':True ,'default': lambda *a: time.strftime('%Y-01-01')},
'date_from': {'string':" Start date",'type':'date','required':True ,'default': lambda *a: time.strftime('%Y-01-01')},
'date_to': {'string':"End date",'type':'date','required':True, 'default': lambda *a: time.strftime('%Y-%m-%d')},
}