mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 05:12:01 +02:00
16 lines
607 B
Python
16 lines
607 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": "Base Factur-X",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Invoicing Management",
|
|
"license": "AGPL-3",
|
|
"summary": "Base module for Factur-X/ZUGFeRD",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"maintainers": ["alexis-via"],
|
|
"website": "https://github.com/OCA/edi",
|
|
"depends": ["uom_unece", "account_tax_unece", "account_payment_unece"],
|
|
"installable": True,
|
|
}
|