콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1524 화면
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



아바타
취소