22 lines
688 B
Python
22 lines
688 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',
|
|
} |