Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2383 Vues

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

Avatar
Ignorer
Meilleure réponse

Hello Vishnu P V,

Please find below code, it may help you.

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

Avatar
Ignorer

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

Auteur

Thank you very much Jainesh shah :)

Publications associées Réponses Vues Activité
3
juin 25
1103
1
janv. 25
17977
1
janv. 20
3969
1
déc. 19
6401
1
déc. 19
17277