[ADD] Introduce base_report_paper_muncher module with Paper Muncher integration for PDF rendering#3651
Open
drkpkg wants to merge 1 commit into
Open
[ADD] Introduce base_report_paper_muncher module with Paper Muncher integration for PDF rendering#3651drkpkg wants to merge 1 commit into
drkpkg wants to merge 1 commit into
Conversation
5ec3ffa to
80c9199
Compare
…ntegration - Add Paper Muncher PDF rendering engine for QWeb reports - Add ir.config_parameter for report.pdf_engine (auto/wkhtmltopdf/paper-muncher) - Add HTTP-over-pipe server integration in paper_muncher.py - Add OCA-compliant README fragments and manifest metadata - Add TransactionCase unit tests with mocks for CI coverage - Add HttpCase integration tests when paper-muncher binary is available - Fix Odoo 17 test lock handling via registry.test_lock context manager - Cover PaperMuncherServer I/O, WSGI fallback and context manager lifecycle - Cover remaining ir.actions.report branches for Codecov patch threshold - Fix unit test mocks for read-only Odoo model methods and h11 protocol state Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
@rvalyi can you help to check this feature if it's ok to add it to server tools? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why? WKHTMLTOPDF is deprecated and Odoo 20 is the first one to support paper muncher by default.
base_report_paper_muncherto integrate Paper Muncher as the PDF rendering engine for QWeb reports.__init__.py,__manifest__.py, andpaper_muncher.py.requirements.txtto include theh11dependency.report.pdf_enginesystem parameter.