1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- 'name': 'Graph Widget for Kanban',
- 'category': 'Enterprise',
- 'description': """
- This widget allows to display graph using NVD3 library.
- """,
- 'version': '1.0',
- 'author' : 'Jonathan Bravo @jbravot/Deisy',
- 'complexity': 'normal',
- 'website': 'http://jbravot.github.io/portafolio/',
- 'depends': ['web_graph','web_kanban'],
- 'data' : [
- 'views/web_kanban_graph.xml',
- ],
- 'qweb': [
- ],
- 'auto_install': False,
- }
|