Update TNCSC deployment modules, views, assets, and configs
Some checks are pending
CI / Brand-leak check (push) Waiting to run
CI / flake8 / pylint-odoo / manifest completeness (push) Waiting to run
CI / Install all modules with --test-enable (push) Waiting to run

This commit is contained in:
srikanth01234 2026-09-19 13:01:11 +05:30
parent b0998f81a7
commit 3aead51697
56 changed files with 5244 additions and 445 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -1,4 +1,5 @@
from . import models from . import models
from . import controllers
def post_init_hook(env): def post_init_hook(env):

View File

@ -0,0 +1 @@
from . import main

View File

@ -0,0 +1,14 @@
from odoo import http
from odoo.http import request
try:
from odoo.addons.website_event.controllers.main import WebsiteEvent
except ImportError:
WebsiteEvent = http.Controller
class TNCSCWebsiteEvent(WebsiteEvent):
@http.route(['/event', '/event/page/<int:page>'], type='http', auth="public", website=True, sitemap=True)
def events(self, page=1, **searches):
return request.render("tncsc_deployment.page_events")

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1"> <odoo noupdate="0">
<!-- Real upcoming event, matching what's live on tncsc.com/events (2026-08-20). <!-- Real upcoming event, matching what's live on tncsc.com/events (2026-08-20).
Update/replace once TNCSC confirms the venue address. --> Update/replace once TNCSC confirms the venue address. -->
<record id="partner_summer_picnic_venue" model="res.partner"> <record id="partner_summer_picnic_venue" model="res.partner">
@ -11,8 +11,8 @@
</record> </record>
<record id="event_summer_picnic_2026" model="event.event"> <record id="event_summer_picnic_2026" model="event.event">
<field name="name">TNCSC's Summer Picnic 2026</field> <field name="name">TNCSC's Summer Picnic 2026</field>
<field name="date_begin" eval="'2026-07-11 14:00:00'"/> <field name="date_begin" eval="'2026-10-11 14:00:00'"/>
<field name="date_end" eval="'2026-07-11 20:00:00'"/> <field name="date_end" eval="'2026-10-11 20:00:00'"/>
<field name="address_id" ref="partner_summer_picnic_venue"/> <field name="address_id" ref="partner_summer_picnic_venue"/>
<field name="website_published">True</field> <field name="website_published">True</field>
</record> </record>

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
[options] [options]
admin_passwd = $pbkdf2-sha512$600000$h9A6h9Cac04pBaDUGoOwFg$FrvE9uDPOH6MSH6kkZvcRdsNDnnghqvWQtnjdSNGo8w0R139ubAGlyf.YVE3Zvd9Z9kTG5Twvg5yIjfgSIAV7w admin_passwd = $pbkdf2-sha512$600000$DCFk7J0TorRWCqE0Roix9g$Z2h01In5EA3aw7HI02qKceM2Cy/Wjf19CQA7Qp3Hg8N2FCpShR3d2q9OEDkW/O56SC2vH9e.1Lb9LXIErWhbhQ
db_host = db db_host = db
db_port = 5432 db_port = 5432
db_user = odoo db_user = odoo
@ -11,3 +11,4 @@ proxy_mode = False
logfile = logfile =
log_level = info log_level = info
db_name = sri_tncsc