OdooPLM
A Full PLM system based on odoo
OdooPLM - full open source PLM built on Odoo. 3D models, 2D drawings, BOMs, revisions and documents, versioned. LGPL-3, since 2010 by OmniaSolutions, Official Odoo Partner.
YOU DO NOT NEED ODOO AS YOUR ERP. Run it as a standalone PLM beside your existing ERP - Odoo is the platform, not the commitment. Already on Odoo? PLM and ERP share one database.
THIS PAGE = WINDOWS CAD CONNECTOR. One build works with every Odoo version (v11+).
Download: /files/Client/Stable/
CAD: SolidWorks, Solid Edge, Inventor, ThinkDesign, AutoCAD, DraftSight, FreeCAD, ZwCAD.
SERVER MODULES ARE NOT HERE. Install them FIRST:
apps.odoo.com/apps/modules/browse?search=omniasolutions
github.com/OmniaGit/odooplm
DOCKER QUICK START
git clone -b 19.0 https://github.com/OmniaGit/odooplm.git addons/odooplm
FROM odoo:19.0 + pip3 install -r aaa_requirements.txt
Mount ./addons -> /mnt/extra-addons, then:
odoo -d DB -i plm,plm_web_3d,plm_automated_convertion
Docs: odooplm.omniasolutions.website | info