Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

How to change the calendar culture

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
languagecalendardate
1 Odpowiedz
8735 Widoki
Awatar
Omid Rezvani

I have installed openerp on my computer and I want to run it for a company which uses another calendar culture (instead of Georgian one)

How can I change the calendar cultue? I have written a code to convert the dates, I also changed some of the javascript files related to the web calendar but nothing changed (are they stored in the database? why openerp did not considered my changes on javascript and po files?)

0
Awatar
Odrzuć
Awatar
Laura Jarvenpaa
Najlepsza odpowiedź

I have noticed that the calendar changes based on the locale code in language (we made a custom language file but because custom locale codes are not supported in OpenERP we had to use existing one so I just randomly picked up one but it's calendar was not right and when I changed the locale code to another, calendar changed to correspond the calendar on that location which was what we wanted) so if you want to change calendar without changing the language change the locale code. OpenERP seems to download date formats etc. somewhere online based on the locale code which also means that you can use locale codes for languages which doesn't have translations in OpenERP. However, note that if you put there locale code that is same as locale code for already existing language (e.g. en_US) it will overwrite that language file (happened to me when I changed locale code of our custom file into en_US so it overwrote language file for English).

1
Awatar
Odrzuć
Omid Rezvani
Autor

I want to change both the language and the date culture. I loaded a translation automatically, but the date didn't changed. Do you know why is that? Or do you know how to solve it?

Laura Jarvenpaa

I don't know why it didn't change for you, for me they changed based on the locale code so I would assume that if it doesn't change for your language they somehow get your language's calendar definition wrong from the place where they get them (which is if I have understood right from somewhere online). But as I don't know the details how and where they get the language information I can't help you with this.

Omid Rezvani
Autor

Laura, I checked the source code and have a little understanding of what's going on, if you are using another language culture and know a little programming, you can definitely help me solve this (by helping me compare what to change). Are you a developer of openerp or you just use it? My gmail id is 'orezvani' and I would really appreciate it if you could help me further

Laura Jarvenpaa

I'm just using openerp, I know some programming so I guess I can try to help you if you didn't solve this already it seemed that you have got some more advice elsewhere?

Omid Rezvani
Autor

I know that some of the date files are located in openerp/addons/web/static/lib/datejs/globalization But I don't know what should be changed to make the calendar work in another system. Can you check the java scripts related to your country (must be yourlanguagetag.js) and tell me what should I do?

Laura Jarvenpaa

This is my link to my language file: http://bazaar.launchpad.net/~openerp/openerp-web/saas-1/view/head:/addons/web/static/lib/datejs/globalization/fi-FI.js You can see also other language files here http://bazaar.launchpad.net/~openerp/openerp-web/saas-1/files/head:/addons/web/static/lib/datejs/globalization/

Omid Rezvani
Autor

This file contains information about the labels not the calendar conversions. BTW, I made changes on this file of my own language and nothing changed in the labels!

Omid Rezvani
Autor

You use Georgian calendar yes? I want to use Jalali (Solar) calendar.

Laura Jarvenpaa

Ah ok, I had misread your question sorry... This may be what you need https://www.openerp.com/apps/7.0/web_persian_calendar/

Omid Rezvani
Autor

Thanks for this module. But this module only changes the pop-up which is not completely what I want. I want to replace the solar date, wherever a date is demonstrated, For example filter items based on solar calendar, and other places.

mitra safari

hello @Omid Rezvani

I have the same problem. did you find any solution?

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
v17 schedule wrong date
calendar date
Awatar
0
maj 24
2700
how to change the calendar format ?
calendar date
Awatar
Awatar
1
mar 15
5942
Is it possible to change the Date formats in Odoo? Rozwiązane
language date odoo
Awatar
Awatar
1
lis 23
2197
Date Widget Autocomplete in Odoo16
calendar date autocomplete
Awatar
Awatar
1
cze 23
3663
How to change the Date/Calendar widget to support Solar Hijri calendar? Rozwiązane
system calendar date
Awatar
Awatar
Awatar
Awatar
14
gru 23
19438
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now