l10n-switzerland-flectra/l10n_ch_payment_slip/__manifest__.py

37 lines
1006 B
Python
Raw Normal View History

# Copyright 2012-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Switzerland - ISR inpayment slip (PVR/BVR/ESR)',
'summary': 'Print inpayment slip from your invoices',
'version': '2.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA), 2BIT GmbH",
'category': 'Localization',
'website': 'https://gitlab.com/flectra-community/flectra',
'license': 'AGPL-3',
'depends': [
'account',
'account_accountant',
'l10n_ch_base_bank',
'base_transaction_id', # OCA/account-reconcile
'web',
'l10n_ch',
],
'data': [
"views/report_xml_templates.xml",
"views/bank.xml",
"views/account_invoice.xml",
"views/res_config_settings_views.xml",
"wizard/isr_batch_print.xml",
"report/report_declaration.xml",
"security/ir.model.access.csv"
],
'demo': [],
'auto_install': False,
'installable': True,
'images': [],
'external_dependencies': {
'python': [
'PyPDF2',
]
}
}