Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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

dashboard view for one specific record

Suscribirse

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

Se marcó esta pregunta
enterprisedashboardv10.0
2 Respuestas
6359 Vistas
Avatar
Jean Marc Le Goff

I would like to create a "dashboard like" view in Odoo 10 for 1 record of a model.

In my case, I want to have a dashboard for each customer (res.partner), showing informations (typically counts of relational fields records and link to tree view of relational fields. E.g. number of sales, contracts...) of the partner in a dashboard style view.

Ideally, I'd like to be able to switch from 'form' view of a record to 'dashboard' view.

I have found general information on custom dashboard views on the web, but it was always for dashboard/report for the whole model (like one can find for e.g. stock module dashboard), not a particular record.

Here are my ideas so far, but I'd like to make sure I am not missing something :

  • go low level and create my own view type (eg as explained here \https://www.codeproject.com/Tips/998870/Odoo-custom-view-module)
  • maybe find a trick to create a kanban view for only one record ?
  • maybe it is possible to have a general dashboard view, with a domain, that could be dynamically reduced to 1 record chosen by the user ??

Any suggestion would be much appreciated !

Cheers

1
Avatar
Descartar
Avatar
Anil Kesariya
Mejor respuesta

Hi Jean,

1. If you want to have the dashboard view for each record, better you should go with Kanban, by using kanban you can have the view like Dashobard,  this will be easier solution. 

2. Or else go with new type as you said in your question. Go and define new types for the model, which display record like Dashobard view.

If you create new view type, please share link when you make it complete :)

All the best!

Regards,

Anil Kesariya





1
Avatar
Descartar
Avatar
Adrien
Mejor respuesta

Hi Anil, thank you for your answer.

Can you please detail a little bit your point 1. ? ? 

I know how to use kanban view for a model, e.g. displaying all the partners in cards.

However, i am wondering how to make a kanban view to display fields of 1 record only, and switch from form detail view to kanban detail view of 1 record.


Example : 

If i have the tree view of res.partner, i want when i click on 1 partner in the list, that ot opens this new detailed kanban view for that record.

I miss that step where i suppose i should pass some domain and/or context from the tree view to the new kanban view.


Cheers


Adrien, working with Jean Marc  : )

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How do you enter/manage/edit cost for items on AR invoices? v10 enterprise
enterprise v10.0
Avatar
0
sept 17
3156
How can I add to a NEW Dashboard? I can add only to "My Dashboard"
enterprise dashboard v9
Avatar
Avatar
2
mar 18
4595
[14.0] How to add Button to Dashboard
enterprise dashboard button v14
Avatar
Avatar
2
may 24
2636
v10 EE bank account number must be unique Resuelto
enterprise bank account_number v10.0
Avatar
Avatar
Avatar
3
mar 19
10258
Braintree payment gateway for v10
integration enterprise v10.0 braintree
Avatar
Avatar
1
oct 17
3939
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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