Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3301 Widoki

Hi everybody,

We have made the XML bellow to render our Graph on OpenERP 7.0 but without success :

            <field name="arch" type="xml">
            <graph string="Poids">
                <field name="date"/>
                <field name="poids"/>
                <field name="poids_standard"/>
            </graph>
        </field>

Can some one help us to resolve the problem, We see just the first field, we can't group by because all data are linear

+------------------+-------------------+----------------------+
 |   Date           |      Poids          |        Poids standard |
 +------------------+-------------------+----------------------+
 |    01/11/2013   |             20       |         22           |
 |    05/11/2013   |             23       |         24           |
 |    09/11/2013   |             25       |         26           |
 |    13/11/2013   |             28       |         28           |
 +------------------+-------------------+----------------------+

If you have an other approch, let us a HINT.

Best regards.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 15
3084
0
maj 15
3735
1
maj 15
4107
0
kwi 15
4572
0
maj 15
3386