mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-21 21:22:05 +00:00
16 lines
518 B
Python
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,
|
|
}
|