Skip to Content
मेन्यू
This question has been flagged
1 Reply
119 Views

How can I report customer statement with Items?

 customer statement shows items names , quantity, price, Invoice numbers and Balance

Avatar
Discard
Best Answer

Hi,

Odoo does not include a full “Customer Statement” (summary of all invoices + payments over a period) straight out of the box (for many versions). What you typically have is Partner Ledger or Aged Receivables reports.

To get a real statement:

  • Use apps from Odoo Apps Store or check if any OCA modules are available for this.
  • Custom report: Build your own QWeb or Python report that pulls invoice, payment, credit note lines for a partner within a date range.
  • Button on partner: Add a button “Print Statement” in contact form, open the report with filters, etc.

Hope it helps

Avatar
Discard