mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
16 lines
505 B
Python
16 lines
505 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": "14.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/bank-payment",
|
|
"category": "Banking addons",
|
|
"depends": ["account"],
|
|
"data": ["views/account_move.xml"],
|
|
"development_status": "Alpha",
|
|
"installable": True,
|
|
}
|