vendor_payment_misc/__manifest__.py
2025-11-19 16:13:23 +07:00

22 lines
709 B
Python

{
'name': 'Vendor Payment with Misc Journals',
'version': '17.0.1.0.0',
'category': 'Accounting',
'summary': 'Allow using misc journals for vendor bill payments',
'description': """
This module extends the vendor payment functionality to allow using misc journals
for registering payments of vendor bills. When a misc journal is selected,
the payment entry will use the default account of the selected journal.
""",
'author': 'Suherdy Yacob',
'depends': [
'account',
'purchase',
],
'data': [
'views/account_payment_views.xml',
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}