TNCSC_Odoo/addons/community_interac
metatroncubeswdev 745e147de9 fix: mark all product modules as application:True so they show in Apps
Only community_membership and community_school had application: True;
the other 6 product modules (community_benefits, community_classifieds,
community_interac, community_portal, community_theme_base,
event_qr_ticketing) had application: False despite being fully installed
and functional. Odoo's Apps screen filters to application=True by
default, so they were invisible there even though Technical > Installed
Modules showed them correctly - looked like they weren't installed.

Per the plan's own resellability rule ("each module is independently
installable and independently sellable"), every community_* product
module should be a discoverable Apps-grid entry. tncsc_deployment stays
application: False - it's the hidden client-config layer, not something
anyone browses to install on its own.

Verified on tncsc_site: -u upgrade picked up the flag for all 6, and the
site still serves every page (/, /about, /membership, /tamil-school,
/contact, /event) after the upgrade.
2026-08-21 18:40:25 -04:00
..

=================================
Community OS Interac e-Transfer
=================================

Semi-automated Interac e-Transfer payment provider for Canadian
organizations, built on the Odoo 19 payment framework.

Installation
============
Install as any Odoo module.

Usage
=====
* Registers as a standard Odoo 19 ``payment.provider``/``payment.method`` —
  select "Interac e-Transfer" at any checkout that uses the payment
  framework (membership renewal, event registration, school fees).
* Choosing it sets the transaction to ``pending`` and emails configurable
  instructions (recipient e-transfer address, amount, reference code
  ``REF-{tx}``, deadline) — recipient address, org name, and copy all come
  from the provider configuration, never hardcoded.
* Treasurers confirm receipt from the **Pending Interac** admin view with a
  one-click "Payment received," which marks the transaction ``done`` and
  confirms the linked order/registration/invoice.
* An unconfirmed transaction auto-cancels (with a notification email) after
  a configurable window, via a scheduled cron.

Credits
=======

Authors
-------
* Metatroncube Software Solutions LLP