[REM] report: remove openerp/report/pyPdf
authorssh-odoo <ssh@openerp.com>
Fri, 5 Sep 2014 04:53:58 +0000 (10:23 +0530)
committerRichard Mathot <rim@openerp.com>
Tue, 16 Sep 2014 13:42:02 +0000 (15:42 +0200)
commitacdb43b6cb42f7e23bb976122c7a0e8f5474fe8a
tree452a7543468c31cc20a908476bd9d9b6fcab150e
parent0b52cf19962571d0aec85ca622c51de16011216b
[REM] report: remove openerp/report/pyPdf

Distributing our version of pyPdf is not required anymore since we
introduced the new reporting tool.

In order to keep reports working, the standard python library
`python-pypdf` has to be installed instead (through pip or your
distribution's package manager)
openerp/report/pyPdf/__init__.py [deleted file]
openerp/report/pyPdf/filters.py [deleted file]
openerp/report/pyPdf/generic.py [deleted file]
openerp/report/pyPdf/pdf.py [deleted file]
openerp/report/pyPdf/utils.py [deleted file]
openerp/report/pyPdf/xmp.py [deleted file]