Flow Chart Designer widget in form views
This module provides a flow chart designer widget for char fields.

Installation

Usage

... <field name="arch" type="xml"> <form string="View name"> ... <field name="name"/> <field name="mychart" widget="field_flow_chart"/> ... </form> </field> ...
Please log in to comment on this module