mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
16 lines
582 B
Python
16 lines
582 B
Python
# Copyright 2020 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Account Reconciliation Model Strict Match Amount",
|
|
"summary": "Restrict reconciliation propositions to matching amount parameter",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Accounting",
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["account"],
|
|
"data": ["views/account_reconcile_model.xml"],
|
|
}
|