Tools
To effectively use and integrate TheODXProxy, you’ll need a few essential tools and environments ready. These will help you test requests, inspect responses, and optionally customize or troubleshoot your Odoo API calls.
🧰 Required Tools
1. 🧠 Odoo Source Code
Clone the Odoo source code repository that matches your Odoo instance version, or you can use your own Odoo source code
Useful for understanding model structures, fields, and available methods.
Enables easier debugging and customization if needed.
2. 🏢 Running Odoo Instance
A live or local Odoo server accessible via HTTP(S).
Ensure user credentials and API access (API key or session) are available.
The instance should contain relevant test/demo data for development.
3. 🌐 Web Browser (with Dev Console)
Use modern browsers such as Google Chrome, Mozilla Firefox, or Edge.
The JavaScript Console (DevTools) is especially useful for debugging HTTP payloads and parsing JSON.
4. API Testing Tool
Last updated