Skip to content

Horanet/dependencies_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Dependencies Graph

This tool is aimed to help software developers to get a better understanding of the dependencies among modules and models in an Odoo application.

We use the library vis.js to render the graph.

Types of graph

  1. Odoo Module Children

    Given an Odoo module it shows every module that depends of him directly or indirectly, installed or not.

  2. Odoo Module Parents

    Given an Odoo module it shows every module in which the module depends on. These are every modules that needs to be installed before him.

  3. Odoo Model Graph

    Given an Odoo model it shows models relations depending on recursive iteration counter.

Installation command

pip install git+https://github.com/Horanet/dependencies_graph.git#egg=odoo10_addon_dependencies_graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published