first push message
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from . import controllers
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
# from odoo import http
|
||||
|
||||
|
||||
# class KpiProjectManagement(http.Controller):
|
||||
# @http.route('/kpi_project_management/kpi_project_management', auth='public')
|
||||
# def index(self, **kw):
|
||||
# return "Hello, world"
|
||||
|
||||
# @http.route('/kpi_project_management/kpi_project_management/objects', auth='public')
|
||||
# def list(self, **kw):
|
||||
# return http.request.render('kpi_project_management.listing', {
|
||||
# 'root': '/kpi_project_management/kpi_project_management',
|
||||
# 'objects': http.request.env['kpi_project_management.kpi_project_management'].search([]),
|
||||
# })
|
||||
|
||||
# @http.route('/kpi_project_management/kpi_project_management/objects/<model("kpi_project_management.kpi_project_management"):obj>', auth='public')
|
||||
# def object(self, obj, **kw):
|
||||
# return http.request.render('kpi_project_management.object', {
|
||||
# 'object': obj
|
||||
# })
|
||||
|
||||
Reference in New Issue
Block a user