account_reconcile_reference/__manifest__.py
2025-09-29 14:43:59 +07:00

31 lines
1.0 KiB
Python

# -*- 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': 'Your Company',
'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,
}