Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5143 มุมมอง

Hello, I have Odoo 8.

I want to display a report like this:

Row: partner name

And for each partner name, display the balance and the date of the last payment.

This is my XML file:

<graph string="Lista de deudores" type="pivot">
<field name="last_payment_date" type="measure" />
<field name="balance" type="measure"/>
<field name="partner" type="row"/>
</graph>

But the "last payment" col is empty. Why? If I try the PostgreSQL query it works OK, there is not the problem    

อวตาร
ละทิ้ง
ผู้เขียน

The problem is because the "last_payment_date" is of "date" type. I also try with "char" type. If I try with integer date (for example getting the day of the date) it works.

Related Posts ตอบกลับ มุมมอง กิจกรรม
5
มิ.ย. 17
9062
5
พ.ย. 16
6906
2
มิ.ย. 16
3895
1
มิ.ย. 25
3332
2
ธ.ค. 24
4305