mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-21 22:52:01 +02:00
28 lines
943 B
Python
28 lines
943 B
Python
# Copyright 2016-2022 Akretion France (http://www.akretion.com/)
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Invoice Factur-X",
|
|
"version": "16.0.2.0.0",
|
|
"category": "Invoicing Management",
|
|
"license": "AGPL-3",
|
|
"summary": "Generate Factur-X/ZUGFeRD customer invoices",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"maintainers": ["alexis-via"],
|
|
"website": "https://github.com/OCA/edi",
|
|
"depends": [
|
|
"account_einvoice_generate",
|
|
"account_payment_partner",
|
|
"base_facturx",
|
|
"base_vat",
|
|
],
|
|
"external_dependencies": {"python": ["factur-x"]},
|
|
"data": [
|
|
"views/res_partner.xml",
|
|
"views/account_move.xml",
|
|
"views/res_config_settings.xml",
|
|
],
|
|
"post_init_hook": "set_xml_format_in_pdf_invoice_to_facturx",
|
|
"installable": True,
|
|
}
|