# -*- coding: utf-8 -*- { 'name': 'Account Reconciliation Reference', 'version': '17.0.1.0.2', 'category': 'Accounting/Accounting', 'summary': 'Show Reference on reconciliation kanban/list and add to search', 'description': """ Show Reference on reconciliation UI - Adds 'ref' on bank reconciliation kanban cards (account.bank.statement.line) - Shows 'ref' column in bank reconciliation list view - Adds 'ref' field in bank reconciliation search - Also shows 'ref' in Journal Items Reconcile list - Shows 'ref' on Manual Operations panel and persists it on Validate """, 'author': 'Suherdy Yacob', 'website': 'https://example.com', 'license': 'LGPL-3', 'depends': ['account_accountant'], 'data': [ 'views/account_reconcile_views.xml', 'views/bank_rec_widget_views.xml', ], 'assets': { 'web.assets_backend': [ 'account_reconcile_reference/static/src/xml/bank_rec_form_inherit.xml', ], }, 'installable': True, 'auto_install': False, 'application': False, }