I want to pass default date format while backend , can anyone help me !!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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 :)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jan 24
|
16296 | ||
|
1
Jan 20
|
2544 | ||
|
1
Dec 19
|
4561 | ||
|
1
Dec 19
|
15672 | ||
|
3
Apr 18
|
4097 |