Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

dashboard view for one specific record

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
enterprisedashboardv10.0
2 Răspunsuri
6354 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Anil Kesariya
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Adrien
Cel mai bun răspuns

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
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
How do you enter/manage/edit cost for items on AR invoices? v10 enterprise
enterprise v10.0
Imagine profil
0
sept. 17
3153
How can I add to a NEW Dashboard? I can add only to "My Dashboard"
enterprise dashboard v9
Imagine profil
Imagine profil
2
mar. 18
4590
[14.0] How to add Button to Dashboard
enterprise dashboard button v14
Imagine profil
Imagine profil
2
mai 24
2635
v10 EE bank account number must be unique Rezolvat
enterprise bank account_number v10.0
Imagine profil
Imagine profil
Imagine profil
3
mar. 19
10256
Braintree payment gateway for v10
integration enterprise v10.0 braintree
Imagine profil
Imagine profil
1
oct. 17
3939
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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