diff options
Diffstat (limited to 'addons/account_payment/__manifest__.py')
| -rw-r--r-- | addons/account_payment/__manifest__.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addons/account_payment/__manifest__.py b/addons/account_payment/__manifest__.py new file mode 100644 index 00000000..a1f8adf6 --- /dev/null +++ b/addons/account_payment/__manifest__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- + +{ + 'name': 'Payment - Account', + 'category': 'Accounting/Accounting', + 'summary': 'Account and Payment Link and Portal', + 'version': '1.0', + 'description': """Link Account and Payment and add Portal Payment + +Provide tools for account-related payment as well as portal options to +enable payment. + + * UPDATE ME +""", + 'depends': ['payment'], + 'data': [ + 'views/account_portal_templates.xml', + ], + 'installable': True, + 'auto_install': False, + 'license': 'LGPL-3', +} |
