Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4011 Prikazi

I need to display graph within one2many field for odoo 12, i displayed graph in odoo 10 by using mode="graph" in one2many field. So i added same for odoo 12. But it doesn't show graph, instead shows error like "Renderer is not a constructor". Can anyone guide me how to add graph within one2many field.

My Code:

<field name="purchase_details" mode="graph">

            <graph string="Purchase History" type="bar" stacked="False" tab_chart="True"> 

                        <field name="create_date" interval="month" type="row"/>

                        <field name="product_id"/>

                        <field name="qty_received" type="measure"/>

            </graph>

</field>

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
maj 25
7763
2
dec. 19
4973
0
okt. 19
3296
1
jul. 19
6272
2
okt. 18
8205