mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-22 05:32:05 +00:00
19 lines
595 B
Python
19 lines
595 B
Python
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "Account Payment Order - Generate grouped moves",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"license": "AGPL-3",
|
||
|
"author": "ACSONE SA/NV, Therp BV, Tecnativa, Akretion, "
|
||
|
"Odoo Community Association (OCA)",
|
||
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
||
|
"category": "Banking addons",
|
||
|
"depends": ["account_payment_order"],
|
||
|
"data": [
|
||
|
"views/account_payment_mode_views.xml",
|
||
|
"views/account_payment_order_views.xml",
|
||
|
],
|
||
|
"demo": [],
|
||
|
"installable": True,
|
||
|
}
|