From bf1ad6b4c3610ced1d78ca9e3bf863b59969bbf6 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 20 Jan 2026 14:16:50 +0700 Subject: [PATCH] feat: Display the statement line reference in the bank reconciliation kanban view and update manifest version. --- __manifest__.py | 3 +- __pycache__/__init__.cpython-312.pyc | Bin 206 -> 217 bytes models/__init__.py | 3 +- models/__pycache__/__init__.cpython-312.pyc | Bin 220 -> 188 bytes .../bank_rec_widget.cpython-312.pyc | Bin 2171 -> 2182 bytes models/bank_rec_widget.py | 37 -------- static/src/xml/bank_rec_kanban_inherit.xml | 10 +++ views/account_reconcile_views.xml | 30 +++---- views/bank_rec_widget_views.xml | 80 +++++++++--------- 9 files changed, 67 insertions(+), 96 deletions(-) delete mode 100644 models/bank_rec_widget.py create mode 100644 static/src/xml/bank_rec_kanban_inherit.xml diff --git a/__manifest__.py b/__manifest__.py index fce6818..cec5441 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { 'name': 'Account Reconciliation Reference', - 'version': '17.0.1.0.2', + 'version': '19.0.1.0.2', 'category': 'Accounting/Accounting', 'summary': 'Show Reference on reconciliation kanban/list and add to search', 'description': """ @@ -23,6 +23,7 @@ Show Reference on reconciliation UI 'assets': { 'web.assets_backend': [ 'account_reconcile_reference/static/src/xml/bank_rec_form_inherit.xml', + 'account_reconcile_reference/static/src/xml/bank_rec_kanban_inherit.xml', ], }, 'installable': True, diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc index 6bdb85e545319fd4dac6b3b5c3bf7043119d47cd..56cc11c8a7e0807d02eae44b19834211bba049da 100644 GIT binary patch delta 75 zcmX@dc$1OmG%qg~0}!O-J7rGf3DgVG&&bbB)h{m1NG(dK)DNgE$;i)3&QD3z&riwE dH#FBzE-fy}&rM88$gNJAumK8|=A_ycu>$R41ma>4<0CU8BV!RW GkOcrUvoi_+ delta 185 zcmdnPc!#n6G%qg~0}!|y-^wrp(vLwL7+``jJ_`UD(-~42QW$d>av7r-85t^>G?`yA z0);ghZ}BH3=4Hnhr6$LhXQrg5miTEh-C`(W21>4E_zW`QS3rtYOhIKyMt)v$eoAUg zeoB76p?OSlX)#wxer{q)N`78(%)}gNj+k7abPkZ+FDAtS)CjVm7{vI%%*e?2j6t@D H4afliMGq|o diff --git a/models/__pycache__/bank_rec_widget.cpython-312.pyc b/models/__pycache__/bank_rec_widget.cpython-312.pyc index 31615db8181d400a8c2deb4b62e1563b6ce0b4a8..0439c0815c90ddd2211f0fc8d24a44ee7af0f982 100644 GIT binary patch delta 86 zcmew@&?d-pnwOW00SHp_oiaD_G%@QX>1X8Urs@}$W~3ISRO$y*mSp7TCFiH4>gT8A n=Np>qCzlqNrdXuEX|>x3zW_&*57=Ec{vLJw!$5O delta 75 zcmZn@{4Kz9nwOW00SJ-}Z)I%cX<}9mPqB(As4U6I&r8lvNsY-*$ + + + +
+ +
+
+
+
diff --git a/views/account_reconcile_views.xml b/views/account_reconcile_views.xml index 223318f..37ddaff 100644 --- a/views/account_reconcile_views.xml +++ b/views/account_reconcile_views.xml @@ -1,16 +1,16 @@ - - - - - account.move.line.tree.reconcile.inherit.ref.visible - account.move.line - - - - show - 0 - - - - + + + + + account.move.line.tree.reconcile.inherit.ref.visible + account.move.line + + + + show + 0 + + + + \ No newline at end of file diff --git a/views/bank_rec_widget_views.xml b/views/bank_rec_widget_views.xml index 08e9caf..2f1fe7f 100644 --- a/views/bank_rec_widget_views.xml +++ b/views/bank_rec_widget_views.xml @@ -1,42 +1,40 @@ - - - - - - account.bank.statement.line.kanban.inherit.ref - account.bank.statement.line - - - -
- -
-
-
-
- - - - account.bank.statement.line.tree.inherit.ref.visible - account.bank.statement.line - - - - show - - - - - - - account.bank.statement.line.search.inherit.add.ref - account.bank.statement.line - - - - - - - -
+ + + + + + account.bank.statement.line.kanban.inherit.ref + account.bank.statement.line + + + + + + + + + + + account.bank.statement.line.tree.inherit.ref.visible + account.bank.statement.line + + + + show + + + + + + + account.bank.statement.line.search.inherit.add.ref + account.bank.statement.line + + + + + + + + \ No newline at end of file