How To Create a Dashboard In Odoo

  Рет қаралды 50,718

Odoo Mates

Odoo Mates

Күн бұрын

Пікірлер: 141
@ramzikhouri
@ramzikhouri 3 жыл бұрын
Thank you. As usual awesome video. Minute 15, you mentioned error message. I am getting more and more all over. Is Odoo interested in fixing permanently and how do we report them?
@OdooMates
@OdooMates 3 жыл бұрын
you can report it here, so that odoo will fix it inside the code: github.com/odoo/odoo/issues
@shadasajeer5328
@shadasajeer5328 10 ай бұрын
Great video. I actually need to add both form and tree view in my custom page. Is there any other method than inheriting dashboard module? Please do help
@gauthamjayasree
@gauthamjayasree 4 жыл бұрын
I was looking for this tutorial, Thanks for this
@OdooMates
@OdooMates 4 жыл бұрын
Glad I could help
@vjayz
@vjayz Жыл бұрын
Thanks, it's really helpful. It is possible to pass a context variable from the action button to dashboard? Something like
@punisher9270
@punisher9270 9 ай бұрын
yes you can , check this example you can pass the data at filter view then call it at the board action level ,
@suportemeucpd5791
@suportemeucpd5791 4 жыл бұрын
Awesome video! i was looking for a tutorial like this for a long time. I have one question: Is there a way to auto refresh the dashboard view when a new record is added on the subviews?
@OdooMates
@OdooMates 4 жыл бұрын
For that you can have a look at this module: apps.odoo.com/apps/modules/12.0/muk_web_client_refresh/
@suportemeucpd5791
@suportemeucpd5791 4 жыл бұрын
​@@OdooMates Thx for the answer. I've already tried using this module, it works perfectly with another modules that i have installed, including my custom ones, but when i try with board.board, it shows me a warning that my domain is invalid and that there are no records in my database. Do you know what that may be?
@vikasbhati9400
@vikasbhati9400 4 жыл бұрын
@@OdooMates can you make a video how to use that auto refresh module in our custom module.
@wjdenneberrich
@wjdenneberrich 4 жыл бұрын
can you make a video about dashboard using javascript
@ninhtrantrong5607
@ninhtrantrong5607 Ай бұрын
Thanks you so much. I used it on report custom
@OdooMates
@OdooMates 29 күн бұрын
Glad it helped
@sheltonmuianga
@sheltonmuianga Жыл бұрын
Hi Odoo mate, I'm having the same error but in Odoo 16.0 and the solution u have provided in this video in my case is not solving the issue, can you please help me?
@shugupta1811
@shugupta1811 9 ай бұрын
in odoo 16 community, add to dashboard option is not showing. have they removed it?
@OdooMates
@OdooMates 9 ай бұрын
See if u have board module installed
@muhammadzain8184
@muhammadzain8184 4 жыл бұрын
why the saturday and sunday become visible . recently we just applied a condition where these days are not available for booking. but now they are available . Please tell me how to overcome this ?
@OdooMates
@OdooMates 4 жыл бұрын
If you are telling about this video, i might be changed that code, anyway you can confirm it in your instance :)
@MSFPMUSIC
@MSFPMUSIC 3 жыл бұрын
Nice!! Can we do the same fix from custom module without editing the original odoo addons ???
@OdooMates
@OdooMates 3 жыл бұрын
Yes it can be done from custom module too
@MSFPMUSIC
@MSFPMUSIC 3 жыл бұрын
@@OdooMates How !?
@ryad4037
@ryad4037 3 жыл бұрын
@@OdooMates How? please tell us
@OdooMates
@OdooMates 3 жыл бұрын
@@ryad4037 we will try to add that code inside our module soon and will let you know
@OdooMates
@OdooMates 3 жыл бұрын
@@MSFPMUSIC we will try to add that code inside our module soon and will let you know
@harrispereira2775
@harrispereira2775 2 жыл бұрын
Hello is it possible to add export feature excel or pdf just like in tree view or pivot view.
@OdooMates
@OdooMates 2 жыл бұрын
In latest versions, the export tree option is available by default
@kopheep9720
@kopheep9720 4 жыл бұрын
Thanks for the video. Is there other way to fix the _saveDashboard method in board_view.js, except directly modify the code in the board module file? I tried to study JavaScript to fix this issue but it doesn't help much.
@OdooMates
@OdooMates 4 жыл бұрын
It can be done by custom module..
@kopheep9720
@kopheep9720 4 жыл бұрын
Can you make a video for this in the future? This problem really has troubled me for a long time...
@OdooMates
@OdooMates 4 жыл бұрын
@@kopheep9720 Extending the JS right ?
@kopheep9720
@kopheep9720 4 жыл бұрын
@@OdooMates Yes, this would be really helpful... Also, thanks for replying me
@OdooMates
@OdooMates 4 жыл бұрын
@@kopheep9720 sure
@kalpanak5291
@kalpanak5291 3 жыл бұрын
How to redirect to the corresponding page while click on board, where the record model is "ir.ui.view"?
@OdooMates
@OdooMates 3 жыл бұрын
we might need to write an onclick event and redirect to view using the rpc
@peterbeeckmans8164
@peterbeeckmans8164 3 жыл бұрын
Thanks for this video! It saved me a lot of time.
@OdooMates
@OdooMates 3 жыл бұрын
happy that it helped :)
@MyHubandFavorites
@MyHubandFavorites 4 жыл бұрын
Informative 👍 From My Hub and Favorites
@OdooMates
@OdooMates 4 жыл бұрын
Glad you liked it
@heclagos
@heclagos 6 ай бұрын
Thanks for the videos. Can you create one for Odoo 16? Please
@banginh6664
@banginh6664 4 жыл бұрын
Thank for video. Can you make videos about notifications when a new record is added?
@OdooMates
@OdooMates 4 жыл бұрын
Where you expecting the notification ?
@banginh6664
@banginh6664 4 жыл бұрын
@@OdooMates I want to push notification to browser as chrome
@hembertiregui9810
@hembertiregui9810 2 жыл бұрын
Is posible add all functionality EX: Download excel or apply filters?
@OdooMates
@OdooMates 2 жыл бұрын
Using this method, there is limitation for the filters, If we are adding a tree view, we can reuse the default search view of that tree view
@ihtiyorhasanov4972
@ihtiyorhasanov4972 3 жыл бұрын
Is it community or enterprise version?
@OdooMates
@OdooMates 3 жыл бұрын
In both versions, we can follow this method
@palanikumar8023
@palanikumar8023 4 жыл бұрын
how to integrate with google column charts with odoo and pass dynamic data in custom template?
@TravelBugz
@TravelBugz 4 жыл бұрын
Informative video
@OdooMates
@OdooMates 4 жыл бұрын
Thanks
@drshakkeelwellness7720
@drshakkeelwellness7720 4 жыл бұрын
Informative
@OdooMates
@OdooMates 4 жыл бұрын
Thanks
@indeveloperid6061
@indeveloperid6061 2 жыл бұрын
is this availbale for odoo 14 too ?
@OdooMates
@OdooMates 2 жыл бұрын
Yes this method is available In odoo 14
@ciaoyukoleathers755
@ciaoyukoleathers755 4 жыл бұрын
Dear Honorable Odoo mates concern , Is there any way to request multiple date leave request . suppose I have an exam schedule for january 2 ,4 ,6 & 10 . I want to request leave for this day by single leave request.
@OdooMates
@OdooMates 4 жыл бұрын
Right now its not there, you have to create single request per day or you can create a single request for the range jan 2 to jan 10
@ciaoyukoleathers755
@ciaoyukoleathers755 4 жыл бұрын
@@OdooMates Thanks for your replay. Is there any way to make this with custom module ?
@OdooMates
@OdooMates 4 жыл бұрын
@@ciaoyukoleathers755 yes the main advantage of the odoo system itself is the flexibilty
@ciaoyukoleathers755
@ciaoyukoleathers755 4 жыл бұрын
@@OdooMates Would you please mail me about your charge to build this soulition for me?
@DuyNguyen-ns2rl
@DuyNguyen-ns2rl 4 жыл бұрын
hey pro, i can't change file broad_view.js Cannot save C:\Program Files (x86)\Odoo 12.0\server\odoo\addons\board\static\src\js\board_view.js. Unable to create a backup file (board_view.js~). The file left unchanged. i hope you know it and give me solution . Thank you so much.
@Craftellow
@Craftellow 4 жыл бұрын
Informative video 😊👍 Craftellow Dreamography
@OdooMates
@OdooMates 4 жыл бұрын
Thank you! Cheers!
@nadeemkazi2092
@nadeemkazi2092 4 жыл бұрын
Thanks a lot, but i cant see actionviews on console, can you help please
@OdooMates
@OdooMates 4 жыл бұрын
Once you drag any of column... It will be there I guess... Else you can directly give it in the code and try... Whether it is working as expected or not
@mathanysaad1706
@mathanysaad1706 4 жыл бұрын
you are intelligent i like your channel can you make videos for accounting to your om_hospital module
@OdooMates
@OdooMates 4 жыл бұрын
Sure we will consider this too :)
@Komachi21
@Komachi21 3 жыл бұрын
Hello, in this view i would like to have the sales report of all companies how to do that ?
@OdooMates
@OdooMates 3 жыл бұрын
you can add those xml views to dashboard view
@TECHTALKWITHSAK
@TECHTALKWITHSAK 4 жыл бұрын
Appreciate, good presentation
@OdooMates
@OdooMates 4 жыл бұрын
Glad it was helpful!
@abdelhalimkaddourguettaoui4591
@abdelhalimkaddourguettaoui4591 4 жыл бұрын
i really thank you brother for this video.
@OdooMates
@OdooMates 4 жыл бұрын
Thanks for all the support :)
@selvarajc980
@selvarajc980 4 жыл бұрын
Hi, I have completed the "dashboard.xml" file as explained in the video but i am getting the below error: Traceback: TypeError: Cannot read property 'length' of null at Object.acquireContext (localhost:8069/web/static/lib/Chart/Chart.js:6896:19) at Chart.construct (localhost:8069/web/static/lib/Chart/Chart.js:8415:26) at new Chart (localhost:8069/web/static/lib/Chart/Chart.js:8402:7) at Class._renderLineChart (localhost:8069/web/content/988-31377a9/web.assets_backend.js:1795:219) at Class._render (localhost:8069/web/content/988-31377a9/web.assets_backend.js:1790:102) at Class.prototype. [as _render] (localhost:8069/web/content/945-6da9fd4/web.assets_common.js:3860:488) at Class.on_attach_callback (localhost:8069/web/content/988-31377a9/web.assets_backend.js:1758:742) at Class.prototype. [as on_attach_callback] (localhost:8069/web/content/945-6da9fd4/web.assets_common.js:3860:488) at Class.on_attach_callback (localhost:8069/web/content/988-31377a9/web.assets_backend.js:1086:15) at localhost:8069/web/content/988-31377a9/web.assets_backend.js:3692:1636 What to do?
@OdooMates
@OdooMates 4 жыл бұрын
Could you please compare and cross check your code with what we have done...you can download the module from Odoo apps or from github
@selvarajc980
@selvarajc980 4 жыл бұрын
@@OdooMates Except this file "dashboard.xml" everything else is working fine i.e. when i comment all the record details in this file and run everything works fine. Also i have checked letter to letter with the video but still no use in displaying the DASHBOARD. For now i have commented the "dashboard.xml" file and continuing with other videos
@OdooMates
@OdooMates 4 жыл бұрын
It's not easy to trace such error from here... Once you come back to this task, try to cross check your code with the code we have added in the app store. Then only we can trace issue
@murshis_world
@murshis_world 4 жыл бұрын
👍🏻... Nicely Briefed... 👍🏻
@OdooMates
@OdooMates 4 жыл бұрын
Thank you so much 😀
@mohdfahad2583
@mohdfahad2583 4 жыл бұрын
Informative 👍
@OdooMates
@OdooMates 4 жыл бұрын
Glad it was helpful!
@pfe2056
@pfe2056 4 жыл бұрын
Hello, please how can i load my customized version of odoo to a server, so i can use it from different computers with differents users?
@OdooMates
@OdooMates 4 жыл бұрын
if you are asking about adding custom modules that you developed, add a new custom addons path in server and using copy commands or via git you can move this to server
@uchihaobito723
@uchihaobito723 Жыл бұрын
how to add filters option on the top of dashboard
@shuhaibsvk2846
@shuhaibsvk2846 4 жыл бұрын
Good work 👏
@OdooMates
@OdooMates 4 жыл бұрын
Thank you so much 😀
@surenlama5265
@surenlama5265 Жыл бұрын
How to add fitlers ,search section in dashbaord
@OdooMates
@OdooMates Жыл бұрын
using this method, we cannot add filter, we can bring only views here, may be you can try bringing tree view that comes with search view
@houssemeddineadouani3639
@houssemeddineadouani3639 4 жыл бұрын
this can be able for Odoo 13 ?
@OdooMates
@OdooMates 4 жыл бұрын
Yes
@houssemeddineadouani3639
@houssemeddineadouani3639 4 жыл бұрын
@@OdooMates Thank you
@trandddat
@trandddat 3 жыл бұрын
how can i default dashboard for all user. when i created new user
@OdooMates
@OdooMates 3 жыл бұрын
Default access rights ? kzbin.info/www/bejne/gJalg5qVnr2Efrs
@OdooMates
@OdooMates 3 жыл бұрын
Home action: kzbin.info/www/bejne/eX61eKybeZlrl5o
@trandddat
@trandddat 3 жыл бұрын
@@OdooMates Great list video
@OdooMates
@OdooMates 3 жыл бұрын
@@trandddat thanks
@Sun-xe6gs
@Sun-xe6gs 3 жыл бұрын
Thankyou very much.
@OdooMates
@OdooMates 3 жыл бұрын
You are very welcome
@sariayagoubbannaga4497
@sariayagoubbannaga4497 4 жыл бұрын
it does work with me in my module and i do not have any error i will be happy if you send to source code of setting in om hospital
@OdooMates
@OdooMates 4 жыл бұрын
Email: odoomates@gmail.com
@jamsheenakc7439
@jamsheenakc7439 4 жыл бұрын
Thank you, 👍
@OdooMates
@OdooMates 4 жыл бұрын
welcome :)
@mohamednishad3765
@mohamednishad3765 4 жыл бұрын
Useful.
@OdooMates
@OdooMates 4 жыл бұрын
Glad to hear that
@ktshafeekh11
@ktshafeekh11 4 жыл бұрын
informative👍👍👍
@OdooMates
@OdooMates 4 жыл бұрын
Stay connected
@JibonRay-dj7nr
@JibonRay-dj7nr 6 ай бұрын
Thanks for this video
@OdooMates
@OdooMates 3 ай бұрын
Most welcome
@JatinGera
@JatinGera 4 жыл бұрын
thanks a lot
@OdooMates
@OdooMates 4 жыл бұрын
Hope you will like the video and support us by referring the channel to your friends...
@dedicationmotive
@dedicationmotive 4 жыл бұрын
Thanks
@OdooMates
@OdooMates 4 жыл бұрын
welcome bro :)
@meriemlahlou3835
@meriemlahlou3835 4 жыл бұрын
Please how i can create a dashboard with python in odoo?
@OdooMates
@OdooMates 4 жыл бұрын
By python only you cannot, with xml js and python its possible
@AndreaMarioPiovesana
@AndreaMarioPiovesana 4 жыл бұрын
super
@OdooMates
@OdooMates 4 жыл бұрын
Hope you will like the video and subscribe the channel.... Also refer the channel to friends :)
@تصديرموادالبناء
@تصديرموادالبناء 4 жыл бұрын
Thenk you for this video can you give me this lessen whith pdf forma
@OdooMates
@OdooMates 4 жыл бұрын
We have already published video on it..., if you check the channel you can a see a full playlist of 5-6 on odoo PDF reporting..
@OdooMates
@OdooMates 4 жыл бұрын
kzbin.info/aero/PLqRRLx0cl0hqclwqsT4cm8vkIU4NAj3uA
@wreslingmotivation
@wreslingmotivation 3 жыл бұрын
I need it for odoo 12
@OdooMates
@OdooMates 3 жыл бұрын
The video is illustrated in odoo12 itself
@hafsimarwa3850
@hafsimarwa3850 Ай бұрын
source code plz
@tuantraninh6966
@tuantraninh6966 Жыл бұрын
please give me the code
@OdooMates
@OdooMates Жыл бұрын
the code is available publically here: github.com/odoomates/odooapps/tree/12.0/om_hospital
@ibrahimhalouane8130
@ibrahimhalouane8130 4 жыл бұрын
This doesn't work with v11
@OdooMates
@OdooMates 4 жыл бұрын
What issue you face in v11 ?
@ibrahimhalouane8130
@ibrahimhalouane8130 4 жыл бұрын
@@OdooMates There is no such actionViews object in the console, is this a Backbone.js model instance?
@jjadoor
@jjadoor 4 жыл бұрын
Informative
@OdooMates
@OdooMates 4 жыл бұрын
thanks
How To Create Graph View In Odoo - Advanced Views
13:34
Odoo Mates
Рет қаралды 13 М.
Create Your Own Dashboard in ODOO 17 Today!!
17:00
ODOOITYOURSELF
Рет қаралды 10 М.
Odoo Custom Dashboard using Javascript (ORM and Action Service)
26:02
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 315 М.
Odoo Dashboard Using Chart JS
32:37
AJScript Media
Рет қаралды 7 М.
Odoo | JS | Dashboard  | Intro # 01
4:02
Odoo How
Рет қаралды 999
Case Study: Master Odoo Dashboards from A to Z
55:53
Odoo
Рет қаралды 8 М.
How To Create TimeLine/Gantt View in Odoo
16:29
Odoo Mates
Рет қаралды 17 М.
How To Create Module In Odoo 17 || Odoo 17 Developement
49:32
Odoo Mates
Рет қаралды 25 М.
All useEffect Mistakes Every Junior React Developer Makes
22:23