Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1526 Widoki
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



Awatar
Odrzuć