Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1520 Prikazi
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
Opusti