mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-18 05:02:08 +02:00
Add compatibility import logic for PdfFileWriter/PdfFileReader
to support both PyPDF2 2.x and 3.x versions.
Changes:
- Add PyPDF2 compatibility import in report_qweb_pdf_cover/models/ir_actions_report.py
- Create comprehensive documentation in doc/PATCH_PDFWRITER.md
- Basic import compatibility for PDF cover functionality
Resolves PyPDF2.errors.DeprecationError: PdfFileWriter is deprecated
and was removed in PyPDF2 3.0.0.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| ARCHITECTURE.md | ||
| CONFIGURATION.md | ||
| CONTROLLERS.md | ||
| DEPENDENCIES.md | ||
| FAQ.md | ||
| INSTALL.md | ||
| MODELS.md | ||
| OVERVIEW.md | ||
| PATCH_PDFWRITER.md | ||
| REPORTS.md | ||
| SECURITY.md | ||
| TROUBLESHOOTING.md | ||
| USAGE.md | ||
| WIZARDS.md | ||