when the graph is displayed, the amount does not appear, it is empty
<record model="ir.ui.view" id="test_graph">
<field name="name">test.graph</field>
<field name="model">test</field>
<field name="arch" type="xml">
<graph string="name" type="pivot">
<field name="amount" operator="+"/>
</graph> </field>
</record>
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
This question has been flagged
2
Replies
2314
Views
it does't work :(
You can't use operator="+" in pivot type graph.
Please use like, <field name="amount" type="measure"/>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up