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 Classifieds ======================== Member-gated classifieds board with a moderation queue and auto-expiry. Installation ============ Install as any Odoo module. Usage ===== * Public board at ``/classifieds`` (list, filter, search); detail page at ``/classifieds/<id>`` increments a view counter. * Posting at ``/classifieds/new`` requires portal login, and an active membership if ``community_membership`` is installed (soft-detected). * Submissions start ``pending_review``; admins publish or reject from the moderation queue. Listings auto-expire on a configurable number of days after posting, with a 7-day expiry warning email and an admin notification on every new submission. Posters manage their own listings and renew them at ``/classifieds/my`` and ``/classifieds/<id>/renew``. Credits ======= Authors ------- * Metatroncube Software Solutions LLP