[FIX] l10n_de: add shipping address to invoice report
With this commit, we add the shipping address
to the invoice report when it is different from
the invoicing address.
We do the same way as in l10n_de_sale/models/sale.py
and l10n_de_purchase/models/purchase.py,
by adding the computed field l10n_de_addresses
in account_move.
Steps:
- Insltall l10n_de and sale
- Set Customer addresses in settings
- Ensure that DIN5008 is set as document layout
- Create and confirm an invoice with delivery
address different than invoicing address
- Print or preview invoice
-> Shipping address does not appear on report
opw-3090418
closes odoo/odoo#108675
Signed-off-by:
Brice Bartoletti (bib) <bib@odoo.com>