Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Why my kanban column are one on the other ?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
projectskanban
11 Respuestas
6133 Vistas
Avatar
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
Avatar
Descartar
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 :)

Avatar
Ravi Gadhia
Mejor respuesta

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
Avatar
Descartar
Avatar
alexandre
Autor Mejor respuesta

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
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Projects Kanboard Ordering
project projects kanban
Avatar
0
may 18
3494
How to make the order of "default_group_by" in kanban view?
kanban
Avatar
Avatar
1
ene 25
2696
Requirement of detailed documentation on Project management odoo module from scratch
projects
Avatar
Avatar
1
nov 24
2216
Automatically add deadline to tasks added to Odoo Projects via mail Resuelto
projects
Avatar
Avatar
1
jul 25
3278
Copy the article lines to a project
projects
Avatar
Avatar
Avatar
2
oct 24
2245
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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