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

14 lines
516 B
Python

# © 2016-2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Base UBL Payment",
"version": "16.0.1.0.1",
"category": "Hidden",
"license": "AGPL-3",
"summary": "Payment-related code for Universal Business Language (UBL)",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"depends": ["account_payment_unece", "base_ubl"],
"installable": True,
}