[FIX] account : Unicode corrections for account journal

lp bug: https://launchpad.net/bugs/664288 fixed

bzr revid: jma@tinyerp.com-20101021062421-29zidtfe74afw31i
This commit is contained in:
JMA (OpenERP) 2010-10-21 11:54:21 +05:30
parent 2bf9225f2e
commit ee6cdce925
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
from osv import osv
from tools.translate import _
import tools
class account_move_journal(osv.osv_memory):
_name = "account.move.journal"
@ -100,7 +101,7 @@ class account_move_journal(osv.osv_memory):
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Open" name="action_open_window" default_focus="1" type="object"/>
</group>
</form>""" % (str(journal), str(period))
</form>""" % (tools.ustr(journal), tools.ustr(period))
res.update({
'arch':view