mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-18 04:12:01 +02:00
17 lines
663 B
Python
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,
|
|
}
|