Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spp_aggregation/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_aggregation</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_aggregation</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Aggregation Engine</h2>
<p class="oe_slogan">
Unified aggregation service for statistics, simulations, and GIS queries
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_api_v2_simulation/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_api_v2_simulation</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_api_v2_simulation</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Simulation API</h2>
<p class="oe_slogan">
REST API for simulation scenario management.
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_dci_demo/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_dci_demo</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_dci_demo</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP DCI Demo</h2>
<p class="oe_slogan">
DCI Demo: Birth Verification for Child Benefit Enrollment
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_metrics_core/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_metrics_core</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_metrics_core</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Metrics Core</h2>
<p class="oe_slogan">
Unified metric foundation for statistics and simulations
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_metrics_services/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_metrics_services</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_metrics_services</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Metrics Services</h2>
<p class="oe_slogan">
Shared services for fairness, distribution, breakdown, and privacy
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_statistic/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_statistic</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_statistic</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Statistics</h2>
<p class="oe_slogan">
Publishable statistics based on CEL variables for dashboards, GIS, and APIs
</p>
</div>
</section>

1 change: 1 addition & 0 deletions spp_statistic_studio/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>spp_statistic_studio</h1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this file fixes the FileNotFoundError, its content can be improved to align with Odoo's standards for module descriptions. Instead of using the technical module name in a plain <h1> tag, it's better to use the human-readable name and summary from the __manifest__.py file within a structured HTML block. This provides a more informative and user-friendly description in the Odoo Apps interface. Please consider the following suggestion which uses standard Odoo CSS classes for module descriptions.

Suggested change
<h1>spp_statistic_studio</h1>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan" style="color:#875A7B;">OpenSPP Statistics Studio</h2>
<p class="oe_slogan">
Studio UI for managing publishable statistics
</p>
</div>
</section>

Loading