How To Modify Existing JavaScript Widget - Odoo Point Of sale Development

  Рет қаралды 34,892

Odoo Mates

Odoo Mates

Күн бұрын

#odoojavascript #odooposdevelopment #odoopos #odoojstutorials #odoodevelopment
How to inherit existing JavaScript widget in Odoo. Odoo Point of sale customization in Odoo. Odoo javascript development. Modify existing javascript widget in Odoo. How to extend actionpad widget in odoo point of sale.
Subscribe & Support Us: / @odoomates
Email: odoomates@gmail.com

Пікірлер: 76
@Griefer27
@Griefer27 4 жыл бұрын
Best video on JS of Odoo, will wait for more Javascript videos. Thanx
@OdooMates
@OdooMates 4 жыл бұрын
Yes we will release more in coming days, hope you will share and suggest the channel your friends and support us :)
@yoromangjatta1544
@yoromangjatta1544 4 жыл бұрын
Thanks. This is giving me a general understanding of odoo js. hoping to see more videos on it
@OdooMates
@OdooMates 4 жыл бұрын
More to come!
@usmanfarzand4078
@usmanfarzand4078 4 жыл бұрын
thank you sooo much for making tutorial on Point of sale its really rare ....
@OdooMates
@OdooMates 4 жыл бұрын
Glad it was helpful!
@YusufKhan-tg7xz
@YusufKhan-tg7xz 4 жыл бұрын
You saved a lot of days of mine can't thank you guys enough
@OdooMates
@OdooMates 4 жыл бұрын
:) hope you will refer the channel to odoo friends :)
@YusufKhan-tg7xz
@YusufKhan-tg7xz 4 жыл бұрын
@@OdooMates I did the second I finished this video and resolved my issue, Is there any complete playlist of POS devevlopment by Odoo Mates
@jogioktavianus6992
@jogioktavianus6992 2 жыл бұрын
I'm here still waiting for the next video Team, Thanks for the tutorials, it help me a lot :)
@OdooMates
@OdooMates 2 жыл бұрын
Hope we can start js tutorials soon
@vancouverhp90
@vancouverhp90 2 жыл бұрын
@Odoo Mates Thank you for the great video! I would like to modify/edit/inherit the method _rpc() on the 'web.ServicesMixin', but don't know how to do it. Could you maybe share with me a hint on how to do it?
@DharmeshTechZone
@DharmeshTechZone 2 жыл бұрын
Easy understanding explaination Thank you for sharing sir,can you please explain more mathod of field widget ,like rander ,onchange ,randeredit or whenever they are call.
@OdooMates
@OdooMates 2 жыл бұрын
we will try brother
@amineabdelkrimaoudjehane4776
@amineabdelkrimaoudjehane4776 4 жыл бұрын
Thank you, it was a very good tutorial, please make more videos with more examples, and also as a suggestion please make a tutorial about snippets (website), how to add more snippets.
@OdooMates
@OdooMates 4 жыл бұрын
Sure we will
@carlosfernandoguiorodrigue6668
@carlosfernandoguiorodrigue6668 2 жыл бұрын
nice video, pretty usefull and well explained, really thank you
@OdooMates
@OdooMates 2 жыл бұрын
welcome brother
@innovationteam4565
@innovationteam4565 4 жыл бұрын
Thanks for all videos , we will wait more in Point Of Sale
@OdooMates
@OdooMates 4 жыл бұрын
Will be releasing more videos on coming days. Hope you will like the videos and subscribe the channel and support us by referring the channel to friend's :)
@hendrasaputra9014
@hendrasaputra9014 2 жыл бұрын
this is very good tutorial
@OdooMates
@OdooMates 2 жыл бұрын
glad to hear it
@hendrasaputra9014
@hendrasaputra9014 2 жыл бұрын
@@OdooMates i did try this and success. but on another case, i tried to inherit accountReportWidget (enterprise module), its said that "Cannot read properties of undefined (reading 'include')". I want to override render_searchview_buttons to add other field for filtering just like analytic account. Why did i get those error?
@fortex637
@fortex637 Жыл бұрын
Thanks for the video. How odoo 16 CE POS scan barcode product can add to Cart? Thanks!
@mahmoudsalama1512
@mahmoudsalama1512 2 жыл бұрын
i have some users in same group which advisor in accounting if i want to prevent them to show specefic gournal and from finantial reports what can i do? i found python code not js but cant find wher to ovveride any help??
@ahmedhegazy1462
@ahmedhegazy1462 4 жыл бұрын
best playlist ever
@OdooMates
@OdooMates 4 жыл бұрын
Hope you will like the videos and support us by subscribing the channel and referring the Chanel to Odoo friends :)
@trykozmaksym
@trykozmaksym 3 жыл бұрын
Thank you for your helpful videos.
@OdooMates
@OdooMates 3 жыл бұрын
Welcome :)
@robrob2241
@robrob2241 4 жыл бұрын
In the example shown at the end you are still able to go the payment screen. Is there a way to do proper validation that is the pay button remains greyed and you don't go to payment screen untill subtotal is over 5. Great video by the way, really helps to understand the basic concepts.
@OdooMates
@OdooMates 4 жыл бұрын
Yes possible to achive
@werneralonzo1230
@werneralonzo1230 3 жыл бұрын
thanks for the video was a big helpful, just you have an example of how to call a rest api from here and depends of the result show a message to the user? I try to find some documentation but not luck.
@waqassalii1558
@waqassalii1558 Жыл бұрын
i used your method in odoo14 but there was ActionpadWidget.template = 'ActionpadWidget'; so i inherited var Screens = require("point_of_sale.ActionpadWidget"); and when i check console the variable was loaded but no any object was shown there unlike you ...please help
@peterjohnnucom8176
@peterjohnnucom8176 4 жыл бұрын
Hi your video is always been very useful in my project, I have encountered this problem and i don't know how to solve it, I want to override the renderElement function in PaymentScreenWidget so i had tried this tutorial, but the problem is all the button in the paymentscreenwidget doubled, i want to add confirmation message when the user click the Validate button
@abdoh5915
@abdoh5915 3 жыл бұрын
Thanks for the video how to have the pop-up window when the product has variant and make it available to select from the pop-up window, and include it on the order details and payment How can i Do that Please need your help
@RuslanSkiraUkraine
@RuslanSkiraUkraine 2 жыл бұрын
In odoo 15 it is different, would you shoot a new video?
@OdooMates
@OdooMates 2 жыл бұрын
yes, we have got new resource for odoo js and hope it will start soon
@hanhazar1
@hanhazar1 2 жыл бұрын
Does the same method apply in POS Odoo 15?
@OdooMates
@OdooMates 2 жыл бұрын
from odoo15, the odoo js is changed using owl, better refering this: github.com/odoo/owl
@abdelhalimkaddourguettaoui4591
@abdelhalimkaddourguettaoui4591 4 жыл бұрын
always the best
@OdooMates
@OdooMates 4 жыл бұрын
Thanks
@leoe.r.7338
@leoe.r.7338 4 жыл бұрын
How can I call an Action Window from. Backend, pass default parameter and open it in another tab? I have tried do_action and it opens crazy on the POS window. Please help.
@vaishusiva7063
@vaishusiva7063 4 жыл бұрын
thanks Niyaz
@vaireamana5331
@vaireamana5331 4 жыл бұрын
Thank you so much !
@OdooMates
@OdooMates 4 жыл бұрын
You're welcome!
@uzairrashid7724
@uzairrashid7724 3 жыл бұрын
Really helping but where is the next video? i am not able to find it .
@OdooMates
@OdooMates 3 жыл бұрын
JS tutorials has to be created and continued
@uzairrashid7724
@uzairrashid7724 3 жыл бұрын
@@OdooMates yeah ! but uploaded where ?
@OdooMates
@OdooMates 3 жыл бұрын
@@uzairrashid7724 has to be created
@uzairrashid7724
@uzairrashid7724 3 жыл бұрын
@@OdooMates waiting desperately 😍
@OdooMates
@OdooMates 3 жыл бұрын
@@uzairrashid7724 :)
@omidasadi2264
@omidasadi2264 3 жыл бұрын
Thanks for sharing this video... It will be great if learn us how to override a .css file. like changing the background color or set a radius to a div. thanks again
@OdooMates
@OdooMates 2 жыл бұрын
Sure we will try to do in upcoming days
@wadhajable
@wadhajable 3 жыл бұрын
thanks brother: i want to return tow action in (pos make payment wizard) ,the tow action are: 1- print reciept 2- close the wizard) by one click can you help me.
@OdooMates
@OdooMates 3 жыл бұрын
can i see the code of how you return the report from wizard
@wadhajable
@wadhajable 3 жыл бұрын
@@OdooMates thanks for your response. hours later i found a solution and it works if i download the report but when i use the app om_pdf_report_option and click print button , the wizard not closed. the solution: action=self.env.ref('pos_custom.action_print_invoice_info').report_action(self.env.context.get('active_id')) action.update({'close_on_report_download': True}) return action
@OdooMates
@OdooMates 3 жыл бұрын
@@wadhajable thanks for sharing
@wadhajable
@wadhajable 3 жыл бұрын
@@OdooMates this solution work if download the report , and i want it to work if send the report to printer
@jephthah2347
@jephthah2347 3 жыл бұрын
How can I make a custom green button above that action pad
@OdooMates
@OdooMates 3 жыл бұрын
refer this module: apps.odoo.com/apps/modules/11.0/om_pos_orders/
@jephthah2347
@jephthah2347 3 жыл бұрын
@@OdooMates thanks so much you are the best. Also wanted to ask do you think it is possible to create a pop up form? On POS
@OdooMates
@OdooMates 3 жыл бұрын
@@jephthah2347 it is also there inside this module
@medjassertoubib4467
@medjassertoubib4467 4 жыл бұрын
can you upload it on github pealse
@OdooMates
@OdooMates 4 жыл бұрын
Sure we will do
@usmanfarzand4078
@usmanfarzand4078 4 жыл бұрын
next video please
@stavgraff
@stavgraff Жыл бұрын
pls🙏 !! this video in odoo 15 !!! odoo 15 is diferent!!! 👍
@OdooMates
@OdooMates Жыл бұрын
this has been recorded with odoo 14/13
@stavgraff
@stavgraff Жыл бұрын
@@OdooMates Thank you!!! A video with odoo 15 or odoo 16 js framework would be nice!!
@charoliyamujahid526
@charoliyamujahid526 4 жыл бұрын
Make another video js
@OdooMates
@OdooMates 4 жыл бұрын
Will be releasing more videos in js in coming days
@usmanfarzand4078
@usmanfarzand4078 4 жыл бұрын
@@OdooMates pls make more for JS and POS
@usmanfarzand4078
@usmanfarzand4078 4 жыл бұрын
i think this is not Niyas
@OdooMates
@OdooMates 4 жыл бұрын
Yes it's not me...you cab understand it from sound...its the js expert here with u by js tutorials :)
@omranallawy8072
@omranallawy8072 2 жыл бұрын
Hi lento
@OdooMates
@OdooMates 2 жыл бұрын
Hello
Odoo OWL Framework View Inheritance
29:32
AJScript Media
Рет қаралды 11 М.
Promotion Basics & Discounts | Odoo Sales
10:01
Odoo
Рет қаралды 8 М.
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 4,3 МЛН
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 38 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 13 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 25 МЛН
All useEffect Mistakes Every Junior React Developer Makes
22:23
OWL Javascript Framework - Action and Service (Todo List App)
45:33
AJScript Media
Рет қаралды 20 М.
Test-Driven Development // Fun TDD Introduction with JavaScript
12:55
Inherit And Change Existing Field Properties In Odoo
12:52
Odoo Mates
Рет қаралды 31 М.
How to share a React Component with the URL
14:11
Sam Selikoff
Рет қаралды 12 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,6 МЛН
Set up your restaurant | Odoo Point of Sale
7:08
Odoo
Рет қаралды 26 М.
Odoo Custom Dashboard Tutorial | OWL Javascript
24:17
AJScript Media
Рет қаралды 20 М.
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 4,3 МЛН