metatroncubeswdev a848373429 feat(scaffold): Phase 0 - repo scaffold, Docker dev stack, CI guardrails
Scaffolds the CommunityOS monorepo per the implementation plan: 8
brand-neutral product modules (community_theme_base, community_membership,
event_qr_ticketing, community_school, community_classifieds,
community_benefits, community_interac, community_portal) plus the
tncsc_deployment client layer, each with an App-Store-ready manifest,
LGPL-3 license, and empty security/data/demo/tests/views scaffolding.

Adds deploy/docker-compose.yml (Odoo 19 CE + Postgres 16), CI workflow
that installs all modules with --test-enable, and scripts/check_brand_leak.py
+ check_manifests.py enforcing the no-client-identity-in-product-code and
manifest-completeness rules. Verified locally: all 9 modules install clean
on a fresh Odoo 19 database, and the brand-leak check correctly fails when
a client term is added to a product module and passes once removed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-17 18:48:01 -04:00

43 lines
1.3 KiB
Python

{
'name': 'TNCSC Deployment',
'version': '19.0.1.0.0',
'category': 'Hidden',
'summary': 'Tamil Nadu Cultural Society of Canada - client configuration for the Community OS suite',
'description': """
TNCSC Deployment
==================
Deployment layer for the Tamil Nadu Cultural Society of Canada (TNCSC).
This module contains DATA ONLY - no models, no business logic. It seeds:
* Branding (Community OS Theme Base settings)
* Membership tiers and prices
* Chart of accounts and journals for a Canadian non-profit
* Bilingual (EN/Tamil) email template overrides
* Website pages
* User groups and access rules
All client-specific values (names, prices, colours, account codes, email
copy) live only in this module. It is exempt from the brand-leak CI check
that applies to the community_* product modules.
""",
'author': 'Metatroncube Software Solutions LLP',
'website': 'https://www.metatroncube.com',
'license': 'LGPL-3',
'depends': [
'community_theme_base',
'community_membership',
'event_qr_ticketing',
'community_school',
'community_classifieds',
'community_benefits',
'community_interac',
'community_portal',
],
'data': [],
'demo': [],
'application': False,
'installable': True,
}