{ 'name': 'Community OS - Interac e-Transfer Payments', 'version': '19.0.1.0.0', 'category': 'Accounting/Payment Providers', 'summary': 'Semi-automated Interac e-Transfer payment provider for Canadian organizations', 'description': """ Community OS - Interac e-Transfer Payments ============================================= A generic Interac e-Transfer payment provider for the Odoo 19 payment framework: * Configurable recipient e-transfer address, org name, and deadline (provider config, never hardcoded) * Automated instructions email with a unique reference code * Treasurer "Pending Interac" view with one-click "Payment received" * Configurable auto-cancel window for unconfirmed transfers Sellable to any Canadian organization accepting Interac e-Transfer. """, 'author': 'Metatroncube Software Solutions LLP', 'website': 'https://www.metatroncube.com', 'license': 'LGPL-3', 'price': 0.00, 'currency': 'USD', 'depends': [ 'payment', 'account', ], 'data': [ 'security/interac_security.xml', 'views/payment_interac_templates.xml', 'views/payment_transaction_views.xml', 'data/payment_method_data.xml', 'data/payment_provider_data.xml', 'data/mail_templates.xml', 'data/ir_cron.xml', ], 'demo': [], 'images': ['static/description/banner.png'], 'application': False, 'installable': True, }