Skip to Content
Menu
This question has been flagged
1329 Views
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



Avatar
Discard