This question has been flagged
1 Reply
2629 Views

I want to build a module that creates an ecommerce category and then display this category on  a specific place in website. I tried to retrieve the ecommerce category value from its known external id. But I'm no a developer and after reading the doc, some code and trying various ideas, I don't understand how to do that.

Odoo 10.

Avatar
Discard
Best Answer

Hi,

If your looking to retrieve the values from back-end in the website, either you can search it in the page template or from the controller of the page you can pass the values from the back end to the page.




Thanks

Avatar
Discard
Author

Thanks for your help. If I understand well, I must do a search first, I can't retrieve the value directly from its id ?