mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 08:12:01 +02:00
Fix additional PyPDF2 3.0+ deprecation error for cloneReaderDocumentRoot
method which was replaced with clone_reader_document_root.
Changes:
- Add cloneReaderDocumentRoot compatibility method to PdfFileWriter wrapper
- Update documentation to include the new method mapping
- Resolves account_edi PDF generation error
Resolves PyPDF2.errors.DeprecationError: cloneReaderDocumentRoot is deprecated
and was removed in PyPDF2 3.0.0. Use clone_reader_document_root instead.
🤖 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 | ||