跳至内容
菜单
此问题已终结
1 回复
2382 查看

I want to pass default date format while backend , can anyone help me !!

形象
丢弃
最佳答案

Hello Vishnu P V,

Please find below code, it may help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

形象
丢弃

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Change Date format for all module -->
<record id="base.lang_en" model="res.lang">
<!-- Replace Date Format with the format that you want for example %d/%m/%Y-->
<field name="date_format">Date Format</field>
</record>
</odoo>

编写者

Thank you very much Jainesh shah :)

相关帖文 回复 查看 活动
3
6月 25
1103
1
1月 25
17977
1
1月 20
3969
1
12月 19
6401
1
12月 19
17277