# -*- coding: utf-8 -*- from odoo import http class OdexSupport(http.Controller): @http.route('/support', type='http', auth='public', website=True) def support(self, **kw): return http.request.render("odex25_website.support")