32 lines
1.1 KiB
Python
32 lines
1.1 KiB
Python
{
|
|
'name': 'Bank Statement Reconciliation',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Accounting',
|
|
'summary': 'Reconcile bank statement lines with journal entries',
|
|
'description': """
|
|
This module allows users to reconcile bank statement lines with journal entries.
|
|
Features:
|
|
- Menu to access bank statement lines
|
|
- Filter by bank journal
|
|
- Select multiple bank lines to reconcile
|
|
- Wizard to select journal entries for reconciliation
|
|
- Automatic creation of reconciliation journal entries
|
|
- Total selected amount widget in list view header
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': [
|
|
'account',
|
|
'base',
|
|
'web',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/bank_statement_line_views.xml',
|
|
'views/bank_statement_selector_views.xml',
|
|
'wizards/bank_reconcile_wizard_views.xml',
|
|
'views/menu.xml',
|
|
],
|
|
# Tree view includes sum="Total Amount" footer for displaying totals
|
|
'installable': True,
|
|
'auto_install': False,
|
|
} |