bank-payment/account_invoice_select_for_payment/__manifest__.py
2024-08-26 16:11:32 +02:00

16 lines
518 B
Python

# © 2016 Akretion (<https://www.akretion.com>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Invoice Select for Payment",
"version": "2.0.1.1.0",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/bank-payment",
"category": "Banking addons",
"depends": ["account"],
"data": ["views/account_move.xml"],
"development_status": "Alpha",
"installable": True,
}