Awesome as always! Would it be possible to create a video giving overview of whole web module and its working flow. That would be so useful.
@ajscriptmedia Жыл бұрын
Nice suggestion! I'll do my best for the community :)
@claudecirmartins Жыл бұрын
Your videos took me to a much higher level. Thanks.
@ajscriptmedia Жыл бұрын
Glad to hear it! Always welcome :)
@juliokavege9772 Жыл бұрын
Very instructive video! Thank very much. You teach us so much . I have so many questions for you but i can't list them all there. Would show us how to show Loading spinner on OWL Component v16. That would be so helpfull.
@ajscriptmedia Жыл бұрын
Welcome! Glad it was helpful!
@ariesmarendy610823 күн бұрын
Thanks. I think we should also hide the delete button in the one2many fields
@IkonArif Жыл бұрын
Awesome, can we make a popup modal in Kanban view when the kanban box drag or drop using OWL ?
@muhanadtur8785 Жыл бұрын
Happy New Year 🎊 thanks for the video, missed your informative videos dude!
@ajscriptmedia Жыл бұрын
You're welcome. Thank you too :)
@MauryaSolutions-y2e27 күн бұрын
I am looking same tutorials for V17 and V18, I followed your instruction in V16 and able to work my logic but same things unable to follow in latest version
@chauleqt8 ай бұрын
you are too talent and nice. Thanks for your tutorial list
@ajscriptmedia8 ай бұрын
My pleasure.. Thanks so much!!
@rohitangira8959Ай бұрын
Very nice you are genius
@burnaviour-l4r Жыл бұрын
Thank you so much for reply on my email as this query was raised by me through email. i have one question if i use this approach in future if odoo changes something in js it will brake our module is there any other approach we can do it as it inlcude many function overriding and maybe there is usecase which user can still change the records.once again thank your so much this video was informative
@ajscriptmedia Жыл бұрын
Always welcome :) Oh yes, you did.
@ajscriptmedia Жыл бұрын
This code will work on Odoo 17 as well. Since javascript is only on the client side, you can always block updates based on state on the backend (python code). Just inherit the write function and this will be the fallback method in case something went wrong in the JS code.
@burnaviour Жыл бұрын
@@ajscriptmedia any example code ?
@davaasurenulambayar3789 Жыл бұрын
Your tutorials are always useful to me! Is it possible to call base form view in Owl js?
@rizkygaez17396 ай бұрын
Hi, can we disable external link from many2one field globally? Thanks in advance
@furkanshaikh3641 Жыл бұрын
What if i use ALT+S to save record which is the shortcut to save record. It will save or not?
@ajscriptmedia Жыл бұрын
Nice catch. I actually didn't consider that. But yes, ALT + S will not work too since the save button has been disabled.
@furkanshaikh3641 Жыл бұрын
@@ajscriptmediaThank you Ajscript media because i mostly use shortcuts in Odoo.👍
@andresgutierrez180411 ай бұрын
excellent, did you have experience updating the portal, using owl, I mean based some route download a js client that should be rendered or injected in some specific div or something like that, basically add section in the portal and that it should be dinamically, or probably add endpoint for the portal that download a new app
@hamidabdalla5214 Жыл бұрын
Happy new year 🥰 Keep it sir can you make update videos pos 16 to pos 17 sir
@ajscriptmedia Жыл бұрын
Oh yeah, now in Odoo 17 it's fully converted to OWL. Happy new year too :)
@alvertuz2 ай бұрын
Is this applicable on odoo 14 ?
@furkanshaikh3641 Жыл бұрын
I am early waiting for your videos ❤ Happy New year🎉🎉🎉
@ajscriptmedia Жыл бұрын
Happy New Year!! Thanks for watching. :)
@furkanshaikh3641 Жыл бұрын
@@ajscriptmedia thanks you. BTW can i have your LinkedIn Profile Link. Because it will help me to grow network as professionaly.
@AbdulAmeerNabilla Жыл бұрын
i have watched all videos very helpful plz make more videos on owl js
@ajscriptmedia11 ай бұрын
Thank you, I will
@erikcontena25789 ай бұрын
Awesome thank you, can you create tutorial how to realtime update in POS when change from backend
@ghassanabdalsalam9938 Жыл бұрын
Awesome , we need please owl course for odoo v17 We noticed changes such as usage of components and so on. Thanks
@mednajari Жыл бұрын
Thank you so much
@ajscriptmedia Жыл бұрын
You're most welcome
@burnaviour Жыл бұрын
Can you make video building website theme using owl 2
@indeveloperid6061 Жыл бұрын
Can this implement in odoo 14 ?
@ajscriptmedia Жыл бұрын
Hello. I'm not sure yet cause I haven't tried other versions :(