跳至内容
菜单
此问题已终结
1 回复
3970 查看

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

形象
丢弃

Which Odoo version are you using ?

编写者

i am use version 15

最佳答案

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


形象
丢弃
编写者

thanks ABDOU NASSER, it greats

相关帖文 回复 查看 活动
1
5月 22
2640
2
7月 25
1284
1
5月 25
798
2
5月 25
1407
5
3月 25
2882