Your Odoo session expired. The current page is about to be refreshed.
How can I get data without authentication?
const model = "product.template"
const method = "search_read"
const options = {
model,
method,
args: [opciones.domain, Array.from(opciones.fields)],
}
return rpc.query(options)
//... more code