Odoo Services Using OWL Javascript Framework

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • In this tutorial, you will learn how to use several existing Odoo Javascript Services using OWL Framework.
    00:00 - Project Overview
    02:25 - Create Menu and Client Action
    05:38 - Notification Service
    10:45 - Dialog Service
    13:19 - Effect Service
    14:30 - Cookie Service
    18:57 - HTTP Service
    23:43 - RPC Service
    26:53 - ORM Service
    28:57 - Action Service
    31:48 - Router Service
    36:13 - User Service
    37:18 - Company Service
    38:12 - Title Service
    ORM Services - • OWL Javascript Framewo...
    Github Repo: github.com/alferjay/odoo-owl-...
  • НаукаНаука

Комментарии • 33

  • @kietack1203
    @kietack1203 7 месяцев назад

    This video and the OWL playlist are gold for every Odoo developer. Thank you so much for your sharing of knowledge

  • @victoralfonsomorangil1193
    @victoralfonsomorangil1193 Год назад

    Excelente material!

  • @hierotsu
    @hierotsu 9 месяцев назад

    You're the man! Thanks so much for your excellent work!

  • @hamidabdalla5214
    @hamidabdalla5214 Год назад

    This is wonderful keep it ❤❤❤ thank you and all the best 😊

  • @kleiverperez5455
    @kleiverperez5455 Год назад

    You’re the best! Keep doing this pls!!!

  • @marcelomarcon323
    @marcelomarcon323 11 месяцев назад +1

    I really appreciate your videos; they're very informative and helpful. Just one tip: Please remember that not everyone has as high a resolution as you, and many of us watch videos on our smartphones. The fonts can appear very small for us. If you could increase the zoom or font size in VSCode, it would be incredibly helpful. Thank you!

  • @user-sc9jm6dc2g
    @user-sc9jm6dc2g Год назад

    This is very helpful to me, clear and concise.

  • @hamidabdalla5214
    @hamidabdalla5214 Год назад

    I can't wait for the videos, I even turned on the notifications feature, Please hurry up,
    We need more and more videoa in owl.
    You are great. Thank you

  • @waleedma7moud948
    @waleedma7moud948 Год назад +1

    very hepful man, hope you adding more videos
    perfect in all aspects

    • @ajscriptmedia
      @ajscriptmedia  11 месяцев назад

      Thanks too... Yes, more to come!

  • @mechahednourelislam
    @mechahednourelislam Год назад

    Very great job, thx a lot !!

  • @muhammad_awais_ijaz
    @muhammad_awais_ijaz Год назад

    love it

  • @gaderomahmoud5319
    @gaderomahmoud5319 4 месяца назад

    Thanks for the great knowledge sharing, i have a question , can we add an action type ir.actions.client instead of ir.actions.act_window, thanks in advance

  • @riturajsingh2234
    @riturajsingh2234 Год назад

    Very good bro . Please make more videos on owl 🦉

  • @chaibiayoub2919
    @chaibiayoub2919 Год назад

    Thanks a lot! can you do more videos about Point of Sale

  • @GoodVibesOnly103
    @GoodVibesOnly103 10 месяцев назад

    my static/xml file is not loading in my module my js is working but not xml ?
    can you explain qweb.rendering

    • @ajscriptmedia
      @ajscriptmedia  9 месяцев назад

      Hello, sorry for my reply. I hope you found a solution to this. For this tutorial, I used Odoo version 16 and the way to import assets is by adding the exact path or use patterns. More examples in this link github.com/odoo/odoo/blob/16.0/addons/website/__manifest__.py#L168C17-L168C17

  • @mohammedbalfaqih1264
    @mohammedbalfaqih1264 11 месяцев назад

    Thank you for your great job. I tried to use it on Odoo 14 but doesn't work.

    • @ajscriptmedia
      @ajscriptmedia  11 месяцев назад

      Yes, you're right since useService only works starting version 15.

  • @ngochung207
    @ngochung207 10 месяцев назад

    How can you become proficient in JavaScript within Odoo to such an extent? Please guide me on how to learn.

    • @ajscriptmedia
      @ajscriptmedia  10 месяцев назад +1

      Hi, it's a mix of my experience using ReactJS, reading Odoo documentation, and basically checking the source code of Odoo:). It's challenging, but when they implemented OWL, it is now easier to understand.

  • @user-gm5cf6nv4v
    @user-gm5cf6nv4v 5 месяцев назад

    brother you teach me thie owl.js in odoo or course i pay you money

  • @english_litrature
    @english_litrature Год назад

    Awesome work

  • @diegoalejandromunozdelrio3037
    @diegoalejandromunozdelrio3037 10 месяцев назад

    Please créate a js course oriented to owl. 😢 the full cycle

    • @ajscriptmedia
      @ajscriptmedia  10 месяцев назад

      Yes, I already planned to do that. Keep watching and share this video to help my channel grow ☺️☺️

  • @sparkdrago428
    @sparkdrago428 4 месяца назад +2

    In Odoo 17, cookie service is not available.
    But instead you have to import it
    import {cookie} from "@web/core/browser/cookie";
    and available methods are get, set, delete

    • @ajscriptmedia
      @ajscriptmedia  2 месяца назад

      You are right and thanks for sharing 😊.