Skip to Content
Menu
This question has been flagged
1 Reply
1671 Views

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

Avatar
Discard
Best Answer

Hello Vishnu P V,

Please find below code, it may help you.

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

Avatar
Discard

<?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>

Author

Thank you very much Jainesh shah :)

Related Posts Replies Views Activity
1
Jan 24
16296
1
Jan 20
2544
1
Dec 19
4561
1
Dec 19
15672
3
Apr 18
4097