Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Odoo Boolean Graph?
I'd like to display a graph in odoo. in which i have two fields:
Date in the x-axis.
Boolean in the y-axis.
odoo use the nvd3.js to display this charts,
this is the view.xml:
<record model="ir.ui.view" id="id_view">
<field name="name">test.base.graph.view16</field>
<field name="model">module.base</field>
<field name="type">graph</field>
<field name="arch" type="xml">
<graph string="test" type="bar" >
<field name="date" interval="day" type="row"/>
<field name="boolean" type="measure"/>
</graph>
</field></record>
this code doesn't work for me, it return an empty graph. any one have idea about this issue.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 5/28/15, 6:09 AM |
Seen: 870 times |
Last updated: 5/28/15, 6:09 AM |