mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 02: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
|
||
|---|---|---|
| .. | ||
| addons/base | ||
| cli | ||
| conf | ||
| modules | ||
| osv | ||
| service | ||
| tests | ||
| tools | ||
| upgrade | ||
| __init__.py | ||
| __main__.py | ||
| api.py | ||
| exceptions.py | ||
| fields.py | ||
| http.py | ||
| import_xml.rng | ||
| loglevels.py | ||
| models.py | ||
| netsvc.py | ||
| release.py | ||
| sql_db.py | ||