oca-edi/odoo-bringout-oca-edi-account_einvoice_generate/account_einvoice_generate/__manifest__.py
2025-08-29 15:43:05 +02:00

17 lines
663 B
Python

# Copyright 2018-2022 Akretion France (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account e-invoice Generate",
"version": "16.0.1.1.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Technical module to generate PDF invoices with " "embedded XML file",
"author": "Akretion,Onestein,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": ["account"],
"data": ["views/res_config_settings.xml"],
"installable": True,
}