[FIX] Bug 367968 : Corrected partner_balance wizard(ref:noz)

bzr revid: jvo@tinyerp.com-20090429074201-nz8hxiiy1m9riast
This commit is contained in:
Jay (Open ERP) 2009-04-29 13:12:01 +05:30
parent 898d6f73d5
commit 27983957d7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ period_fields = {
'default': lambda *a:False,
'help': 'Keep empty for all open fiscal year'
},
'periods': {'string': 'Periods', 'type': 'many2many', 'relation': 'account.period', 'help': 'All periods if empty','states':{'none':[('readonly',True)],'bydate':[('readonly',True)]}},
'periods': {'string': 'Periods', 'type': 'many2many', 'relation': 'account.period', 'help': 'All periods if empty'},
'result_selection':{
'string':"Partner",
'type':'selection',