bank-payment/account_payment_order_grouped_output/__manifest__.py

19 lines
595 B
Python
Raw Normal View History

2024-10-01 05:24:28 +00:00
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Payment Order - Generate grouped moves",
"version": "3.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,
}