Merci à Sébastien Alix pour son outil graphique Mandibule qui nous permet d'explorer d'une part les relations entre les "models" et d'autre part, les dépendances entre modules OpenERP :
https://bitbucket.org/mandibule/mandibule
http://mandibule.bitbucket.org
Je n'arrive malheureusement pas à faire fonctionner Mandibule avec Odoo v8, ce qui est peut-être normal vu l'ancienneté de la dernière version de Mandibule (21/04/2014).
est ce que ça marche avec windows ?
Mandibule est développé en Python et devrait pouvoir s'exécuter sous Windows.
Il faut cependant adapter sous windows ce qui est décrit dans le fichier README :
Installation
————
The following packages are required:
– OERPLib (>= 0.8),
– pydot (>= 1.0),
– PySide QtGui (>= 1.1.0),
– PyXDG (>= 0.19),
– Oxygen theme icon,
– DistUtils Extra.
On Debian/Ubuntu, the following command will install most of them::
$ sudo apt-get install python-pydot python-pyside.qtgui python-xdg oxygen-icon-theme python-distutils-extra
OERPLib can be found on PyPI::
$ sudo pip install oerplib
To install Mandibule from the tarball::
$ tar xzf Mandibule-X.Y.Z.tar.gz
$ cd Mandibule-X.Y.Z
$ sudo python setup.py install
To test the version in development from the source repository::
$ hg clone https://bitbucket.org/mandibule/mandibule
$ cd mandibule
$ python setup.py build_i18n # Generate locales (optional)
$ ./run.sh # To run Mandibule directly, no installation
Supported Python versions
————————-
Mandibule support Python versions 2.6 and 2.7.