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.
============================ Community OS Unified Portal ============================ Unified member portal dashboard aggregating cards from whichever Community OS product modules are installed (soft-detected). Installation ============ Install as any Odoo module. Usage ===== * Renders a member dashboard at ``/my`` that soft-detects whichever product modules are installed and shows only their cards: membership status (if ``community_membership``), upcoming registered events/tickets (if ``event_qr_ticketing``), a child's schedule/attendance at ``/my/school`` (if ``community_school``), entitled benefits (if ``community_benefits``), and a member's own classifieds (if ``community_classifieds``). * Uninstalling any one of those product modules removes its card without breaking the rest of the dashboard. Credits ======= Authors ------- * Metatroncube Software Solutions LLP