mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:32:03 +02:00
Add compatibility wrapper classes for PdfFileWriter/PdfFileReader
to support both PyPDF2 2.x and 3.x versions.
Changes:
- Add PdfWriter/PdfReader compatibility wrappers in odoo/tools/pdf.py
- Add compatibility classes in odoo/addons/base/models/ir_actions_report.py
- Create comprehensive documentation in doc/PATCH_PDFWRITER.md
Resolves PyPDF2.errors.DeprecationError: PdfFileWriter is deprecated
and was removed in PyPDF2 3.0.0.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| ARCHITECTURE.md | ||
| BASE_ADDON.md | ||
| CLI.md | ||
| CONFIG.md | ||
| DATABASE_INIT.md | ||
| ENTERPRISE_REMOVE.md | ||
| FAQ.md | ||
| HTTP.md | ||
| MODULES.md | ||
| ORM.md | ||
| OVERVIEW.md | ||
| PATCH_PDFWRITER.md | ||
| SECURITY.md | ||
| STARTUP.md | ||
| TROUBLESHOOTING.md | ||