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

Calendar Month View - More information on entry?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
calendar
3 Odpowiedzi
3408 Widoki
Awatar
Kent

Right now, when I look at the Calendar app in Month view, it shows the entries each with one line listing the truncated (to fit the one line) Meeting Subject and the Starting Time.

Is it possible to add more information and have the entry be, maybe, 2 or 3 lines long?

For example, I'd like the full Meeting Subject shown multi-line, as well as the duration of the meeting, rather than the Starting Time.

Week view entries are multi-line to fit the size of the entry based on the duration but still only show the Meeting Subject and no other information.

Thanks!

0
Awatar
Odrzuć
Awatar
Kent
Autor Najlepsza odpowiedź

I found a way to stretch the box itself using CSS but not change the text. However, I am told by a nearby dev that it's possible. If I manage to do it, I'll post code here.

For now, here is the CSS that manually stretches the box. (It's not dynamic and can only used a fixed px height. If someone else can make it work dynamically and wrap the text, that would be AWESOME.)

/* this one is the container on all calendar views */

.fc-view-container * {

    min-height: 60px !important;

    overflow-y: visible !important;

}

There are also these two which do something, but I can't get it figured out:

/* this one is just month view event box */
.fc-day-grid-event * {
min-height: auto !important;
text-wrap: wrap !important;
}


/* this one does something */
.o_event_title {
/*overflow-wrap: break-word;*/
/*text-wrap: wrap;*/
/*border-radius: 5px;*/
/*padding: 2px;*/
/*line-height: 10px;*/

/*height: auto !important;*/
/*min-width: 600px !important;*/
/*min-height: 100px !important;*/
/*overflow-x: visible !important;*/
/*overflow-y: visible !important;*/
/*height: 400px !important;*/
}


AND HERE is how I got the text to change. I found it in the base code and it's even commented to show you what to do... like the Odooers knew someone would want to do it.




0
Awatar
Odrzuć
Awatar
Klaus-Dieter Gundermann
Najlepsza odpowiedź

I would be happy to see a multiline display in calendars too.

btw I can't find a documentation which fields will be shown (my calendar view only displays the model name and id)

0
Awatar
Odrzuć
Kent
Autor

See my edited answer above. I pasted in a screenshot of some code (for some reason, pasting in code never works for me.)

Awatar
Diego Arenas (dare)
Najlepsza odpowiedź

Hello Kent,

Unfortunately this is not possible in standard. You will only see a few characters of the meeting's title, the duration of the meeting and the slot as you mentioned. 

However, you can quickly see all information just by clicking on the meeting. 

Hope this help ! 

Diego

0
Awatar
Odrzuć
Kent
Autor

Actually.... I got it to work. Here's how.

Kent
Autor

See my answer above.

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ść
Jalali-calendar- odoo18
calendar
Awatar
Awatar
1
lip 25
1606
Internal Team Grouping for Calendar Rozwiązane
calendar
Awatar
Awatar
2
cze 25
1921
Odoo 15 community: Calendar view enddate shows wrong date
calendar
Awatar
Awatar
1
maj 25
3126
How to hide "everybody's calendar" from certain users or groups
calendar
Awatar
Awatar
1
kwi 25
4693
Calendar event notifications reach mobile app exactly at 1804 hrs daily. ... odd
calendar
Awatar
0
gru 23
2352
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