first push message

This commit is contained in:
2026-07-01 14:41:49 +07:00
parent 6667dec2bf
commit 58b5f46cc4
2951 changed files with 316619 additions and 0 deletions
@@ -0,0 +1 @@
from . import main # ✅ CORRECT
@@ -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')