Skip to content

Commit c9128e6

Browse files
committed
spp_branding_kit: remove stale comments; format CSS/XML after cleanup
1 parent 341edcb commit c9128e6

24 files changed

+4
-78
lines changed

spp_branding_kit/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: Module initialization file for OpenSPP Branding Kit
2-
# ABOUTME: Imports models, controllers and defines hooks for the module
3-
41
from . import models
52
from . import controllers
63

spp_branding_kit/__manifest__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: This is the manifest file for the OpenSPP Branding Kit module
2-
# ABOUTME: It defines module metadata, dependencies, and data files for Odoo 17
3-
41
{
52
"name": "OpenSPP Branding Kit",
63
"version": "17.0.1.0.0",
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# ABOUTME: Controllers initialization for OpenSPP Branding Kit
2-
# ABOUTME: Import custom controllers here
3-
41
from . import main

spp_branding_kit/controllers/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: Main controller for OpenSPP Branding Kit
2-
# ABOUTME: Handles custom routes and branding-related endpoints
3-
41
import json
52

63
from werkzeug.wrappers import Response

spp_branding_kit/data/debranding_data.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<!-- ABOUTME: Data file for debranding Odoo and disabling telemetry -->
3-
<!-- ABOUTME: Deactivates promotional messages and scheduled actions -->
42
<odoo noupdate="1">
53

64
<!-- Note: Some cron jobs and views may not exist in all Odoo versions -->

spp_branding_kit/data/ir_config_parameter.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<!-- ABOUTME: System configuration parameters for OpenSPP branding -->
3-
<!-- ABOUTME: Sets various system-level configuration values -->
42
<odoo noupdate="1">
53

64
<!-- System Information Parameters -->

spp_branding_kit/data/res_company_data.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<!-- ABOUTME: Company data configuration for OpenSPP branding -->
3-
<!-- ABOUTME: Sets default company information and branding elements -->
42
<odoo noupdate="1">
53

64
<!-- Paper Format Customization -->

spp_branding_kit/models/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: Models initialization for OpenSPP Branding Kit
2-
# ABOUTME: Import custom models and overrides here
3-
41
from . import res_users
52
from . import res_config_settings
63
from . import ir_http

spp_branding_kit/models/ir_http.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: Override ir.http to customize HTTP behavior and configure telemetry
2-
# ABOUTME: Provides session info for frontend debranding and telemetry settings
3-
41
import logging
52

63
from odoo import models

spp_branding_kit/models/ir_module_module.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# ABOUTME: Minimal extension of ir.module.module for helper counts only
2-
# ABOUTME: Server-side filtering is intentionally avoided; UI handles filters
3-
41
from odoo import api, models
52

63

0 commit comments

Comments
 (0)