Skip to Content
मेन्यू
This question has been flagged
1 Reply
3966 Views

I want to write a module in Odoo's website that can work similarly to ReactJs with state. How can I achieve that?

Avatar
Discard

Which Odoo version are you using ?

Author

i am use version 15

Best Answer

First you need to create a controller that will serve the data you want to show on the website
After that you have to create your component as explained https://www.odoo.com/documentation/15.0/developer/reference/frontend/owl_components.html
Inside this component, you will fetch the data from the controller and return them to the state

You can find a fully working example here in the module bookstore_portal I did when I was learning OWL, I just updated it to v15 and hope it will help you

https://github.com/peef-dev/appoo


Avatar
Discard
Author

thanks ABDOU NASSER, it greats

Related Posts Replies Views Activity
1
मई 22
2640
2
जुल॰ 25
1282
1
मई 25
797
2
मई 25
1393
5
मार्च 25
2877