payment_residual_display/__manifest__.py
2025-11-19 15:57:33 +07:00

26 lines
798 B
Python

{
'name': 'Payment Residual Display',
'version': '17.0.1.0.0',
'category': 'Accounting',
'summary': 'Display residual amounts in customer payment lines',
'description': """
This module adds residual amount display to customer payments.
Features:
- Shows residual amount in payment list view
- Shows residual amount in payment form view
- Computes residual from journal items automatically
- Helps identify partially reconciled payments
See README.md for more details.
""",
'author': 'Suherdy Yacob',
'depends': ['account'],
'data': [
'views/account_payment_views.xml',
],
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
'application': False,
}