コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5335 ビュー

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...

アバター
破棄

I have the same problem, help please!

関連投稿 返信 ビュー 活動
0
3月 15
2597
1
4月 22
5421
3
3月 16
10146
1
6月 15
6559
0
6月 15
89