콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I’m working with a custom module in Odoo 17 and I have a tree view (list view) for my model, for example hms.order.

Now I want to display a mini dashboard above the tree view, showing some KPIs like:

  • Total number of records
  • Total sales amount
  • Average order value

I’d like this dashboard to appear above the tree view (not in a separate menu). Something similar to how Odoo shows small counters or summary stats above list views in native apps.

I’m not sure what is the recommended approach in Odoo 17 for this:

  • Should I extend the tree view with a custom template (arch and xpath)?
  • Or should I use a kanban dashboard combined with tree?
  • Or do I need a custom client action / controller?

What’s the cleanest and future-proof way to implement this in Odoo 17?

아바타
취소
관련 게시물 답글 화면 활동
1
9월 21
3359
1
3월 15
4552
1
7월 19
6017
1
3월 15
5249
2
5월 25
2773