Files
account-reconcile/account_reconcile_payment_order/__manifest__.py
Pedro M. Baeza f493b2723a [MIG] account_reconcile_payment_order: Migration to 12.0
* Standard procedure.
* README by fragments.
* Adapt logic to new reconciliation widget model.
* Add tests.
2022-03-29 10:18:51 +02:00

21 lines
654 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": "12.0.1.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',
],
"installable": True,
"maintainers": ['pedrobaeza'],
}