Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2415 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hello Vishnu P V,

Please find below code, it may help you.

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

Awatar
Odrzuć

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

Autor

Thank you very much Jainesh shah :)

Powiązane posty Odpowiedzi Widoki Czynność
3
cze 25
1130
1
sty 25
17987
1
sty 20
3980
1
gru 19
6418
1
gru 19
17292