Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Ubuntu+OpenERP.deb 系统默认日期格式如下图:解决方法:广州-步科(17779104) 16:33:33 设置 -> 翻译 -> 语言 -> 选择编辑中文 -> 日期格式广州-步科(17779104) 16:50:19还有暴力法 update ir_lang set date_format="%Y年%m月%d日" where iso_code="zh_CN";后果自负 ;D