El 29/10/2014 15:36, "Oscar Alvarez" <oscar.alvarez.mont...@gmail.com> va escriure: > > > On 29/10/14 08:38, Cédric Krier wrote: >> >> On 29 Oct 14:26, Guillem Barba Domingo wrote: >>> >>> Hi, >>> I want to get two dependency graphs from a module: >>> - module dependencies: not only the first level (or the dependencies >>> defined in tryton.cfg) but all its dependencies recursively (dependencies >>> of its dependencies) >>> - module dependent: all modules that depend (directly or indirectly) from >>> it (painting different installed and uninstalled). >>> >>> I'm thinking to implement it as a report done with pydot (because I have >>> some scripts from when I worked with OpenERP) which it is already a (extra) >>> dependency of trytond. >>> I can also add two "relates". >>> >>> Are you interested to have it in the core (trytond package)? if not, I will >>> do it in a separate module. >> >> I don't because it is the magic of dependencies, you don't have to care >> about upstream. >> > > Maybe is not important the dependences graph
This feature will be useful for development and documentation, and to explore the available modules. Looking for the modules that depend of "sale" you get all the available features and cuatomizations over sale process. I will do it in a separate module.