mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
300 B
XML
11 lines
300 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<!-- 时间格式 -->
|
|
<record id="base.lang_zh_CN" model="res.lang">
|
|
<field name="date_format">%Y-%m-%d</field>
|
|
<field name="time_format">%H:%M</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|