bank-payment/account_payment_order_grouped_output/__manifest__.py

19 lines
595 B
Python
Raw Permalink Normal View History

2023-05-19 08:19:51 +00:00
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Payment Order - Generate grouped moves",
2024-08-26 14:11:32 +00:00
"version": "2.0.1.0.1",
2023-05-19 08:19:51 +00:00
"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,
}