[IMP] Changed default values for journal items view mode.

bzr revid: nicolas.vanhoren@openerp.com-20110117114049-c99yxh045pm6bhg9
This commit is contained in:
niv-openerp 2011-01-17 12:40:49 +01:00
parent 0fdcdcaf6a
commit 74476a880a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class account_move_journal(osv.osv_memory):
}
_defaults = {
'target_move': 'posted'
'target_move': 'all'
}
def _get_period(self, cr, uid, context={}):
"""