This commit is contained in:
gsinghpal
2026-03-13 12:38:28 -04:00
parent db4b9aa278
commit fc3c966484
2975 changed files with 1614 additions and 498 deletions

View File

@@ -1,63 +1,52 @@
# -*- encoding: utf-8 -*-
{
"name": "Pdf Print Preview",
"version": "19.0.1.0.0",
"name": "Fusion PDF Preview",
"version": "19.0.2.0.0",
"depends": ["web"],
"author": "itechgroup",
"author": "Nexa Systems Inc",
"category": "web",
"website": "",
"summary": """Preview and print PDF report in your browser | Pdf direct preview | Print without Download
| Quick printer | Easily to print report | Without download PDF File | Preview without Download | Preview report
| Preview pdf | Odoo direct print | pdf preview | report Preview | PDF Viewer | report Viewer | PDF
""",
"website": "https://www.nexasystemsinc.com",
"summary": "Preview and print PDF reports directly in your browser without downloading",
"description": """
Preview,
Preview PDF,
Preview print PDF,
Preview report,
Report,
Print,
Pdf direct preview,
PDF preview,
Direct preview,
Direct print,
Print Without Download,
Print without,
Download,
Without Download,
Quick Printer,
Printer,
Quick Pdf,
Pos report,
Pos,
Sale,
Purchase,
Stock,
Print report,
Easily to print report,
Without download PDF File,
Preview without Download
Fusion PDF Preview - by Nexa Systems Inc
Preview and print PDF reports directly in your browser without downloading.
Key Features:
- In-browser PDF preview dialog with full-screen support
- One-click printing without file download
- Download and open-in-new-tab buttons in the preview dialog
- Batch document preview
- Per-user configurable preview and print preferences
- Company-level default settings with bulk apply to all users
- Report-specific behavior: always preview, always download, or always auto-print
- Keyboard shortcuts: F (fullscreen), Ctrl+P (print), Ctrl+D (download)
- Print audit log tracking who previewed, printed, or downloaded reports
- Automatic printing mode for streamlined workflows
- Error-safe PDF rendering with friendly error display
- Compatible with Odoo 19 Community and Enterprise
""",
"live_test_url": "https://www.itechgroup.info/demo-request?utm_source=odoo-apps&utm_medium=demo-request&utm_campaign=pdf-preview-17",
"support": "support@itechgroup.info",
'website': "https://www.itechgroup.info/",
"support": "support@nexasystemsinc.com",
"data": [
"security/ir.model.access.csv",
"data/ir_config_parameter_data.xml",
"views/res_users.xml",
"views/res_config_settings_views.xml",
"views/ir_actions_report_views.xml",
"views/preview_log_views.xml",
"report/ir_actions_report_templates.xml",
"report/ir_actions_report.xml",
],
"assets": {
"web.assets_backend": [
"pdf_print_preview/static/src/js/pdf_preview.js",
"pdf_print_preview/static/src/js/user_menu.js",
"pdf_print_preview/static/src/xml/pdf_viewer_dialog.xml"
"fusion_pdf_preview/static/src/js/pdf_preview.js",
"fusion_pdf_preview/static/src/js/user_menu.js",
"fusion_pdf_preview/static/src/xml/pdf_viewer_dialog.xml",
],
},
"images": ["static/description/banner.png"],
"installable": True,
"application": True,
"license": "OPL-1",
"currency": "EUR",
"price": 25.99
"license": "LGPL-3",
}