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

Why my kanban column are one on the other ?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
projectskanban
11 Odpowiedzi
6138 Widoki
Awatar
alexandre

Hello, 

I have some trouble with Kanban view of project.
I added steps in project and I setted "default_group_by" with this field.
Now my Kanban columns are one on the other (not on a line) when the columns are too much. We need to scroll down to see the next column.
In others Kanban view (like task, crm, ...) the columns continues, and we need to scroll right to see them.

My xml code :

<record id="project_project_stage_kanban_view_inherit" model="ir.ui.view">
<field name="active" eval="True"/>
<field name="field_parent" eval="False"/>
<field name="inherit_id" ref="project.view_project_kanban"/>
<field name="mode">extension</field>
<field name="model">project.project</field>
<field name="name">project.project.stage.kanban.view.inherit</field>
<field name="priority">99</field>
<field name="type">kanban</field>
<field name="arch" type="xml">
<data>
<xpath expr="//kanban[1]" position="attributes">
<attribute name="default_group_by">stage_id</attribute>
</xpath>
</data>
</field>
</record>


This is my kanban view project :  https://globalappsportal-my.sharepoint.com/:i:/g/personal/alexandre_turc_isobar_com/EbnrlV41mt5CmpK14MU6_J0BFE4L-JGB2Qilc8mImEG6dQ?e=sgmIvE

(I can't put a picture in this post) 

Update : 

I tried with a clean base with only project module and my custom module.  The result is the same. 

I tried with Studio to add stage.  The result is the same. 



0
Awatar
Odrzuć
Ravi Gadhia

can you provide a screenshot of kanban?

alexandre
Autor

Hello Ravi,

I updated my post with a link to my screenshot.

Ravi Gadhia

Strange!

which versions of odoo are you using?

is there any custom module installed which affects kanban view?

It's layout issue (most probably CSS flex) so which browser are you using?

have to check behavior in other browsers?

alexandre
Autor

I'm using Odoo 11 enterprise

Some of custom/third party are installed but no one touch the kanban view of project.

I have the problem on Firefox, Chrome, Edge and IE. I'didnt try on other browsers.

alexandre
Autor

I tried on new clean base with only project module and my custom module The result is the same.

Ravi Gadhia

it seems your custom module modified project kanban view (as you can see in screenshot it added progress bar on top of each stage) and by default stage_id field not available in project.project

alexandre
Autor

Hello Ravi,

I created the field "stage_id" in my custom module but it is a normal field Many2one linked to model with just a name and sequence.

when I create the stage_id field and group by default with Studio I have the same result ( column are one on the other)

If I use my code(or studio) on other kanban view (for example partner) the columns are on a line.

I think the kanban view project have not the same configuration(CSS,Flex, Js) of other kanban view. But I'didn't find where.

alexandre
Autor

Thanks Ravi to found that. I deleted in my odoo the line in your second link and is working.

Do you know how to override this part of less ?

Ravi Gadhia

for override less part create new less file and register it in assets and copy the whole block of 'o_kanban_view.o_kanban_dashboard' named as `o_kanban_view.o_kanban_project_dashboard` remove the o-flex-flow part

https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/less/kanban_dashboard.less#L31

and in xml replace class `o_kanban_dashboard` to `o_kanban_project_dashboard`

alexandre
Autor

With all this I will succeed in doing what I want.

Thank you Ravi for your help

Ravi Gadhia

Great :)

Awatar
Ravi Gadhia
Najlepsza odpowiedź

I found the issue it's due to 'o_kanban_dashboard` CSS class on project kanban

https://github.com/odoo/odoo/blob/11.0/addons/project/views/project_views.xml#L273

https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/less/kanban_dashboard.less#L33

but unfortunately, if you remove this class it will break the card layout because of dashboard card/kanban it's own layout/css

1
Awatar
Odrzuć
Awatar
alexandre
Autor Najlepsza odpowiedź

The poblem is solved by odoo in the next update. 

This commits apply the wrap only on non-grouped kanban dashboard

https://github.com/odoo/odoo/commit/c67f1419e1d830d72928812f5ddcaf6f6267c0dd


0
Awatar
Odrzuć
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ść
Projects Kanboard Ordering
project projects kanban
Awatar
0
maj 18
3507
How to make the order of "default_group_by" in kanban view?
kanban
Awatar
Awatar
1
sty 25
2713
Requirement of detailed documentation on Project management odoo module from scratch
projects
Awatar
Awatar
1
lis 24
2231
Automatically add deadline to tasks added to Odoo Projects via mail Rozwiązane
projects
Awatar
Awatar
1
lip 25
3296
Copy the article lines to a project
projects
Awatar
Awatar
Awatar
2
paź 24
2253
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