Hello,
using Odoo 13 CE.
I'm trying to extend the Kiosk Mode view, but it doesnt work.
\my_module\static\src\xml\attendance.xml:
(When I post the code here it gets invisible all the time, so I uploaded it on codepile.net)
https://www.codepile.net/pile/QKPjPgYj
\my_module\static\src\js\attendance.js:
odoo.define("my_module.load", function(require) {
"use strict";
var ajax = require("web.ajax");
var core = require("web.core");
var QWeb = core.qweb;
ajax.loadXML(
"/my_module/static/src/xml/attendance.xml",
QWeb
);
});
\my_module\views\assets.xml:
(When I post the code here it gets invisible all the time, so I uploaded it on codepile.net)
https://www.codepile.net/pile/jXOjLlRM