コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2391 ビュー

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
1109
1
1月 25
17978
1
1月 20
3972
1
12月 19
6407
1
12月 19
17281