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 SurveyHideKeys(http.Controller):
|
||||
# @http.route('/survey_hide_keys/survey_hide_keys', auth='public')
|
||||
# def index(self, **kw):
|
||||
# return "Hello, world"
|
||||
|
||||
# @http.route('/survey_hide_keys/survey_hide_keys/objects', auth='public')
|
||||
# def list(self, **kw):
|
||||
# return http.request.render('survey_hide_keys.listing', {
|
||||
# 'root': '/survey_hide_keys/survey_hide_keys',
|
||||
# 'objects': http.request.env['survey_hide_keys.survey_hide_keys'].search([]),
|
||||
# })
|
||||
|
||||
# @http.route('/survey_hide_keys/survey_hide_keys/objects/<model("survey_hide_keys.survey_hide_keys"):obj>', auth='public')
|
||||
# def object(self, obj, **kw):
|
||||
# return http.request.render('survey_hide_keys.object', {
|
||||
# 'object': obj
|
||||
# })
|
||||
|
||||
Reference in New Issue
Block a user