Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
5235 Zobrazení

Hello,

I spend my days try to make a graphic with no success... The 'x' axis works, but the 'y' does not. All my data are at 0.

Please help me, what are the things we have to do and don't forget to make a simple graphic ?

My XML :

    <record id="view_turnover_by_month_graph" model="ir.ui.view">
        <field name="name">turnover.by.month.graph</field>
        <field name="model">modele.test</field>
        <field name="priority" eval="32"/>
        <field name="arch" type="xml">
            <graph string="Graphe" type="bar">
                <field name="nom_activite"/>
                <field name="sequence" operator="+"/>
            </graph>
        </field>
    </record>

PS : sorry for my english...

Avatar
Zrušit

I have the same problem, help please!

Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
2597
1
dub 22
5276
3
bře 16
10048
1
čvn 15
6449
0
čvn 15
89