first push message
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from odoo import http
|
||||
from odoo.http import request
|
||||
|
||||
class MetabaseDashboard(http.Controller):
|
||||
|
||||
@http.route('/metabase/dashboard', auth='user', type='http', csrf=False)
|
||||
def metabase_dashboard(self, **kwargs):
|
||||
return request.render('xf_doc_approval_extension.metabase_dashboard_page')
|
||||
Reference in New Issue
Block a user