I'm looking to generate a customized PDF report for invoices. I've successfully created a similar report for quotes 8and also for invoices within Flectra), but I'm facing some challenges when it comes to invoices.
Could someone kindly guide me on the step-by-step process of creating a custom Invoice PDF report using a module in Odoo 17? I'm particularly interested in understanding the necessary configurations, QWeb templates, and any other relevant details that would help me achieve this.
I want to understand what's the difference in concept bewteen sales order/quote and invoices.
Thnx!
In Flectra I had to add a template file with
<template id="report_aime_invoice" inherit_id="account.report_invoice_document">
where I then replaced the PAGE section with
<xpath expr="//div[hasclass('page')]" position="replace">