Files
suite/account_payment_disperse/__manifest__.py
Jared Kipe 5e8b0fed95 MIG account_payment_disperse to 12.0
Significant changes to the built in payment methods, and also a UI/ORM bug.
2019-07-21 14:31:02 -07:00

20 lines
517 B
Python

{
'name': 'Payment Disperse',
'version': '12.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,
}