Odoo module upgrades, done for you
Upgrade your Odoo 13 module to 17
Moving a custom module from Odoo 13 to Odoo 17 means 4 versions of breaking changes — views that no longer validate, renamed methods, JavaScript the newer web client rejects. It's tedious, and it's exactly what we do for you.
Send us the one module. We install it on Odoo 17, fix everything the jump broke, and run tests until it's green. You try the result live before paying a cent — then it's $50 to download, with a full changelog of what we changed.
What actually breaks between Odoo 13 and 17
- Odoo 14: Python and view-level API cleanups accumulate; custom JavaScript widgets written for the old web client start drifting from what core expects
- Odoo 15: Frontend assets move out of XML template inheritance and the manifest
qwebkey into theassetsdict in__manifest__.pyHow we fix it → - Odoo 16: The web client moves to Owl 2 — legacy
odoo.definemodules need converting to ES modules with/** @odoo-module **/How we fix it → - Odoo 17:
attrs=andstates=are removed from view XML — every conditional modifier becomes an inline Python expression How we fix it → - Odoo 17:
name_get()is replaced by_compute_display_nameon models that customize record display names How we fix it →
Those are just the headline changes — most modules also hit renamed core fields, stale __manifest__.py dependencies, and xpath targets that no longer exist. We find all of it by installing the module on Odoo 17 and fixing until tests pass.
Try the working result before you pay a cent. No signup to get started.
Common questions
How much does it cost to upgrade an Odoo 13 module to 17?
This is a 4-version jump, which prices at the complex tier: a flat $250. Every version boundary adds its own breaking changes, and crossing 4 of them is real work even for a simple module. The site scans your module and confirms the price before you send it.
Do I have to pay before I see it working?
No. You get a live instance to try your ported module first. Payment only unlocks the download.
How long does an Odoo 13 to 17 module upgrade take?
Standard modules come back within 24 hours. The complex ones (heavy JavaScript, deep customization) come back within 3 days.