Friday, November 15, 2019
1 change · master
Resolved issues and error corrections
This fixes how Odoo tests its connection with Pingen, the external service used to print and mail PDF documents. The change ensures test documents are generated with the required visual assets, helping maintain compatibility with Pingen without changing day-to-day user workflows.
Original PR description
Pingen is a service that print (like really, using a printer) pdfs document in order to mail them (using the real post and postmen). In order to ensure we are compatible with their API, we send to their sandbox environment a bunch of standard documents (like an invoice). Those PDFs documents are generated our side using wkhtmltopdf but as the test were not started using a HttpCase, the assets were not correctly available. This also reverts commit 3f5a0a1ef46c3ae6c4ed318d05d519c9e85b4e3b.