Это видео недоступно.
Сожалеем об этом.

Learn Owl from Scratch in Just 50 Minutes

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2023
  • Odoo built its own javascript framework, Owl, inspired by modern technologies. It is now the standard way in Odoo to code a javascript interface. In this talk, I will build a project from scratch, and use that as an opportunity to explain all the most important ideas from Owl, such as component, hooks, reactivity and much more. This is a talk for developers, but no prior knowledge of Owl is required!
    Try Odoo online at www.odoo.com

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

  • @jojojawjaw
    @jojojawjaw 5 месяцев назад +4

    As a teamless single developer learning Odoo on their own and getting confused by the docs, this is extremely helpful. Thank you!!

  • @ajscriptmedia
    @ajscriptmedia 8 месяцев назад +7

    Thanks for this tutorial 😀. I'm also doing some tutorials about OWL but only on the existing Web Client. It seems now I can also use it on the website (frontend) either by mounting it to the body or to any specific element. My only issue is the SEO part which most SPA's had issues with before. However, thanks to Server Side Rendering they made it possible to make it SEO friendly.
    BTW, thanks to the Odoo team for creating such a nice framework both for Python and JS!!

    • @shubhambiniwale9623
      @shubhambiniwale9623 8 месяцев назад

      Hey AJ, I knew you would come here😁.... Now waiting for your videos to extend this knowledge

  • @shubhambiniwale9623
    @shubhambiniwale9623 8 месяцев назад +5

    Ahhh man! Just amazing! I am thinking, if Fabian could have give you a full day for owl presentation... Anyways, you could have your own youtube channel and present beauty of OWL to us.

  • @mellu8232
    @mellu8232 8 месяцев назад +3

    As a beginner, this video is exactly what I need to understand the overall application of owl2.

  • @kenwoychesko2163
    @kenwoychesko2163 8 месяцев назад

    Fantastic tutorial! I really liked the iterative aspect (building on the previous commit). Thanks!

  • @adrianseguratrista5666
    @adrianseguratrista5666 8 месяцев назад

    Excellent way to explain owl with examples of a web client.

  • @neftalimich
    @neftalimich 8 месяцев назад

    Amaizing tutorial, thank you so much. ^^

  • @TuanBuiuc-ju6it
    @TuanBuiuc-ju6it 2 месяца назад

    Thanks for this tutorial !!!!

  • @EUR-tk4bj
    @EUR-tk4bj 3 месяца назад

    odoo 15 or 16 ?? Which version

  • @denris
    @denris 8 месяцев назад

    I would like to see a demonstration of interacting with databases outside of Odoo (particularly with RPC) with OWL…it seems all tutorials use hard coded arrays.

    • @gerydebongnie1879
      @gerydebongnie1879 8 месяцев назад +5

      i am actually thinking about doing that. something like a complete project in multiple videos. First on owl itself, then talking to the server, which is obviously a huge need

    • @denris
      @denris 8 месяцев назад +1

      @@gerydebongnie1879 That would be neat! I wouldn't mind seeing it with FastAPI with RPC...Also would this tutorial series be under Odoo's main youtube channel or a different one?

    • @gerydebongnie1879
      @gerydebongnie1879 8 месяцев назад +1

      @@denris it's only a vague project for now. First, I need to talk to a few people about it, and see what resources I can use. I guess that if we do it, it's likely to be published on Odoo youtube channel. But nothing decided yet! It may or may not happen!

    • @denris
      @denris 8 месяцев назад +1

      @@gerydebongnie1879 Okay thanks, I just wanted to know how I would know if it does actually happen...I will keep an eye out on the Odoo channel.

    • @kenwoychesko2163
      @kenwoychesko2163 8 месяцев назад +1

      @@gerydebongnie1879 I, too, hope you can get buy-in to do a video series like that!

  • @Mathsend
    @Mathsend 8 месяцев назад

    First Comment: This guy always deliver