this is my manifest code:
"assets": {"web.assets_backend": ["test/static/src/js/prueba.js", ] },
my view:
<odoo><templateid="assets backend"name="test assets backend"><xpathexpr="."position="inside"><scripttype="text/javascript"src="/test/static/src/js/prueba.js"/>xpath>template>odoo>
and this is my javascript file: dir static/src/js/test.js
odoo.define("test.script", function (require) {"use strict";
console.log("Hello world");});
a get an error
shared the error message along with the post