You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Pdf report options',
|
|
'summary': """shows a modal window with options for printing, downloading or opening pdf reports""",
|
|
'description': """
|
|
Choose one of the following options when printing a pdf report:
|
|
- print. print the pdf report directly with the browser
|
|
- download. download the pdf report on your computer
|
|
- open. open the pdf report in a new tab
|
|
You can also set a default options for each report
|
|
""",
|
|
'author': 'Luis Rodrigo Mejia Mateus',
|
|
'category': 'Productivity',
|
|
'images': ['images/main_1.png', 'images/main_screenshot.png'],
|
|
'depends': ['web'],
|
|
'data': [
|
|
'views/ir_actions_report.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'report_pdf_options/static/src/js/PdfOptionsModal.js',
|
|
'report_pdf_options/static/src/js/qwebactionmanager.js',
|
|
'report_pdf_options/static/src/**/*.xml'
|
|
]
|
|
}
|
|
}
|