odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.1k stars 332 forks source link

Please explain how to do routing in owl js #1603

Closed hamza-strugbits closed 3 months ago

hamza-strugbits commented 3 months ago

Explain how to import route from owl module our do write all this code for routing https://github.com/odoo/odoo/blob/17.0/addons/pos_self_order/static/src/app/router.js https://github.com/odoo/odoo/blob/17.0/addons/pos_self_order/static/src/app/self_order_index.xml

sdegueldre commented 3 months ago

This is not a support forum, the issues on this repo are for reporting bugs with Owl or its documentation. If you need help direct your questions to the Odoo forum or third party discussion spaces. I've already given you pointers in case you'd like to implement routing yourself. Explaining in detail how to do it would be the same as just reimplementing it ourselves and that doesn't align with our priorities.