initOS / odoo-analyse

Package to analyse and visualize odoo modules from the setup.py
GNU Lesser General Public License v3.0
25 stars 5 forks source link

REQUIRES DEPENDENCY #1

Closed xAlphaOmega closed 4 years ago

xAlphaOmega commented 4 years ago

Initially hit error because dependency wasn't installed but didn't call for it

pip3 install graphviz

fkantelberg commented 4 years ago

@xAlphaOmega Thank you for the feedback. We updated the readme and package accordingly. To use the package with the rendering you should install it with the extra graph. I hope this helps.

pip3 install "odoo-analyse[graph]"