Hi, I've a question, in Odoo, in the report section, is it possibile to have a "measure" field that is percentage? I've this kind of problem, imagine that table result in the web.graph.view:
500 (product category:phone)
100 (product:model)
100 (product:model)
100 (product:model)
100 (product:model)
100 (product:model)
The number 100 represent 100% of the product quantity available. For the category i don't need the sum of all the percentage that is seen by odoo as a simple number. I need odoo graph view to automatically show 100% in the line category.
Is there a field type of percentage so that in the upper branch of the graph doesn't do the sum? How can I solve that problem?
Thank you