30 lines
1.0 KiB
Python
30 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Reconciliation Rest Amount",
|
|
"summary": "Toon het restbedrag tussen haakjes op het afletterscherm "
|
|
"(bank reconciliatie)",
|
|
"description": """
|
|
Voegt het restbedrag (verschil tussen het oorspronkelijke bedrag en het reeds
|
|
afgeletterde/toegewezen bedrag) tussen haakjes toe aan het bank-afletterscherm,
|
|
zowel bij de regel van het bankafschrift (liquidity-line) als bij de
|
|
voorgestelde afletteringsregels (bestaande boekingen) die niet volledig
|
|
worden ingezet.
|
|
""",
|
|
"author": "bv Domus La Vila",
|
|
"website": "https://domuslavila.eu",
|
|
"category": "Accounting/Accounting",
|
|
"version": "16.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"depends": ["account_accountant"],
|
|
"data": [],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"dlv_account_reconciliation_rest_amount/static/src/js/*.js",
|
|
"dlv_account_reconciliation_rest_amount/static/src/xml/*.xml",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
}
|