by default the date format is seen to be mm/dd/yyyy,. but i need dd/mm/yyyy format .how can i make this change..? can anybody help me please....?(i am a beginner in openerp)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
First you need to enable the Technical Features
under your user account, then go to Settings->Translations->Languages.
Edit your current language and change the date format.
Regards..%
To have it on your PDF in correct format you have to take care in wich country your Company is located:
Settings - Companies - Your Company Address Field: Country
The Language of that country will be used for your Header and Footer of PDF-Reports.
If you have set e.g. "germany" as Adress of your company then you have to change the format of Language German:
Odoo allows changing date format on a database level for every language. The default date format is MM/DD/YYYY. Suppose you need to change the date format to DD/MM/YYYY. To do the same, perform the following steps.
Navigate to “Settings>Translations>Languages” Menu form Administrator account.
Choose the language for which you want to change the date format from the listandopenitsform view and click on edit to modify.
For the format, MM/DD/YYYY, the entry in date format is “%m%d%y”. To change this to DD/MM/YYYY, we can modify it to “%d%m%y” and click on save.
https://apagen.files.wordpress.com/2013/04/3.pngYou can now see any list or form view in the system to see the changes.
I usualally use this method but with the l10n_hr_in_payroll it not working for payment advice editing. Why?
its showing in views(tree view and form view..) like dd/mm/yy its working fine Thank you # ..but in database it had stored like yy/mm/dd..because im printing a one object value in pdf at that time date has come like yy/mm/dd but i want dd/mm/yy on pdf.... problem is storing data in database.. its storing like yy/mm/dd so when we storing in database i want store like dd/mm/yy so how can i achieve this one??
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
Date format in Dashboard
Opgelost
|
|
2
mei 25
|
1693 | |
|
0
okt. 23
|
2915 | ||
|
2
okt. 23
|
2488 | ||
|
0
sep. 23
|
1323 | ||
|
13
sep. 24
|
47134 |
If you want to achieve this using python code than see this:
1- https://learnopenerp.blogspot.com/2018/01/python-date-manipulation.html
2- https://learnopenerp.blogspot.com/2018/02/python-strftime-datetime-formatting.html