Files
suite/account_payment_disperse/__manifest__.py

20 lines
517 B
Python

{
'name': 'Payment Disperse',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Accounting',
'summary': 'Pay multiple invoices with one Payment',
'description': """
Pay multiple invoices with one Payment, and manually disperse the amount per invoice.
""",
'website': 'https://hibou.io/',
'depends': [
'account',
],
'data': [
'wizard/register_payment_wizard_views.xml',
],
'installable': True,
'auto_install': False,
}