bank-payment/account_invoice_select_for_payment/__manifest__.py

16 lines
518 B
Python
Raw Permalink Normal View History

2021-08-08 02:06:45 +00:00
# © 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.0.0",
2021-08-08 02:06:45 +00:00
"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,
}