mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_qweb_signer: Migration to 10.0
OCA Transbot updated translations from Transifex
This commit is contained in:
committed by
Omar (Comunitea)
parent
ba5030a5c1
commit
4ef450ae6b
31
report_qweb_signer/__manifest__.py
Normal file
31
report_qweb_signer/__manifest__.py
Normal file
@@ -0,0 +1,31 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2015 Tecnativa - Antonio Espinosa
|
||||
# Copyright 2017 Tecnativa - Pedro M. Baeza
|
||||
# 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": "10.0.1.0.0",
|
||||
"category": "Reporting",
|
||||
"website": "https://www.tecnativa.com",
|
||||
"author": "Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"depends": [
|
||||
"report",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"bin": ['/usr/bin/java'],
|
||||
},
|
||||
"data": [
|
||||
"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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user