Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.33 KB

README.rst

File metadata and controls

45 lines (29 loc) · 1.33 KB

Odoo report testing

This lib provide tools to test odoo reports from version 7 and higher.

Travis state Documentation Status

Configuration

It's encouraged to not install this tool and dependences in a production server.

In order to properly compare images with ImageMagick make sure you have configure the following policy in /etc/ImageMagick-6/policy.xml:

-  <policy domain="coder" rights="none" pattern="PDF" />
+  <policy domain="coder" rights="read | write" pattern="PDF" />

Taking this security issue in consideration: https://www.kb.cert.org/vuls/id/332928/

Resources

Licence

The GNU Affero General Public License v3