Hi,
on the report_invoice_document, there is shipping address on the top left of the report
For single invoice it is ok but for a grouped invoice, it is not because this invoice concern many customers with different shipping address
Also for a grouped invoice, i would like to remove (or hide) this address
I know that report_invoice_document call external_layout wich call external_layout_standard wich call address_layout
And in this address_layout, there is information_block wich print this address (if i understood how it works)
How is it possible to remove/hide this information_block from report_invoice_document (in fact from an inherited view) ? Of course, i don't want to remove/hide this address for the others reports.
Good evening
Vincent