[IMP]remove server warnings

bzr revid: tch@tinyerp.com-20120906132533-51shfwfgzguwufsl
This commit is contained in:
Twinkle Christian (OpenERP) 2012-09-06 18:55:33 +05:30
parent 5dfa3f54af
commit 3f600062d3
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class account_account_type(osv.osv):
'Balance' will generally be used for cash accounts.
'Detail' will copy each existing journal item of the previous year, even the reconciled ones.
'Unreconciled' will copy only the journal items that were unreconciled on the first day of the new fiscal year."""),
'report_type': fields.function(_get_current_report_type, fnct_inv=_save_report_type, type='selection', string='P&L / BS Category',
'report_type': fields.function(_get_current_report_type, fnct_inv=_save_report_type, type='selection', string='P&L / BS Category', store=True,
selection= [('none','/'),
('income', _('Profit & Loss (Income account)')),
('expense', _('Profit & Loss (Expense account)')),