feat: add dlv_account_reconciliation_rest_amount — show rest amount on bank reconciliation screen
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# -*- 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,
|
||||
}
|
||||
Reference in New Issue
Block a user