Skip to Content
Menu
This question has been flagged
1 Reply
1654 Views

HiI want to create supplier page in odoo 10 Enterprise version and display in frontend.I want to list below items

Suppliers page

Showing product

CountryProduct

ContactAsk for quote

RFQ

Any idea how can i accomplish this?

Avatar
Discard
Best Answer

Hi,

You Can achieve this through creating a view template and controller. In you controller you have to render the proper template you have created with list of fetched values. If you need to refer any other addon try to check event and website_event addons.

Cheers !

Avatar
Discard