LibrePLM basically is an Odoo / LibrERP Module, server side.
You can obtain it downloading from Odoo App Store, choosing "Engineering & Lifecycle Management".
Prefer Odoo App Store, there you'll also find short notes to help you installing the module.
Anyway you obtain it, remember to unzip it under your addons directory
Installation
Essentially we recommend to install any customization (as a third party module) into a dedicated addons directory. To obtain this result, you should configure your Odoo / LibrERP config file adding the directory to be used as customization repository to addonspath.
Let's suppose that your config file could be "/etc/odoo-server.conf" and into it you'll find the row :
addons_path = /opt/server/addons,/opt/server/odoo/addons
Let's change it to:
addons_path = /opt/server/addons,/opt/server/odoo/addons,/opt/addons
Then, place LibrePLM module directory under /opt/addons. Don't miss to change owner and group, accomplishing access roles to settings made on your server for Odoo / LibrERP standard directories. Restart the service and log in Odoo / LibreERP as administrator.
- In Odoo, turn on "Activate the developer mode", "Update Apps List" and install "Engineering & Lifecycle Management"
- In LibrERP, "Update Modules List" and install "Engineering & Lifecycle Management"
To find it quickly, apply the filter "Author", "contains", "Didotech".
Support
You can obtain support, opening a Ticket.
Please, remember to compile "Version" field using the Odoo version number:
LibrePLM will work "out-of-the-box" as is in Odoo way of implementation, if you should be interested to extend or customize it, we encourage you to do it; taking care to maintain in a separate module your enhancement so to update standard software easily. If you need more complex enhancements or you are not an Odoo developer, please, ask our support opening a Ticket.