跳至內容
選單
此問題已被標幟
1 回覆
2409 瀏覽次數

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
1127
1
1月 25
17984
1
1月 20
3978
1
12月 19
6416
1
12月 19
17288