Not for sale yet.
Drop your email and we'll let you know the moment it goes live.
Autodesk Platform Services, wired into Odoo.
One OAuth flow, one token store, one webhook intake for every Autodesk integration on your instance. Fusion 360, BIM 360, ACC, and Design Automation stack on top without re-plumbing auth.
Why
Every Autodesk service speaks the same OAuth dialect, so each integration shouldn't reinvent it. APS Base owns the credential vault, the auth flows, token refresh, rate limits, retries, and webhook dispatch. Sibling modules call APS APIs as if they were local — no per-feature auth code to write or audit.
How it works
- Register your APS appPaste client ID and secret into a per-company settings record; credentials never leave Odoo.
- Pick a flow2-legged for server jobs, 3-legged for user-owned data, personal access tokens for Design Automation.
- Tokens stay freshRefresh runs on the cursor before expiry; callers receive a valid bearer or a typed exception.
- Calls go through the proxyCORS-restricted endpoints are reverse-proxied through Odoo with rate limiting and retry logic.
- Webhooks land as recordsInbound APS events are validated, persisted, and dispatched to subscribed modules via signal.
The Autodesk Platform Services family
APS Base is plumbing. The siblings stack in two layers: a Fusion 360 data and configuration stack, and a generic configuration engine that the bridge ties to it. Order below follows the path most teams walk.
Fusion 360 Hubs Browser
Browse BIM 360, ACC, and Fusion Team hubs from Odoo. Syncs designs, folders, and version history into records.
Fusion 360 Configurator
Edit a design's parameters with validation, preview in the embedded APS Viewer, and push a new version to the hub.
Fusion 360 in MRP
Embed the Fusion viewer on Bills of Materials and Work Orders so the shop floor sees the same model engineering does.
Fusion 360 Product Shop
Publish configurable designs as website products: own URL, 3D viewer, parameter form, quote-request cart.
HC Configuration Engine
A generic constraint and formula engine — typed parameters, boolean rules, scope inheritance, no Autodesk required.
HC Fusion Bridge
Syncs Fusion parameters into the HC engine so engineering values feed constraints and formulas without duplication.
Compatibility
Odoo 19.0 APS / Forge v2
Depends on stock base, base_setup, web, and mail; needs the Python requests library and an Autodesk Platform Services app of your own.