Files
suite/sale_payment_web/__manifest__.py
2020-10-13 16:20:41 -07:00

28 lines
633 B
Python
Executable File

{
'name': 'Sale Payment Web',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Sales',
'version': '13.0.1.0.0',
'description':
"""
Sale Payment Web
================
Allow sales people to register payments for sale orders.
Electronic payments will create transactions and automatically reconcile on the invoice.
""",
'depends': [
'payment',
'sale',
],
'auto_install': False,
'data': [
'security/sale_security.xml',
'security/ir.model.access.csv',
'wizard/account_payment_register_views.xml',
'views/sale_views.xml',
],
}