mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
* Standard procedure. * README by fragments. * Adapt logic to new reconciliation widget model. * Add tests.
21 lines
654 B
Python
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'],
|
|
}
|