-
- Downloads
[FIX] l10n_ch: qr bill report with attachment
When having an attachment to the qr-bill report,
an error is raised when printing the report:
"the report's template does not contains the
attributes 'data-oe-model' and 'data-oe-id' on
the div with 'article' classname."
Steps:
- With a Swiss company
- Activate QR code on customer invoices
- Go to Settings>Technical>Reports and select QR-bill
- In Advanced Properties tab, set an attachment
- Create an invoice for a swiss customer, confirm
and print the QR-bill
-> Error
We this commit, we simply add oe-data-model and
oe-data-id to the div with the article class
in the template, as indicated in the error message.
opw-3480179
closes odoo/odoo#133703
Signed-off-by:
Laurent Smet (las) <las@odoo.com>
Please register or sign in to comment