Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1515 Tampilan
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
Buang