Files
account-reconcile/account_reconcile_payment_order/__manifest__.py
2023-01-01 17:20:13 +00:00

17 lines
640 B
Python

# Copyright 2015 Therp BV (<http://therp.nl>).
# Copyright 2019 Tecnativa - Pedro M. Baeza
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Reconcile payment orders",
"version": "14.0.2.0.0",
"author": "Therp BV, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-reconcile",
"category": "Invoicing Management",
"summary": "Automatically propose all lines generated from payment orders",
"depends": ["account_payment_order", "account_reconciliation_widget"],
"installable": True,
"maintainers": ["pedrobaeza"],
}