Odoo QWEB Templates - All You Need To Know!

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • In this tutorial, I will discuss all you need to know about QWEB which is the templating engine of Odoo. I will be covering from basic to advanced functionalities on how to implement QWEB Templates both from Python and Javascript code.
    At the end of this tutorial, we will complete several functionalities including data output, setting variables, looping, conditional, attributes, template inheritance, security, etc.
    Part 2: • QWEB Templates | All Y...
    Repo: github.com/ajscriptmedia/qweb...
  • НаукаНаука

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

  • @hiltonwong5419
    @hiltonwong5419 Месяц назад

    Wow, you're incredible! I appreciate how you break things down into steps with examples. Some parts of the Odoo documentation were unclear to me, but you've clarified my confusion. Thank you!

    • @ajscriptmedia
      @ajscriptmedia  Месяц назад

      You’re welcome.. I’m happy this tutorial helped you understand this topic 😊😊

  • @user-wu2rp6rs6f
    @user-wu2rp6rs6f Месяц назад

    My friend! That's great!!!!!
    You're great at explaining complicated things. Thank you so much!!!!!
    Hello from Russia
    I wish you many, many good things!!!
    🥰😍😍😍

  • @user-ql8kq7cz6f
    @user-ql8kq7cz6f 6 месяцев назад

    Thank you so much for the tutorial! this really help my work

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

    Million thanks for the quality content.. more than what odoo official documentation.🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

      My pleasure 😊. Thanks for watching.

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

    Great Video About Qweb. Thank You!

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

      You're welcome. Glad it was helpful!

  • @user-up3xm5ph7r
    @user-up3xm5ph7r 8 месяцев назад

    Thanks a lot for your tutorials!!

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

    Great tutoriel! Thanks

  • @user-it4gk4en6u
    @user-it4gk4en6u 8 месяцев назад

    awesome tutorial !!!!

  • @SafiullahDanishjo-ls5io
    @SafiullahDanishjo-ls5io 7 месяцев назад

    Can we inherit the date field widget and load another date picker instead of the odoo default date picker if yes how?

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

    Amazing! Thanks!

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

    Great Video !

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

    Excelent tips my friend

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

    Thanks my friend!

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

    Can We make web Socket in Odoo?

  • @antonio-espinal
    @antonio-espinal 8 месяцев назад +1

    Why does the Website Editor lateral bar set Disabled when inserting Qweb with dynamic data??? It’s imposible to drag and drop elements.

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

      Hello, just please add to any part of the template to activate it.

  •  7 месяцев назад +1

    Great tutorial, thanks. One question though. Is somewhere full documentation of Qweb templates? I am missing in depth documentation, that would cover all aspect of Qweb.

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

      Hi, please check the link www.odoo.com/documentation/17.0/developer/reference/frontend/qweb.html. Thanks.

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

    19:03 I'm a little confused, hasn't t-raw been deprecated since version 15?

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

      Sorry for the confusion. I did mention the issue as well and the solution after that. You need to use t-out.

  • @xevimesones4122
    @xevimesones4122 12 дней назад

    hi, I can't edit the field using t-field in odoo 16.(min 7:49)
    Can yougive me some inputs to fix the problem? thank's a lot!!

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

    Great video, is it possible to add OWL components in portal frontend?

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

      Yes its possible, but this tutorial doesnt explain how 😢

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

      Technically, it's possible since you can easily target what part of the DOM you want to mount OWL components. Similar to the public widget using the selector property.
      In my next tutorial, I will do QWEB using OWL Framework. Stay tuned!

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

    Great tutorial, has Odoo changed a lot in v17 or is it almost the same ?

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

      Thanks. The web client, it's still the same. But for Point of Sale, they converted it to OWL. For the website, they changed some of the functionalities like the public widget.,it's still a mix of old and new code (OWL).

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

      Many thanks for your informative feedback !

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

    woooow

  • @Hfdzlvm
    @Hfdzlvm 6 месяцев назад

    what code editor u r using?

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

      I’m using PyCharm Community version.

    • @Hfdzlvm
      @Hfdzlvm 6 месяцев назад

      hi@@ajscriptmedia, im odoo developer too but it just 1 month ago i learn odoo, junior dev, your video is nice, i like it

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

    can this tutoriel be used for odoo 16 as well

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

      Yes, it will work in Odoo 16.

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

      @@ajscriptmedia sir can you make video lecture little bit slow i think the pace of video is to fast new learner cannot keep up with you lecture speed
      regards

  • @claudecirmartins
    @claudecirmartins 6 месяцев назад +1

    22min video and 1 week of learning. How much 'compacted' information ..