mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-12.0/reporting-engine-12.0-report_qweb_signer Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_qweb_signer/
33 lines
945 B
Python
33 lines
945 B
Python
# Copyright 2015 Tecnativa - Antonio Espinosa
|
|
# Copyright 2017 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2018 Tecnativa - David Vidal
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Qweb PDF reports signer",
|
|
"summary": "Sign Qweb PDFs usign a PKCS#12 certificate",
|
|
"version": "12.0.1.0.1",
|
|
"category": "Reporting",
|
|
"website": "https://www.github.com/reporting-engine",
|
|
"author": "Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": [
|
|
"web_editor",
|
|
],
|
|
"external_dependencies": {
|
|
"bin": ['/usr/bin/java'],
|
|
},
|
|
"data": [
|
|
"data/defaults.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/report_certificate_view.xml",
|
|
"views/res_company_view.xml",
|
|
],
|
|
"demo": [
|
|
"demo/report_partner_demo.xml",
|
|
"demo/report_certificate_demo.xml",
|
|
],
|
|
}
|