import FetchR from "@nexys/fetchr"; import { Database } from "@nexys/fetchr/dist/database/type"; import { Entity } from "@nexys/fetchr/dist/type"; const model: Entity ...
BetterOdooApiWrapper is a lightweight, Pythonic wrapper around the Odoo XML-RPC API, providing an ORM-like interface to interact with Odoo models and records. It simplifies the process of querying, ...