{ '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', 'l10n_ca', ], 'data': [ 'security/tncsc_roles.xml', 'data/res_company_data.xml', 'data/theme_data.xml', 'data/membership_data.xml', 'data/mail_template_overrides.xml', 'data/ir_cron.xml', 'views/website_pages.xml', ], 'demo': [], 'application': False, 'installable': True, 'post_init_hook': 'post_init_hook', }