From e49e7170298e17997bc3067afaef56f3ee2a2c88 Mon Sep 17 00:00:00 2001 From: Aldrin Navarro Date: Sat, 2 Aug 2025 06:56:34 +0800 Subject: [PATCH 1/5] [IMP] spp_import_match: fix broken references Broken references cause oca-gen-addon-readme to fail Signed-off-by: Aldrin Navarro --- spp_import_match/readme/DESCRIPTION.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spp_import_match/readme/DESCRIPTION.md b/spp_import_match/readme/DESCRIPTION.md index 07801923e..facc5c93b 100644 --- a/spp_import_match/readme/DESCRIPTION.md +++ b/spp_import_match/readme/DESCRIPTION.md @@ -12,21 +12,21 @@ The primary goals of the [spp_import_match](spp_import_match) module are: ## Dependencies and Integration -1. **[queue_job](queue_job):** This module leverages the [queue_job](queue_job](queue_job](queue_job):** This module leverages the [queue_job) module to handle asynchronous import processes. This enables the processing of large datasets in the background, preventing system slowdowns. +1. **[queue_job](queue_job):** This module leverages the [queue_job](queue_job) module to handle asynchronous import processes. This enables the processing of large datasets in the background, preventing system slowdowns. -2. **[g2p_registry_base](g2p_registry_base):** The [spp_import_match](spp_import_match) module extends the functionality of the [g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base):** The [spp_import_match](spp_import_match) module extends the functionality of the [g2p_registry_base) module. It specifically interacts with the models and functionalities related to managing registrant data and relationships. +2. **[g2p_registry_base](g2p_registry_base):** The [spp_import_match](spp_import_match) module extends the functionality of the [g2p_registry_base](g2p_registry_base) module. It specifically interacts with the models and functionalities related to managing registrant data and relationships. -3. **[base_import](base_import):** The core import functionality is inherited and extended from Odoo's built-in [base_import](base_import) module. [spp_import_match](base_import](spp_import_match](base_import):** The core import functionality is inherited and extended from Odoo's built-in [base_import](base_import) module. [spp_import_match) enhances this with capabilities for record matching during the import process. +3. **[base_import](base_import):** The core import functionality is inherited and extended from Odoo's built-in [base_import](base_import) module. [spp_import_match](spp_import_match) enhances this with capabilities for record matching during the import process. ## Functionality and Integration -* **Import Matching Rules (spp.import.match):** This model defines the rules for matching imported data with existing records. Users can define matching criteria based on various fields and conditions. +* **Import Matching Rules (spp.import.match):** This model defines the rules for matching imported data with existing records. Users can define matching criteria based on various fields and conditions. * It allows specifying which model to match against, ensuring the flexibility to work with different data types. * Users can set up multiple fields to match on, creating a robust system for identifying potential duplicates. * Conditional matching based on specific import values adds another layer of precision to the process. * **Field Mapping (spp.import.match.fields):** This model handles the mapping of fields between the imported data and the target model's fields. - * It allows for matching on both simple fields and sub-fields within relational fields, supporting complex data structures. + * It allows for matching on both simple fields and sub-fields within relational fields, supporting complex data structures. * The module validates the uniqueness of fields chosen for matching, preventing configuration errors. * **Integration with Data Import:** The module seamlessly integrates with the standard Odoo import process. During import, if matching rules are defined for the target model, the module attempts to find existing records that match the imported data. This matching process is integrated into both standard imports and asynchronous imports handled by the [queue_job](queue_job) module. @@ -41,8 +41,8 @@ The primary goals of the [spp_import_match](spp_import_match) module are: 3. **Record Matching:** During the import process, the [spp_import_match](spp_import_match) module utilizes the defined rules to compare the imported data with existing registrant records. If a match is found based on the "National ID Number" and "Date of Birth," the module prevents the creation of a duplicate record. -4. **Data Update (Optional):** If the "Overwrite Match" option is enabled in the matching rules, the module updates the existing registrant's record with any new information from the import file. +4. **Data Update (Optional):** If the "Overwrite Match" option is enabled in the matching rules, the module updates the existing registrant's record with any new information from the import file. ## Conclusion -The [spp_import_match](spp_import_match) module significantly enhances data management within OpenSPP by providing a robust and configurable system for matching imported records with existing data. This contributes to a more accurate, reliable, and efficient data ecosystem for social protection programs. +The [spp_import_match](spp_import_match) module significantly enhances data management within OpenSPP by providing a robust and configurable system for matching imported records with existing data. This contributes to a more accurate, reliable, and efficient data ecosystem for social protection programs. From e4ce06376c4e6103f0e40399e1b4fa53d87b1323 Mon Sep 17 00:00:00 2001 From: Aldrin Navarro Date: Sat, 2 Aug 2025 06:28:54 +0800 Subject: [PATCH 2/5] [IMP] spp_event_data: improve module documentation formatting and structure Enhance the readability and consistency of the spp_event_data module documentation by: - Remove redundant text - Converting bullet points from asterisk (*) to dash (-) format for better markdown consistency - Restructuring long text lines to improve readability and maintain proper line length - Improving overall documentation structure and clarity Signed-off-by: Aldrin Navarro --- spp_event_data/readme/DESCRIPTION.md | 74 +++++++++++++++++----------- 1 file changed, 44 insertions(+), 30 deletions(-) diff --git a/spp_event_data/readme/DESCRIPTION.md b/spp_event_data/readme/DESCRIPTION.md index eeb1a1880..28523abc5 100644 --- a/spp_event_data/readme/DESCRIPTION.md +++ b/spp_event_data/readme/DESCRIPTION.md @@ -1,45 +1,59 @@ # OpenSPP Event Data -This document outlines the functionality of the **[spp_event_data](spp_event_data)** module within the OpenSPP ecosystem. This module is designed to record and track specific events related to registrants, building upon the functionalities offered by the base registry modules. +This document outlines the functionality of the **[spp_event_data](spp_event_data)** module within the OpenSPP +ecosystem. This module is designed to record and track specific events related to registrants, building upon +the functionalities offered by the base registry modules. ## Purpose -The **[spp_event_data](spp_event_data)** module allows users to associate significant events with both individual and group registrants, enhancing the system's capacity to capture a chronological history of changes and actions. It aims to: +The **[spp_event_data](spp_event_data)** module allows users to associate significant events with both +individual and group registrants, enhancing the system's capacity to capture a chronological history of +changes and actions. It aims to: -* Provide a structured way to log and store data about events impacting registrants. -* Link these events to the specific data entries they affect, creating a clear audit trail. -* Offer tools to view and navigate the event history of a registrant. +- Provide a structured way to log and store data about events impacting registrants. +- Link these events to the specific data entries they affect, creating a clear audit trail. +- Offer tools to view and navigate the event history of a registrant. ## Module Dependencies and Integration -1. **[g2p_registry_base](g2p_registry_base)**: This module relies on the foundational structure and functionalities provided by the **[g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base)**: This module relies on the foundational structure and functionalities provided by the **[g2p_registry_base)** module, specifically leveraging: - * **Registrant Data**: Utilizes the core registrant information to associate events with the correct individuals or groups. -2. **[g2p_registry_group](g2p_registry_group)**: Extends its functionality by allowing event data to be linked to group registrants. -3. **Contacts (res.partner)**: Integrates with the standard Odoo Contacts module, enabling the module to link event data to the respective contact records, enriching the overall profile of the registrant. +1. **[g2p_registry_base](g2p_registry_base)**: This module relies on the foundational structure and + functionalities provided by the **[g2p_registry_base](g2p_registry_base)** module, specifically leveraging: + - **Registrant Data**: Utilizes the core registrant information to associate events with the correct + individuals or groups. +2. **[g2p_registry_group](g2p_registry_group)**: Extends its functionality by allowing event data to be linked + to group registrants. +3. **Contacts (res.partner)**: Integrates with the standard Odoo Contacts module, enabling the module to link + event data to the respective contact records, enriching the overall profile of the registrant. ## Additional Functionality -* **Event Data Model (spp.event.data)**: - * Introduces a new data model to store event-specific information. - * Includes fields to record: - * Event type (automatically derived from the related data model). - * Related document/record (using `Many2oneReference` for flexibility). - * Registrar (person who recorded the event). - * Collection date and optional expiry date. - * Status of the event (active/inactive). -* **Automatic Event Type Calculation**: - * Dynamically determines and displays the event type based on the linked data model, providing a clear and user-friendly representation of the event. -* **Event History on Registrant Forms**: - * Adds a dedicated tab on both individual and group registrant forms to display their associated event history. - * Enables users to directly access and review past events related to a specific registrant. -* **Event Creation Wizard**: - * Provides a streamlined process for creating new event data entries through a dedicated wizard. - * Simplifies data entry and ensures consistency in event logging. -* **Active Event Management**: - * Implements logic to manage the active status of events. - * Automatically ends the previous active event of the same type when a new one is created for the same registrant. - * Provides a clear view of the current status of events related to a specific data point. +- **Event Data Model (spp.event.data)**: + - Introduces a new data model to store event-specific information. + - Includes fields to record: + - Event type (automatically derived from the related data model). + - Related document/record (using `Many2oneReference` for flexibility). + - Registrar (person who recorded the event). + - Collection date and optional expiry date. + - Status of the event (active/inactive). +- **Automatic Event Type Calculation**: + - Dynamically determines and displays the event type based on the linked data model, providing a clear and + user-friendly representation of the event. +- **Event History on Registrant Forms**: + - Adds a dedicated tab on both individual and group registrant forms to display their associated event + history. + - Enables users to directly access and review past events related to a specific registrant. +- **Event Creation Wizard**: + - Provides a streamlined process for creating new event data entries through a dedicated wizard. + - Simplifies data entry and ensures consistency in event logging. +- **Active Event Management**: + - Implements logic to manage the active status of events. + - Automatically ends the previous active event of the same type when a new one is created for the same + registrant. + - Provides a clear view of the current status of events related to a specific data point. ## Conclusion -The **[spp_event_data](spp_event_data)** module enhances OpenSPP by introducing a robust system for tracking and managing significant events throughout the lifecycle of registrants. Its tight integration with core registry modules and the Contacts module ensures that event data is seamlessly incorporated into the platform, enriching data integrity and providing a comprehensive view of registrant history. +The **[spp_event_data](spp_event_data)** module enhances OpenSPP by introducing a robust system for tracking +and managing significant events throughout the lifecycle of registrants. Its tight integration with core +registry modules and the Contacts module ensures that event data is seamlessly incorporated into the platform, +enriching data integrity and providing a comprehensive view of registrant history. From 375c47ce3e65da3333beec51bff68233224cf4ee Mon Sep 17 00:00:00 2001 From: Aldrin Navarro Date: Sat, 2 Aug 2025 07:11:20 +0800 Subject: [PATCH 3/5] [IMP] spp_event_data_program_membership: Fix broken references Signed-off-by: Aldrin Navarro --- .../readme/DESCRIPTION.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/spp_event_data_program_membership/readme/DESCRIPTION.md b/spp_event_data_program_membership/readme/DESCRIPTION.md index dd4ef431c..debdca0bd 100644 --- a/spp_event_data_program_membership/readme/DESCRIPTION.md +++ b/spp_event_data_program_membership/readme/DESCRIPTION.md @@ -1,6 +1,6 @@ # OpenSPP Event Data Program Membership -This module enhances the functionality of OpenSPP by integrating the **Event Data** module ([spp_event_data](spp_event_data)) with the **G2P Programs** module ([g2p_programs](spp_event_data](g2p_programs](spp_event_data)) with the **G2P Programs** module ([g2p_programs)). It allows users to record and track program membership-related events within the OpenSPP system. +This module enhances the functionality of OpenSPP by integrating the **Event Data** module ([spp_event_data](spp_event_data)) with the **G2P Programs** module ([g2p_programs](g2p_programs)). It allows users to record and track program membership-related events within the OpenSPP system. ## Purpose @@ -12,8 +12,8 @@ The **spp_event_data_program_membership** module serves to: ## Module Integration -1. **[spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data](spp_event_data](spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data) module to record and manage event information. -2. **[g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs](g2p_programs](g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs) module, linking event data to the relevant program membership records (`g2p.program_membership` model). +1. **[spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data](spp_event_data) module to record and manage event information. +2. **[g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs](g2p_programs) module, linking event data to the relevant program membership records (`g2p.program_membership` model). ## Additional Functionality @@ -22,21 +22,21 @@ The **spp_event_data_program_membership** module serves to: * Includes a computed domain (`program_membership_id_domain`) to dynamically filter and display only relevant program memberships based on the selected partner. * **Modified Event Data Views:** - * Updates the event data form view (`view_spp_event_data_form_custom`) to include the new `program_membership_id` field. + * Updates the event data form view (`view_spp_event_data_form_custom`) to include the new `program_membership_id` field. * Enables users to select the relevant program membership when creating or editing an event. * **Read-Only Event Data Fields on Registrant Form:** * Modifies the registrant form view (`view_groups_event_data_form_custom`) to display event data in read-only mode. - * Prevents accidental modification of event data from the registrant's profile. + * Prevents accidental modification of event data from the registrant's profile. ## Usage Example -1. **Recording an Enrollment Event:** A program officer enrolls a beneficiary into a social assistance program. Using this module, they can create a new event of type "Enrollment," link it to the beneficiary's newly created program membership record, and record relevant details, such as the enrollment date. +1. **Recording an Enrollment Event:** A program officer enrolls a beneficiary into a social assistance program. Using this module, they can create a new event of type "Enrollment," link it to the beneficiary's newly created program membership record, and record relevant details, such as the enrollment date. -2. **Tracking Eligibility Changes:** A beneficiary's eligibility status changes due to a change in their circumstances. A program officer can record this event, selecting "Eligibility Change" as the event type and associating it with the beneficiary's program membership. +2. **Tracking Eligibility Changes:** A beneficiary's eligibility status changes due to a change in their circumstances. A program officer can record this event, selecting "Eligibility Change" as the event type and associating it with the beneficiary's program membership. 3. **Viewing Event History:** Program staff can access a beneficiary's program membership record and view a chronological list of all events, providing a clear audit trail of their participation in the program. ## Conclusion -The **spp_event_data_program_membership** module enhances the tracking and management of program membership events within OpenSPP. By integrating event data with program memberships, it improves data integrity, transparency, and the overall efficiency of program administration. +The **spp_event_data_program_membership** module enhances the tracking and management of program membership events within OpenSPP. By integrating event data with program memberships, it improves data integrity, transparency, and the overall efficiency of program administration. From 31889fa2bf768eb0e24b3dfb23f5d6b4c9ecde78 Mon Sep 17 00:00:00 2001 From: Aldrin Navarro Date: Sat, 2 Aug 2025 08:17:21 +0800 Subject: [PATCH 4/5] [IMP] spp_openid_vci_individual: fix broken reference Signed-off-by: Aldrin Navarro --- spp_openid_vci_individual/readme/DESCRIPTION.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spp_openid_vci_individual/readme/DESCRIPTION.md b/spp_openid_vci_individual/readme/DESCRIPTION.md index 25f25981d..b4a08bfa3 100644 --- a/spp_openid_vci_individual/readme/DESCRIPTION.md +++ b/spp_openid_vci_individual/readme/DESCRIPTION.md @@ -11,14 +11,14 @@ The `spp_openid_vci_individual` module aims to: ## Module Dependencies and Integration -1. **[spp_openid_vci](spp_openid_vci)**: This module inherits core functionalities from [spp_openid_vci](spp_openid_vci`](`spp_openid_vci`](`spp_openid_vci)**: This module inherits core functionalities from [`spp_openid_vci`), including: +1. **[spp_openid_vci](spp_openid_vci)**: This module inherits core functionalities from [spp_openid_vci](spp_openid_vci), including: - **VCI Issuer Management:** Leverages the existing infrastructure for managing VCI issuers and their configurations. - **VC Generation and Signing:** Relies on the parent module's capabilities to generate, sign, and encode VCs based on defined templates and fetched registrant data. - **QR Code Generation:** Utilizes the same QR code generation mechanism to visually represent issued VCs for individuals. 2. **[g2p_registry_individual](g2p_registry_individual)**: This module integrates with the individual registry to access and utilize individual-specific data, such as: - **Individual Attributes:** Fetches data fields like full name, birthdate, gender, and other relevant attributes from the individual's registry profile to populate the claims within the VC. - - **Issuance Interface:** Extends the individual registrant's profile view to include an "Issue Card" button, providing a direct and contextual point for VC issuance. + - **Issuance Interface:** Extends the individual registrant's profile view to include an "Issue Card" button, providing a direct and contextual point for VC issuance. ## Additional Functionality @@ -29,12 +29,12 @@ This module enhances the VC issuance process for individuals by: ## Example Usage Scenario -1. An administrator configures a VCI issuer within the [spp_openid_vci](spp_openid_vci) module, defining the format and data fields for a "Proof of Identity" VC intended for individual registrants. +1. An administrator configures a VCI issuer within the [spp_openid_vci](spp_openid_vci) module, defining the format and data fields for a "Proof of Identity" VC intended for individual registrants. 2. A user navigates to an individual's profile within the OpenSPP registry. 3. The user clicks the "Issue Card" button, which initiates the VC issuance process using the pre-configured "Proof of Identity" template. 4. The module automatically fetches the individual's name, birthdate, and other relevant attributes from the [g2p_registry_individual](g2p_registry_individual) data. -5. A VC containing the individual's information is generated, signed, and encoded into a QR code, ready for display on a digital card or printed ID. +5. A VC containing the individual's information is generated, signed, and encoded into a QR code, ready for display on a digital card or printed ID. ## Conclusion -The `spp_openid_vci_individual` module simplifies the issuance and management of Verifiable Credentials for individual registrants within the OpenSPP ecosystem. By tightly integrating with the VC infrastructure and individual registry, it empowers organizations to extend the benefits of verifiable credentials to individuals, enhancing trust and streamlining identity verification processes. +The `spp_openid_vci_individual` module simplifies the issuance and management of Verifiable Credentials for individual registrants within the OpenSPP ecosystem. By tightly integrating with the VC infrastructure and individual registry, it empowers organizations to extend the benefits of verifiable credentials to individuals, enhancing trust and streamlining identity verification processes. From 39d80b9e01d73425e0a6f4a0bb5b1c1e26570e8a Mon Sep 17 00:00:00 2001 From: Aldrin Navarro Date: Sat, 2 Aug 2025 07:22:39 +0800 Subject: [PATCH 5/5] [UPD] Run oca-gen-addon-readme pre-commit hook Signed-off-by: Aldrin Navarro --- g2p_connect_demo/README.rst | 11 +- .../static/description/index.html | 10 +- spp_api/README.rst | 11 +- spp_api/static/description/index.html | 10 +- spp_api_records/README.rst | 11 +- spp_api_records/static/description/index.html | 10 +- spp_area/README.rst | 7 +- spp_area/static/description/index.html | 7 +- spp_area_base/README.rst | 52 +- spp_area_base/static/description/index.html | 61 +- spp_area_gis/README.rst | 6 +- spp_area_gis/static/description/index.html | 4 +- spp_audit_config/README.rst | 2 +- .../static/description/index.html | 2 +- spp_audit_log/README.rst | 2 +- spp_audit_log/static/description/index.html | 2 +- spp_audit_post/README.rst | 2 +- spp_audit_post/static/description/index.html | 2 +- spp_auto_update_entitlements/README.rst | 11 +- .../static/description/index.html | 10 +- spp_base/README.rst | 2 +- spp_base/static/description/index.html | 2 +- spp_base_api/README.rst | 6 +- spp_base_api/static/description/index.html | 4 +- spp_base_demo/README.rst | 6 +- spp_base_demo/static/description/index.html | 4 +- spp_base_gis/README.rst | 6 +- spp_base_gis/static/description/index.html | 4 +- spp_base_gis_demo/README.rst | 6 +- .../static/description/index.html | 4 +- spp_base_gis_rest/README.rst | 6 +- .../static/description/index.html | 4 +- spp_base_setting/README.rst | 11 +- .../static/description/index.html | 10 +- spp_basic_cash_entitlement_spent/README.rst | 11 +- .../static/description/index.html | 10 +- spp_change_request/README.rst | 11 +- .../static/description/index.html | 10 +- .../README.rst | 11 +- .../static/description/index.html | 10 +- spp_change_request_add_farmer/README.rst | 11 +- .../static/description/index.html | 505 +++++++++------ .../README.rst | 36 +- .../static/description/index.html | 216 ++++--- spp_change_request_base/README.rst | 28 +- .../static/description/index.html | 24 +- spp_change_request_create_farm/README.rst | 69 +- .../static/description/index.html | 78 +-- spp_change_request_create_group/README.rst | 76 ++- .../static/description/index.html | 535 +++++++++++----- spp_change_request_edit_farm/README.rst | 53 +- .../static/description/index.html | 595 +++++++++++------- spp_change_request_edit_farmer/README.rst | 44 +- .../static/description/index.html | 85 +-- spp_consent/README.rst | 11 +- spp_consent/static/description/index.html | 10 +- spp_custom_field/README.rst | 6 +- .../static/description/index.html | 4 +- spp_custom_field_custom_filter/README.rst | 17 +- .../static/description/index.html | 6 +- spp_custom_field_recompute_daily/README.rst | 11 +- .../static/description/index.html | 10 +- spp_custom_fields_ui/README.rst | 11 +- .../static/description/index.html | 10 +- spp_custom_filter/README.rst | 6 +- .../static/description/index.html | 4 +- spp_custom_filter_farmer_registry/README.rst | 107 ++-- .../static/description/index.html | 84 ++- spp_custom_filter_ui/README.rst | 6 +- .../static/description/index.html | 4 +- spp_data_export/README.rst | 11 +- spp_data_export/static/description/index.html | 10 +- spp_dci_api_server/README.rst | 11 +- .../static/description/index.html | 10 +- spp_dms/README.rst | 2 +- spp_dms/static/description/index.html | 2 +- spp_eligibility_sql/README.rst | 11 +- .../static/description/index.html | 10 +- spp_eligibility_tags/README.rst | 11 +- .../static/description/index.html | 10 +- spp_encryption/README.rst | 6 +- spp_encryption/static/description/index.html | 4 +- spp_ent_trans/README.rst | 11 +- spp_ent_trans/static/description/index.html | 10 +- spp_entitlement_basket/README.rst | 11 +- .../static/description/index.html | 10 +- spp_entitlement_cash/README.rst | 11 +- .../static/description/index.html | 10 +- spp_entitlement_in_kind/README.rst | 11 +- .../static/description/index.html | 10 +- spp_event_data/README.rst | 10 +- spp_event_data/static/description/index.html | 8 +- spp_event_data_program_membership/README.rst | 25 +- .../static/description/index.html | 23 +- spp_event_demo/README.rst | 6 +- spp_event_demo/static/description/index.html | 4 +- spp_exclusion_filter/README.rst | 11 +- .../static/description/index.html | 10 +- spp_farmer_registry_base/README.rst | 6 +- .../static/description/index.html | 4 +- spp_farmer_registry_dashboard/README.rst | 6 +- .../static/description/index.html | 4 +- spp_farmer_registry_demo/README.rst | 6 +- .../static/description/index.html | 4 +- spp_idpass/README.rst | 6 +- spp_idpass/static/description/index.html | 4 +- spp_idqueue/README.rst | 6 +- spp_idqueue/static/description/index.html | 4 +- spp_import_dci_api/README.rst | 11 +- .../static/description/index.html | 10 +- spp_import_match/README.rst | 25 +- .../static/description/index.html | 23 +- spp_irrigation/README.rst | 6 +- spp_irrigation/static/description/index.html | 4 +- spp_land_record/README.rst | 6 +- spp_land_record/static/description/index.html | 4 +- spp_manual_eligibility/README.rst | 11 +- .../static/description/index.html | 10 +- spp_manual_entitlement/README.rst | 11 +- .../static/description/index.html | 10 +- spp_mis_demo/README.rst | 12 +- spp_mis_demo/static/description/index.html | 8 +- spp_oauth/README.rst | 11 +- spp_oauth/static/description/index.html | 10 +- spp_openid_vci/README.rst | 6 +- spp_openid_vci/static/description/index.html | 4 +- spp_openid_vci_group/README.rst | 6 +- .../static/description/index.html | 4 +- spp_openid_vci_individual/README.rst | 11 +- .../static/description/index.html | 9 +- spp_pmt/README.rst | 6 +- spp_pmt/static/description/index.html | 4 +- spp_pos/README.rst | 10 +- spp_pos/static/description/index.html | 6 +- spp_program_id/README.rst | 11 +- spp_program_id/static/description/index.html | 10 +- spp_programs/README.rst | 11 +- spp_programs/static/description/index.html | 10 +- spp_programs_compliance_criteria/README.rst | 12 +- .../static/description/index.html | 10 +- spp_programs_sp/README.rst | 11 +- spp_programs_sp/static/description/index.html | 10 +- spp_registrant_import/README.rst | 11 +- .../static/description/index.html | 10 +- spp_registrant_tag/README.rst | 11 +- .../static/description/index.html | 10 +- spp_registry_data_source/README.rst | 2 +- .../static/description/index.html | 2 +- spp_registry_group_hierarchy/README.rst | 2 +- .../static/description/index.html | 2 +- spp_scan_id_document/README.rst | 11 +- .../static/description/index.html | 10 +- spp_service_point_device/README.rst | 11 +- .../static/description/index.html | 10 +- spp_service_points/README.rst | 2 +- .../static/description/index.html | 2 +- spp_starter/README.rst | 6 +- spp_starter/static/description/index.html | 4 +- spp_user_roles/README.rst | 16 +- spp_user_roles/static/description/index.html | 4 +- 160 files changed, 1957 insertions(+), 1854 deletions(-) diff --git a/g2p_connect_demo/README.rst b/g2p_connect_demo/README.rst index 036aa6a24..863fe48b9 100644 --- a/g2p_connect_demo/README.rst +++ b/g2p_connect_demo/README.rst @@ -7,12 +7,12 @@ G2P Connect Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:49f4afebd1ba38b26843cd3d7fc6c9fa21fc150e1a522aadb6a5a5fff1deb073 + !! source digest: sha256:5c1f2c2bf479be02cb4441c3acc37ee556eda2fa6636ee42be29946d94192047 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -107,11 +107,6 @@ development purposes only**. The generated data, while designed to appear realistic, should not be used in a production environment or for any real-world social protection programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/g2p_connect_demo/static/description/index.html b/g2p_connect_demo/static/description/index.html index 650748f7b..ba108d3eb 100644 --- a/g2p_connect_demo/static/description/index.html +++ b/g2p_connect_demo/static/description/index.html @@ -367,9 +367,9 @@

G2P Connect Demo

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:49f4afebd1ba38b26843cd3d7fc6c9fa21fc150e1a522aadb6a5a5fff1deb073 +!! source digest: sha256:5c1f2c2bf479be02cb4441c3acc37ee556eda2fa6636ee42be29946d94192047 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Beta License: LGPL-3 OpenSPP/openspp-modules

Module: g2p_connect_demo

@@ -450,12 +450,6 @@

Disclaimer

development purposes only. The generated data, while designed to appear realistic, should not be used in a production environment or for any real-world social protection programs.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_api/README.rst b/spp_api/README.rst index c5b4e5e5e..bf8bad86a 100644 --- a/spp_api/README.rst +++ b/spp_api/README.rst @@ -7,12 +7,12 @@ OpenSPP API !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dfa95cc6a922e86764450c591a77702d027803533a37a8f2fb7afcd25e03a6d0 + !! source digest: sha256:90d3652d136cdbde04953639b23e78804996ec169997ed9c8b65021769b55404 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -122,11 +122,6 @@ platform. It provides a standardized framework for API development, streamlines integration with other modules, and enhances the security of OpenSPP data by leveraging OAuth 2.0 authentication. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_api/static/description/index.html b/spp_api/static/description/index.html index 7db2b7647..fb821a04c 100644 --- a/spp_api/static/description/index.html +++ b/spp_api/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP API

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:dfa95cc6a922e86764450c591a77702d027803533a37a8f2fb7afcd25e03a6d0 +!! source digest: sha256:90d3652d136cdbde04953639b23e78804996ec169997ed9c8b65021769b55404 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP API

@@ -466,12 +466,6 @@

Conclusion

platform. It provides a standardized framework for API development, streamlines integration with other modules, and enhances the security of OpenSPP data by leveraging OAuth 2.0 authentication.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_api_records/README.rst b/spp_api_records/README.rst index e4a25010b..816d5e347 100644 --- a/spp_api_records/README.rst +++ b/spp_api_records/README.rst @@ -7,12 +7,12 @@ OpenSPP API Records !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ad8d3c222622e97ebce97d029d96fa01b01a90bfd2831dcb87c99a3bed07850 + !! source digest: sha256:ba4c7ee3466ee32576190b9108e09a88ca2f01a9f1f8f372e1e162f3de72fa66 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -154,11 +154,6 @@ systems, facilitating data exchange, automating processes, and empowering external stakeholders to interact with OpenSPP in a standardized and controlled manner. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_api_records/static/description/index.html b/spp_api_records/static/description/index.html index abd5e046d..19d9c0227 100644 --- a/spp_api_records/static/description/index.html +++ b/spp_api_records/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP API Records

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7ad8d3c222622e97ebce97d029d96fa01b01a90bfd2831dcb87c99a3bed07850 +!! source digest: sha256:ba4c7ee3466ee32576190b9108e09a88ca2f01a9f1f8f372e1e162f3de72fa66 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP API Records

This document details the OpenSPP API Records module within the @@ -502,12 +502,6 @@

Conclusion

systems, facilitating data exchange, automating processes, and empowering external stakeholders to interact with OpenSPP in a standardized and controlled manner.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_area/README.rst b/spp_area/README.rst index aaae5ca5b..db3914e73 100644 --- a/spp_area/README.rst +++ b/spp_area/README.rst @@ -7,7 +7,7 @@ OpenSPP Area Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e6e98dfbc0dfec92d49f42a8d99cd1c4e2fd8edd889a3165a76df9d78c301196 + !! source digest: sha256:4053bb12066ca155d277118df36aea80c4ce3a4d41521eff5f8bd0d2649923aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -26,10 +26,7 @@ OpenSPP Area ============ This document describes the **OpenSPP Area** module, which extends the -OpenSPP framework by providing features to manage and organize -geographical areas within the system. It integrates with the core -registry modules to allow associating registrants and other data with -specific locations. +OpenSPP Area Base module. Purpose ------- diff --git a/spp_area/static/description/index.html b/spp_area/static/description/index.html index 70baee1df..2c7664fbb 100644 --- a/spp_area/static/description/index.html +++ b/spp_area/static/description/index.html @@ -367,16 +367,13 @@

OpenSPP Area Management

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e6e98dfbc0dfec92d49f42a8d99cd1c4e2fd8edd889a3165a76df9d78c301196 +!! source digest: sha256:4053bb12066ca155d277118df36aea80c4ce3a4d41521eff5f8bd0d2649923aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Area

This document describes the OpenSPP Area module, which extends the -OpenSPP framework by providing features to manage and organize -geographical areas within the system. It integrates with the core -registry modules to allow associating registrants and other data with -specific locations.

+OpenSPP Area Base module.

Purpose

The OpenSPP Area module is designed to:

diff --git a/spp_area_base/README.rst b/spp_area_base/README.rst index aaae5ca5b..c500ebe11 100644 --- a/spp_area_base/README.rst +++ b/spp_area_base/README.rst @@ -1,13 +1,13 @@ -======================= -OpenSPP Area Management -======================= +============================== +OpenSPP Area Management (Base) +============================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e6e98dfbc0dfec92d49f42a8d99cd1c4e2fd8edd889a3165a76df9d78c301196 + !! source digest: sha256:7431e973d9be073639d7cdb559ae3760f75b2b213992e67ee0af2afd0cef5f78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -17,24 +17,24 @@ OpenSPP Area Management :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules-lightgray.png?logo=github - :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_area + :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_area_base :alt: OpenSPP/openspp-modules |badge1| |badge2| |badge3| -OpenSPP Area -============ +OpenSPP Area (Base) +=================== -This document describes the **OpenSPP Area** module, which extends the -OpenSPP framework by providing features to manage and organize -geographical areas within the system. It integrates with the core -registry modules to allow associating registrants and other data with -specific locations. +This document describes the **OpenSPP Area (Base)** module, which +extends the OpenSPP framework by providing features to manage and +organize geographical areas within the system. It integrates with the +core registry modules to allow associating registrants and other data +with specific locations. Purpose ------- -The **OpenSPP Area** module is designed to: +The **OpenSPP Area (Base)** module is designed to: - **Define and Structure Geographical Areas**: Establish a hierarchical structure for representing administrative regions, from the highest @@ -50,27 +50,7 @@ The **OpenSPP Area** module is designed to: Dependencies and Integration ---------------------------- -1. **G2P Registry: Base - (**\ `g2p_registry_base `__\ **)**: The Area - module utilizes the **Districts (g2p.district)** feature from the - **G2P Registry: Base** module as a foundation. It extends this - concept to create a more comprehensive and flexible system for - managing area data. - -2. **G2P Registry: Individual - (**\ `g2p_registry_individual `__\ **)**: - Integrates with the Individual module by adding a dedicated "Area" - field to the individual registrant form. This field allows users to - assign a specific area to each individual, linking registrant data to - geographical locations. - -3. **G2P Registry: Group - (**\ `g2p_registry_group `__\ **)**: Similar to - the Individual module integration, this module incorporates an "Area" - field into the group registrant form, enabling the association of - groups with specific areas. - -4. **Queue Job (**\ `queue_job `__\ **)**: Leverages the +1. **Queue Job (**\ `queue_job `__\ **)**: Leverages the **Queue Job** module for background processing of large data imports, improving performance and user experience. This is particularly beneficial when importing extensive area hierarchies from external @@ -131,7 +111,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -160,6 +140,6 @@ Current maintainers: |maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-reichie020212| -This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. +This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_area_base/static/description/index.html b/spp_area_base/static/description/index.html index 6465181a1..b47c037c7 100644 --- a/spp_area_base/static/description/index.html +++ b/spp_area_base/static/description/index.html @@ -3,7 +3,7 @@ -OpenSPP Area Management +OpenSPP Area Management (Base) -
-

OpenSPP Area Management

+
+

OpenSPP Area Management (Base)

-

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

-
-

OpenSPP Area

-

This document describes the OpenSPP Area module, which extends the -OpenSPP framework by providing features to manage and organize -geographical areas within the system. It integrates with the core -registry modules to allow associating registrants and other data with -specific locations.

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

+
+

OpenSPP Area (Base)

+

This document describes the OpenSPP Area (Base) module, which +extends the OpenSPP framework by providing features to manage and +organize geographical areas within the system. It integrates with the +core registry modules to allow associating registrants and other data +with specific locations.

Purpose

-

The OpenSPP Area module is designed to:

+

The OpenSPP Area (Base) module is designed to:

  • Define and Structure Geographical Areas: Establish a hierarchical structure for representing administrative regions, from the highest @@ -382,23 +396,6 @@

    Purpose

    Dependencies and Integration

      -
    1. G2P Registry: Base -(g2p_registry_base): The Area -module utilizes the Districts (g2p.district) feature from the -G2P Registry: Base module as a foundation. It extends this -concept to create a more comprehensive and flexible system for -managing area data.
    2. -
    3. G2P Registry: Individual -(g2p_registry_individual): -Integrates with the Individual module by adding a dedicated “Area” -field to the individual registrant form. This field allows users to -assign a specific area to each individual, linking registrant data to -geographical locations.
    4. -
    5. G2P Registry: Group -(g2p_registry_group): Similar to -the Individual module integration, this module incorporates an “Area” -field into the group registrant form, enabling the association of -groups with specific areas.
    6. Queue Job (queue_job): Leverages the Queue Job module for background processing of large data imports, improving performance and user experience. This is particularly @@ -458,7 +455,7 @@

      Bug Tracker

      Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

      +feedback.

      Do not contact contributors directly about support or help with technical issues.

    @@ -473,7 +470,7 @@

    Authors

    Maintainers

    Current maintainers:

    jeremi gonzalesedwin1123 reichie020212

    -

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    +

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    You are welcome to contribute.

diff --git a/spp_area_gis/README.rst b/spp_area_gis/README.rst index bf94439e4..b45dc8bb0 100644 --- a/spp_area_gis/README.rst +++ b/spp_area_gis/README.rst @@ -7,12 +7,12 @@ OpenSPP Area GIS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:25e013b6f34f4b9aead498338932d573fab43b15451abb0ed957a2edd4702fd5 + !! source digest: sha256:62b52feb18db9c47fa22728a0e841094a9ba6d598ad0028b4ca7ed589f66a4ec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status - :alt: Production/Stable + :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_area_gis/static/description/index.html b/spp_area_gis/static/description/index.html index 20e34b20a..bb2222852 100644 --- a/spp_area_gis/static/description/index.html +++ b/spp_area_gis/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Area GIS

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:25e013b6f34f4b9aead498338932d573fab43b15451abb0ed957a2edd4702fd5 +!! source digest: sha256:62b52feb18db9c47fa22728a0e841094a9ba6d598ad0028b4ca7ed589f66a4ec !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

+

Beta License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Area GIS

The OpenSPP Area GIS module extends the functionality of the diff --git a/spp_audit_config/README.rst b/spp_audit_config/README.rst index dceabca4c..d86c47c67 100644 --- a/spp_audit_config/README.rst +++ b/spp_audit_config/README.rst @@ -7,7 +7,7 @@ OpenSPP Audit Config !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:43ee1c1f5a8e4dd58175c471a6bef062e732f474967ef2cf38dfaa105d7c5ed9 + !! source digest: sha256:54a6ba6c8d2fadf88cd125ab4f4b208d2749216bdccce6b847e65f79a3f03ad0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_audit_config/static/description/index.html b/spp_audit_config/static/description/index.html index c2fc1f068..96061dc5b 100644 --- a/spp_audit_config/static/description/index.html +++ b/spp_audit_config/static/description/index.html @@ -367,7 +367,7 @@

OpenSPP Audit Config

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:43ee1c1f5a8e4dd58175c471a6bef062e732f474967ef2cf38dfaa105d7c5ed9 +!! source digest: sha256:54a6ba6c8d2fadf88cd125ab4f4b208d2749216bdccce6b847e65f79a3f03ad0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

diff --git a/spp_audit_log/README.rst b/spp_audit_log/README.rst index 44b7dac53..adf0ca3af 100644 --- a/spp_audit_log/README.rst +++ b/spp_audit_log/README.rst @@ -7,7 +7,7 @@ SPP Audit Log !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:923313aa602c0d6e3ef6c7ec8494d03f15ee5b71080e2cbf82cc421fae2a60fe + !! source digest: sha256:1df71c89ccfbc396ddc3078e3c3125d1f90aea8cecfdde01ff5bf098fb15bf80 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_audit_log/static/description/index.html b/spp_audit_log/static/description/index.html index 4fe66aefe..0794ea607 100644 --- a/spp_audit_log/static/description/index.html +++ b/spp_audit_log/static/description/index.html @@ -367,7 +367,7 @@

SPP Audit Log

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:923313aa602c0d6e3ef6c7ec8494d03f15ee5b71080e2cbf82cc421fae2a60fe +!! source digest: sha256:1df71c89ccfbc396ddc3078e3c3125d1f90aea8cecfdde01ff5bf098fb15bf80 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

diff --git a/spp_audit_post/README.rst b/spp_audit_post/README.rst index fc641521f..7877891f9 100644 --- a/spp_audit_post/README.rst +++ b/spp_audit_post/README.rst @@ -7,7 +7,7 @@ G2P Registry: Audit Post !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e9a2f5af077faf1076b3d985c964ed9f4f67830140e9238bbb87cb6312cfb124 + !! source digest: sha256:c8532abda424cb691d5ba88b5c7bb19ddc3351d95aebc16f3087f977ba2c4229 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_audit_post/static/description/index.html b/spp_audit_post/static/description/index.html index 1e4770691..5276b75a0 100644 --- a/spp_audit_post/static/description/index.html +++ b/spp_audit_post/static/description/index.html @@ -367,7 +367,7 @@

G2P Registry: Audit Post

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e9a2f5af077faf1076b3d985c964ed9f4f67830140e9238bbb87cb6312cfb124 +!! source digest: sha256:c8532abda424cb691d5ba88b5c7bb19ddc3351d95aebc16f3087f977ba2c4229 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

diff --git a/spp_auto_update_entitlements/README.rst b/spp_auto_update_entitlements/README.rst index 9377bba6b..b6ac77af7 100644 --- a/spp_auto_update_entitlements/README.rst +++ b/spp_auto_update_entitlements/README.rst @@ -7,12 +7,12 @@ OpenSPP Auto-Update Entitlements !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:23376a0c786d3d993ddb6a601f2067dd66fa20ded7fd02701222500eb8c13ee4 + !! source digest: sha256:61f1b497fac36127f15625362a33e8ca2d8c78ec68971472a727ba558f7eb36c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -107,11 +107,6 @@ transitions based on actual benefit utilization, it provides program administrators with a more reliable view of program operations while reducing manual administrative tasks. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_auto_update_entitlements/static/description/index.html b/spp_auto_update_entitlements/static/description/index.html index 463fca602..1719afefb 100644 --- a/spp_auto_update_entitlements/static/description/index.html +++ b/spp_auto_update_entitlements/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Auto-Update Entitlements

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:23376a0c786d3d993ddb6a601f2067dd66fa20ded7fd02701222500eb8c13ee4 +!! source digest: sha256:61f1b497fac36127f15625362a33e8ca2d8c78ec68971472a727ba558f7eb36c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Auto-Update Entitlements

This document describes the OpenSPP Auto-Update Entitlements module @@ -454,12 +454,6 @@

Conclusion

transitions based on actual benefit utilization, it provides program administrators with a more reliable view of program operations while reducing manual administrative tasks.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_base/README.rst b/spp_base/README.rst index c2a962b15..473e0db0e 100644 --- a/spp_base/README.rst +++ b/spp_base/README.rst @@ -7,7 +7,7 @@ OpenSPP Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c2049894cff0584cdcafcbcb61715b6d80c6dc3a565f0999e177e35145e51f9e + !! source digest: sha256:c12b2230445f36691aee6fc585333744d1924b5d8ac6779963b72678c900a59a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_base/static/description/index.html b/spp_base/static/description/index.html index 8e955f2f4..65c4cc1aa 100644 --- a/spp_base/static/description/index.html +++ b/spp_base/static/description/index.html @@ -367,7 +367,7 @@

OpenSPP Base

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c2049894cff0584cdcafcbcb61715b6d80c6dc3a565f0999e177e35145e51f9e +!! source digest: sha256:c12b2230445f36691aee6fc585333744d1924b5d8ac6779963b72678c900a59a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

diff --git a/spp_base_api/README.rst b/spp_base_api/README.rst index f29e67067..a9d453fe0 100644 --- a/spp_base_api/README.rst +++ b/spp_base_api/README.rst @@ -7,12 +7,12 @@ OpenSPP Base API !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9463d41cba476afc5fd5aea0031455bf57cdfed14339aad5828fb14b6f15de32 + !! source digest: sha256:8b7da1ef013826b5804db9dc3a1beda7d455111771e3e5f11787683cffc560fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_base_api/static/description/index.html b/spp_base_api/static/description/index.html index 0b09c17d4..739602e4c 100644 --- a/spp_base_api/static/description/index.html +++ b/spp_base_api/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base API

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9463d41cba476afc5fd5aea0031455bf57cdfed14339aad5828fb14b6f15de32 +!! source digest: sha256:8b7da1ef013826b5804db9dc3a1beda7d455111771e3e5f11787683cffc560fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base API

diff --git a/spp_base_demo/README.rst b/spp_base_demo/README.rst index eef9c1bc0..03a334d49 100644 --- a/spp_base_demo/README.rst +++ b/spp_base_demo/README.rst @@ -7,12 +7,12 @@ OpenSPP Base Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8fad1c221cd46ddf8909226c36336e809b26beb4d6c145696801e74f7c529440 + !! source digest: sha256:9f547b9163be17f75f0bfbac612ca60c6fb0ffbcbd3b0b72c748fb94f167c4a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_base_demo/static/description/index.html b/spp_base_demo/static/description/index.html index 0aa2b0dd1..f74e26a40 100644 --- a/spp_base_demo/static/description/index.html +++ b/spp_base_demo/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base Demo

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8fad1c221cd46ddf8909226c36336e809b26beb4d6c145696801e74f7c529440 +!! source digest: sha256:9f547b9163be17f75f0bfbac612ca60c6fb0ffbcbd3b0b72c748fb94f167c4a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base Demo

This module provides demonstration data for the OpenSPP system. It diff --git a/spp_base_gis/README.rst b/spp_base_gis/README.rst index 9dd0719b1..d08f5ca9c 100644 --- a/spp_base_gis/README.rst +++ b/spp_base_gis/README.rst @@ -7,12 +7,12 @@ OpenSPP Base GIS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ee0931b2152cbe68b7d259f24c79edc0f7d28e40e422399d7cc16a8f1ff7cbd8 + !! source digest: sha256:c4aa5246d622d31e7e67d0b9d4fd0a713c21a2b45ce67a3d3a04d789bd9a0f7a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_base_gis/static/description/index.html b/spp_base_gis/static/description/index.html index bbf3dc304..081c26c01 100644 --- a/spp_base_gis/static/description/index.html +++ b/spp_base_gis/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base GIS

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ee0931b2152cbe68b7d259f24c79edc0f7d28e40e422399d7cc16a8f1ff7cbd8 +!! source digest: sha256:c4aa5246d622d31e7e67d0b9d4fd0a713c21a2b45ce67a3d3a04d789bd9a0f7a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base GIS

diff --git a/spp_base_gis_demo/README.rst b/spp_base_gis_demo/README.rst index 0acc01beb..cc32615dc 100644 --- a/spp_base_gis_demo/README.rst +++ b/spp_base_gis_demo/README.rst @@ -7,12 +7,12 @@ OpenSPP Base GIS Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:99ca4c78738e4d66e90f48642010669f0b6f970f537d5ac37070663288d6b1e1 + !! source digest: sha256:9446c6f4179618c52e1652eaf8715a16c81c8f3b31a5cd82d34de9efe991c697 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_base_gis_demo/static/description/index.html b/spp_base_gis_demo/static/description/index.html index 508593b4f..9bbaa4a0e 100644 --- a/spp_base_gis_demo/static/description/index.html +++ b/spp_base_gis_demo/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base GIS Demo

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:99ca4c78738e4d66e90f48642010669f0b6f970f537d5ac37070663288d6b1e1 +!! source digest: sha256:9446c6f4179618c52e1652eaf8715a16c81c8f3b31a5cd82d34de9efe991c697 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base Demo

This module serves as a demonstration of the GIS capabilities provided diff --git a/spp_base_gis_rest/README.rst b/spp_base_gis_rest/README.rst index 083761958..e9bf02b07 100644 --- a/spp_base_gis_rest/README.rst +++ b/spp_base_gis_rest/README.rst @@ -7,12 +7,12 @@ OpenSPP Base GIS REST !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c40ae6e702d255705c205a34488e5a28f48809f92f56a5366f689558b9cd6b17 + !! source digest: sha256:70921445998bb5acd70be8702c715a049980f24e1b4372d5d1d9e6e30aa93abe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_base_gis_rest/static/description/index.html b/spp_base_gis_rest/static/description/index.html index 39a38432d..310488849 100644 --- a/spp_base_gis_rest/static/description/index.html +++ b/spp_base_gis_rest/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base GIS REST

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c40ae6e702d255705c205a34488e5a28f48809f92f56a5366f689558b9cd6b17 +!! source digest: sha256:70921445998bb5acd70be8702c715a049980f24e1b4372d5d1d9e6e30aa93abe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base GIS REST

This module extends the spp_base_gis by providing diff --git a/spp_base_setting/README.rst b/spp_base_setting/README.rst index 0945f2961..0744c9d1b 100644 --- a/spp_base_setting/README.rst +++ b/spp_base_setting/README.rst @@ -7,12 +7,12 @@ OpenSPP Base Settings !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:91d193a10ed5ef090b9439b5800618904d3536dfe231fc54bd8a1bc79877cd5f + !! source digest: sha256:6b0a6bf71a26b7930ed00eea3412fa75a654d173fd89b737eb4b6ecf32b3d6e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -84,11 +84,6 @@ OpenSPP implementations. By building upon existing modules and adapting core functionalities, it streamlines the setup and management of OpenSPP deployments. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_base_setting/static/description/index.html b/spp_base_setting/static/description/index.html index dc5fdf786..c6cc9b61c 100644 --- a/spp_base_setting/static/description/index.html +++ b/spp_base_setting/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Base Settings

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:91d193a10ed5ef090b9439b5800618904d3536dfe231fc54bd8a1bc79877cd5f +!! source digest: sha256:6b0a6bf71a26b7930ed00eea3412fa75a654d173fd89b737eb4b6ecf32b3d6e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Base Settings

This document outlines the functionality and purpose of the OpenSPP @@ -430,12 +430,6 @@

Conclusion

OpenSPP implementations. By building upon existing modules and adapting core functionalities, it streamlines the setup and management of OpenSPP deployments.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_basic_cash_entitlement_spent/README.rst b/spp_basic_cash_entitlement_spent/README.rst index 9b0fa4814..2fbc90233 100644 --- a/spp_basic_cash_entitlement_spent/README.rst +++ b/spp_basic_cash_entitlement_spent/README.rst @@ -7,12 +7,12 @@ OpenSPP Program Entitlement Basic Cash Spent !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a02dc3cbe4b46f4dc1a2809bcc6dce14591c53bae08ae85a0443d36e72bbada7 + !! source digest: sha256:6e40f3b1eaaa4180a2d65dd81bd02ddc654eff0ed73b22a533a52aae9398e120 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -98,11 +98,6 @@ entitlement programs. By extending the core functionality of the `g2p_programs `__ module, it ensures seamless integration and enhances the overall management and monitoring of program benefits. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_basic_cash_entitlement_spent/static/description/index.html b/spp_basic_cash_entitlement_spent/static/description/index.html index c2b5bf52c..790125624 100644 --- a/spp_basic_cash_entitlement_spent/static/description/index.html +++ b/spp_basic_cash_entitlement_spent/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Program Entitlement Basic Cash Spent

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a02dc3cbe4b46f4dc1a2809bcc6dce14591c53bae08ae85a0443d36e72bbada7 +!! source digest: sha256:6e40f3b1eaaa4180a2d65dd81bd02ddc654eff0ed73b22a533a52aae9398e120 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Program Entitlement Basic Cash Spent

This document details the SPP Program Entitlement Basic Cash Spent @@ -445,12 +445,6 @@

Conclusion

entitlement programs. By extending the core functionality of the g2p_programs module, it ensures seamless integration and enhances the overall management and monitoring of program benefits.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_change_request/README.rst b/spp_change_request/README.rst index d86101b46..4f94ae5ca 100644 --- a/spp_change_request/README.rst +++ b/spp_change_request/README.rst @@ -7,12 +7,12 @@ OpenSPP Change Request !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1e316e13702e35173f9cda2f8c27dbe9ec3a17b54fb3ab7ba11acc2c7a93d561 + !! source digest: sha256:25c05e06babac55db4ff5f927e5c859e361d7a798dc11d01974d8f6d4b4856b3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -162,11 +162,6 @@ information. By integrating with various core modules, the integrity, transparency, and accountability throughout the change management process. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_change_request/static/description/index.html b/spp_change_request/static/description/index.html index a95f300f0..ce942dd6e 100644 --- a/spp_change_request/static/description/index.html +++ b/spp_change_request/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Change Request

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1e316e13702e35173f9cda2f8c27dbe9ec3a17b54fb3ab7ba11acc2c7a93d561 +!! source digest: sha256:25c05e06babac55db4ff5f927e5c859e361d7a798dc11d01974d8f6d4b4856b3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Change Request

@@ -505,12 +505,6 @@

Conclusion

spp_change_request module promotes data integrity, transparency, and accountability throughout the change management process.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_change_request_add_children_demo/README.rst b/spp_change_request_add_children_demo/README.rst index 29ac432b2..88f0d960b 100644 --- a/spp_change_request_add_children_demo/README.rst +++ b/spp_change_request_add_children_demo/README.rst @@ -7,12 +7,12 @@ OpenSPP Change Request Demo: Add Child/Member !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:49efe39733184ece377938a3f01a0b54b0bbf261a101754e5fdba87c68323465 + !! source digest: sha256:b542bb4172fb5133294b4fce1212ef477aed3b738f0f9e138cbec00031bf2a29 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -145,11 +145,6 @@ modules and showcasing features like ID scanning and automatic data updates, it provides a blueprint for developing similar modules for other common change request scenarios. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_change_request_add_children_demo/static/description/index.html b/spp_change_request_add_children_demo/static/description/index.html index dd547da24..2ae141e4d 100644 --- a/spp_change_request_add_children_demo/static/description/index.html +++ b/spp_change_request_add_children_demo/static/description/index.html @@ -367,9 +367,9 @@

OpenSPP Change Request Demo: Add Child/Member

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:49efe39733184ece377938a3f01a0b54b0bbf261a101754e5fdba87c68323465 +!! source digest: sha256:b542bb4172fb5133294b4fce1212ef477aed3b738f0f9e138cbec00031bf2a29 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Change Request Demo: Add Child/Member

@@ -490,12 +490,6 @@

Conclusion

modules and showcasing features like ID scanning and automatic data updates, it provides a blueprint for developing similar modules for other common change request scenarios.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_change_request_add_farmer/README.rst b/spp_change_request_add_farmer/README.rst index 5dba5d637..132690d57 100644 --- a/spp_change_request_add_farmer/README.rst +++ b/spp_change_request_add_farmer/README.rst @@ -7,12 +7,12 @@ OpenSPP Change Request: Add Farmer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:e19887baff6f3ef505729f8ae29a3589fb89a7bc73614532deb4eeba26b2a920 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -120,11 +120,6 @@ integrating with core change management and registry modules, it ensures data accuracy, consistency, and a streamlined user experience for managing farmer additions. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_change_request_add_farmer/static/description/index.html b/spp_change_request_add_farmer/static/description/index.html index 37a695e60..cf48849ab 100644 --- a/spp_change_request_add_farmer/static/description/index.html +++ b/spp_change_request_add_farmer/static/description/index.html @@ -5,203 +5,358 @@ OpenSPP Change Request: Add Farmer @@ -212,9 +367,9 @@

OpenSPP Change Request: Add Farmer

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 +!! source digest: sha256:e19887baff6f3ef505729f8ae29a3589fb89a7bc73614532deb4eeba26b2a920 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

OpenSPP Change Request: Add Farmer

@@ -280,27 +435,27 @@

Dependencies

Additional Functionality

  • Custom Change Request Model: Introduces the -spp.change.request.add.farmer model, inheriting from the base -spp.change.request model and adding fields specific to adding +spp.change.request.add.farmer model, inheriting from the base +spp.change.request model and adding fields specific to adding farmers, such as farmer-specific details and group membership information.
  • Tailored Forms: Provides specialized views for creating, -displaying, and validating Add Farmer change requests, including -a dedicated form (view_change_request_add_farmer_form) with +displaying, and validating Add Farmer change requests, including +a dedicated form (view_change_request_add_farmer_form) with relevant fields and a validation-focused form -(view_change_request_add_farmer_validation_form).
  • +(view_change_request_add_farmer_validation_form).
  • Automated Individual and Membership Creation: Upon validation and approval of the change request, the module automatically creates:
      -
    • A new individual registrant record (res.partner) for the +
    • A new individual registrant record (res.partner) for the farmer, populating it with the submitted data.
    • A corresponding group membership record -(g2p.group.membership), linking the newly created farmer to +(g2p.group.membership), linking the newly created farmer to the designated group.
  • Enhanced User Interface: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage -Add Farmer requests.
  • +Add Farmer requests.
@@ -311,12 +466,6 @@

Conclusion

integrating with core change management and registry modules, it ensures data accuracy, consistency, and a streamlined user experience for managing farmer additions.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

diff --git a/spp_change_request_add_group_to_group/README.rst b/spp_change_request_add_group_to_group/README.rst index 21bd85a2a..556ac5def 100644 --- a/spp_change_request_add_group_to_group/README.rst +++ b/spp_change_request_add_group_to_group/README.rst @@ -1,18 +1,18 @@ -================================== +============================================ OpenSPP Change Request: Add Group to a Group -================================== +============================================ .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:f52cdbba504876d5de8b62ddd0ff58377f9b5e81adb16f376d5ab718733fac61 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -23,12 +23,13 @@ OpenSPP Change Request: Add Group to a Group |badge1| |badge2| |badge3| OpenSPP Change Request: Add Group to a Group -================================== +============================================ Overview -------- -The `spp_change_request_add_group_to_group `__ +The +`spp_change_request_add_group_to_group `__ module extends the OpenSPP Change Request system to specifically handle requests for adding new farmers to existing groups within the registry. It leverages the framework provided by the @@ -88,14 +89,15 @@ Additional Functionality ------------------------ - **Custom Change Request Model**: Introduces the - ``spp.change.request.add.group.to.group`` model, inheriting from the base - ``spp.change.request`` model and adding fields specific to adding - farmers, such as farmer-specific details and group membership + ``spp.change.request.add.group.to.group`` model, inheriting from the + base ``spp.change.request`` model and adding fields specific to + adding farmers, such as farmer-specific details and group membership information. - **Tailored Forms**: Provides specialized views for creating, - displaying, and validating ``Add Group to a Group`` change requests, including - a dedicated form (``view_change_request_add_group_to_group_form``) with - relevant fields and a validation-focused form + displaying, and validating ``Add Group to a Group`` change requests, + including a dedicated form + (``view_change_request_add_group_to_group_form``) with relevant + fields and a validation-focused form (``view_change_request_add_group_to_group_validation_form``). - **Automated Individual and Membership Creation**: Upon validation and approval of the change request, the module automatically creates: @@ -113,18 +115,14 @@ Additional Functionality Conclusion ---------- -The `spp_change_request_add_group_to_group `__ +The +`spp_change_request_add_group_to_group `__ module provides a robust and specialized workflow for adding new farmers to existing groups within the OpenSPP registry. By seamlessly integrating with core change management and registry modules, it ensures data accuracy, consistency, and a streamlined user experience for managing farmer additions. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_change_request_add_group_to_group/static/description/index.html b/spp_change_request_add_group_to_group/static/description/index.html index de4ac8fe6..9e849052e 100644 --- a/spp_change_request_add_group_to_group/static/description/index.html +++ b/spp_change_request_add_group_to_group/static/description/index.html @@ -5,57 +5,19 @@ OpenSPP Change Request: Add Group to a Group -
+

OpenSPP Change Request: Add Group to a Group

-

Alpha License: LGPL-3 OpenSPP/openspp-modules

-
+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

+

OpenSPP Change Request: Add Group to a Group

Overview

-

The spp_change_request_add_group_to_group -module extends the OpenSPP Change Request system to handle requests for adding existing groups -as members of other groups within the registry. This functionality is particularly useful for -managing hierarchical group structures, such as adding a village group to a district group -or a cooperative to a federation. It leverages the framework provided by the +

The +spp_change_request_add_group_to_group +module extends the OpenSPP Change Request system to specifically handle +requests for adding new farmers to existing groups within the registry. +It leverages the framework provided by the spp_change_request module and integrates with -other registry modules to ensure proper group hierarchy management.

+other registry modules to streamline the process of adding farmers while +maintaining data integrity and consistency.

Purpose

  • Specialized Change Request Type: Introduce a dedicated change -request type for adding groups to other groups, enabling proper validation -and approval workflows.
  • -
  • Hierarchical Group Management: Facilitate the creation and management -of complex group hierarchies while maintaining data integrity and proper -relationships between groups.
  • -
  • Streamlined Process: Provide a structured workflow for adding -member groups, including validation checks and necessary approvals.
  • -
  • Enhanced Validation: Implement specific validation rules to prevent -circular dependencies and ensure proper group hierarchy structures.
  • +request type for adding farmers, distinct from other types of +registrant modifications. +
  • Streamlined Data Collection: Provide a tailored form for +capturing essential information about the new farmer, including +personal details, farmer-specific attributes, and desired group +membership details.
  • +
  • Group Membership Management: Integrate with the +g2p_registry_membership module to +seamlessly add the new farmer to the specified group upon approval.
  • +
  • Enhanced Validation: Implement specific validation rules relevant +to adding farmers, ensuring the accuracy and completeness of the +submitted information.
@@ -400,35 +436,39 @@

Dependencies

Additional Functionality

  • Custom Change Request Model: Introduces the -spp.change.request.add.group.to.group model, inheriting from the base -spp.change.request model and adding fields specific to group -hierarchy management.
  • +spp.change.request.add.group.to.group model, inheriting from the +base spp.change.request model and adding fields specific to +adding farmers, such as farmer-specific details and group membership +information.
  • Tailored Forms: Provides specialized views for creating, -displaying, and validating group membership requests, including -proper selection of parent and member groups.
  • -
  • Automated Group Membership Creation: Upon validation and -approval of the change request, the module automatically:
      -
    • Validates the group hierarchy to prevent circular dependencies
    • -
    • Creates the appropriate group membership records
    • -
    • Updates related group statistics and metadata
    • +displaying, and validating Add Group to a Group change requests, +including a dedicated form +(view_change_request_add_group_to_group_form) with relevant +fields and a validation-focused form +(view_change_request_add_group_to_group_validation_form). +
    • Automated Individual and Membership Creation: Upon validation and +approval of the change request, the module automatically creates:
        +
      • A new individual registrant record (res.partner) for the +farmer, populating it with the submitted data.
      • +
      • A corresponding group membership record +(g2p.group.membership), linking the newly created farmer to +the designated group.
    • -
    • Enhanced User Interface: Adds specific menu items and actions for -managing group hierarchy change requests efficiently.
    • +
    • Enhanced User Interface: Adds specific menu items and actions to +the OpenSPP interface, allowing users to efficiently manage +Add Group to a Group requests.

Conclusion

-

The spp_change_request_add_group_to_group -module provides a robust and specialized workflow for managing group hierarchies within the -OpenSPP registry. It ensures proper validation and maintenance of group relationships while -providing a user-friendly interface for administrators to manage complex group structures.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
+

The +spp_change_request_add_group_to_group +module provides a robust and specialized workflow for adding new farmers +to existing groups within the OpenSPP registry. By seamlessly +integrating with core change management and registry modules, it ensures +data accuracy, consistency, and a streamlined user experience for +managing farmer additions.

Table of contents

diff --git a/spp_change_request_base/README.rst b/spp_change_request_base/README.rst index ec8d6159a..72ceb7d3c 100644 --- a/spp_change_request_base/README.rst +++ b/spp_change_request_base/README.rst @@ -1,23 +1,23 @@ -================================== -OpenSPP Change Request Base Module -================================== +=========================== +OpenSPP Change Request Base +=========================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1e316e13702e35173f9cda2f8c27dbe9ec3a17b54fb3ab7ba11acc2c7a93d561 + !! source digest: sha256:0d49a03efca925b8058e90f91eabd55b41ddd113301d943313025a5480743e31 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules-lightgray.png?logo=github - :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request + :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request_base :alt: OpenSPP/openspp-modules |badge1| |badge2| |badge3| @@ -162,11 +162,6 @@ information. By integrating with various core modules, the integrity, transparency, and accountability throughout the change management process. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: @@ -178,7 +173,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -199,14 +194,11 @@ Maintainers .. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px :target: https://github.com/gonzalesedwin1123 :alt: gonzalesedwin1123 -.. |maintainer-reichie020212| image:: https://github.com/reichie020212.png?size=40px - :target: https://github.com/reichie020212 - :alt: reichie020212 Current maintainers: -|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-reichie020212| +|maintainer-jeremi| |maintainer-gonzalesedwin1123| -This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. +This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_change_request_base/static/description/index.html b/spp_change_request_base/static/description/index.html index a95f300f0..453ee019a 100644 --- a/spp_change_request_base/static/description/index.html +++ b/spp_change_request_base/static/description/index.html @@ -3,7 +3,7 @@ -OpenSPP Change Request +OpenSPP Change Request Base -
-

OpenSPP Change Request

+
+

OpenSPP Change Request Base

-

Alpha License: LGPL-3 OpenSPP/openspp-modules

-
+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

+

OpenSPP Change Request

Overview

@@ -505,12 +505,6 @@

Conclusion

spp_change_request module promotes data integrity, transparency, and accountability throughout the change management process.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

@@ -519,7 +513,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -533,8 +527,8 @@

Authors

Maintainers

Current maintainers:

-

jeremi gonzalesedwin1123 reichie020212

-

This module is part of the OpenSPP/openspp-modules project on GitHub.

+

jeremi gonzalesedwin1123

+

This module is part of the OpenSPP/openspp-modules project on GitHub.

You are welcome to contribute.

diff --git a/spp_change_request_create_farm/README.rst b/spp_change_request_create_farm/README.rst index 5dba5d637..1c7f23770 100644 --- a/spp_change_request_create_farm/README.rst +++ b/spp_change_request_create_farm/README.rst @@ -1,40 +1,40 @@ -================================== -OpenSPP Change Request: Add Farmer -================================== +=================================== +OpenSPP Change Request: Create Farm +=================================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:b679bc57f61eaf21013482aa18d8780b79b61a9c391c7ae13c454f144d9fd300 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules-lightgray.png?logo=github - :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request_add_farmer + :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request_create_farm :alt: OpenSPP/openspp-modules |badge1| |badge2| |badge3| -OpenSPP Change Request: Add Farmer -================================== +OpenSPP Change Request: Create Group +==================================== Overview -------- -The `spp_change_request_add_farmer `__ +The `spp_change_request_create_farm `__ module extends the OpenSPP Change Request system to specifically handle -requests for adding new farmers to existing groups within the registry. -It leverages the framework provided by the -`spp_change_request `__ module and integrates with -other registry modules to streamline the process of adding farmers while -maintaining data integrity and consistency. +requests for adding new Farm within the registry. It leverages the +framework provided by the `spp_change_request `__ +module and integrates with other registry modules to streamline the +process of adding farmers while maintaining data integrity and +consistency. Purpose ------- @@ -65,9 +65,6 @@ The module relies heavily on the following modules: request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (`spp_dms `__). -- `spp_farmer_registry_base `__: Leverages - the farmer-specific data models and attributes to capture and store - information about the new farmer. - `g2p_registry_membership `__: Integrates with the membership management system to create the appropriate group membership record for the new farmer upon change request approval. @@ -88,42 +85,36 @@ Additional Functionality ------------------------ - **Custom Change Request Model**: Introduces the - ``spp.change.request.add.farmer`` model, inheriting from the base + ``spp.change.request.create.farm`` model, inheriting from the base ``spp.change.request`` model and adding fields specific to adding farmers, such as farmer-specific details and group membership information. - **Tailored Forms**: Provides specialized views for creating, - displaying, and validating ``Add Farmer`` change requests, including - a dedicated form (``view_change_request_add_farmer_form``) with + displaying, and validating ``Create Farm`` change requests, including + a dedicated form (``view_change_request_create_farm_form``) with relevant fields and a validation-focused form - (``view_change_request_add_farmer_validation_form``). + (``view_change_request_create_farm_validation_form``). - **Automated Individual and Membership Creation**: Upon validation and approval of the change request, the module automatically creates: - A new individual registrant record (``res.partner``) for the - farmer, populating it with the submitted data. + Individual, populating it with the submitted data. - A corresponding group membership record - (``g2p.group.membership``), linking the newly created farmer to - the designated group. + (``g2p.group.membership``), linking the newly created Individual + to the designated group. - **Enhanced User Interface**: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage - ``Add Farmer`` requests. + ``Create Group`` requests. Conclusion ---------- -The `spp_change_request_add_farmer `__ -module provides a robust and specialized workflow for adding new farmers -to existing groups within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farmer additions. - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ +The `spp_change_request_create_farm `__ +module provides a robust and specialized workflow for adding new Farm +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing farmer additions. **Table of contents** @@ -136,7 +127,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -162,6 +153,6 @@ Current maintainers: |maintainer-jeremi| |maintainer-gonzalesedwin1123| -This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. +This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_change_request_create_farm/static/description/index.html b/spp_change_request_create_farm/static/description/index.html index 2e0a90731..9d0e0feb3 100644 --- a/spp_change_request_create_farm/static/description/index.html +++ b/spp_change_request_create_farm/static/description/index.html @@ -357,10 +357,6 @@ ul.auto-toc { list-style-type: none } -span { - font-family: monospace; -} - @@ -371,36 +367,36 @@

OpenSPP Change Request: Create Farm

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 +!! source digest: sha256:b679bc57f61eaf21013482aa18d8780b79b61a9c391c7ae13c454f144d9fd300 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OpenSPP/openspp-modules

-
-

OpenSPP Change Request: Create Farm

+

Production/Stable License: LGPL-3 OpenSPP/openspp-modules

+
+

OpenSPP Change Request: Create Group

Overview

The spp_change_request_create_farm module extends the OpenSPP Change Request system to specifically handle -requests for creating new farms to existing groups within the registry. -It leverages the framework provided by the -spp_change_request module and integrates with -other registry modules to streamline the process of creating farms while -maintaining data integrity and consistency.

+requests for adding new Farm within the registry. It leverages the +framework provided by the spp_change_request +module and integrates with other registry modules to streamline the +process of adding farmers while maintaining data integrity and +consistency.

Purpose

  • Specialized Change Request Type: Introduce a dedicated change -request type for creating farms, distinct from other types of +request type for adding farmers, distinct from other types of registrant modifications.
  • Streamlined Data Collection: Provide a tailored form for -capturing essential information about the new farm, including -farm details, farm-specific attributes, and desired group +capturing essential information about the new farmer, including +personal details, farmer-specific attributes, and desired group membership details.
  • Group Membership Management: Integrate with the g2p_registry_membership module to -seamlessly add the new farm to the specified group upon approval.
  • +seamlessly add the new farmer to the specified group upon approval.
  • Enhanced Validation: Implement specific validation rules relevant -to creating farms, ensuring the accuracy and completeness of the +to adding farmers, ensuring the accuracy and completeness of the submitted information.
@@ -415,18 +411,15 @@

Dependencies

request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (spp_dms). -
  • spp_farmer_registry_base: Leverages -the farmer-specific data models and attributes to capture and store -information about the new farm.
  • g2p_registry_membership: Integrates with the membership management system to create the appropriate group -membership record for the new farm upon change request approval.
  • +membership record for the new farmer upon change request approval.
  • phone_validation: Utilizes the phone -validation module to ensure phone number entries for the new farm +validation module to ensure phone number entries for the new farmer adhere to correct formatting.
  • g2p_registry_group: Accesses group information and functionality to display details about the target -group for the new farm.
  • +group for the new farmer.
  • g2p_registry_individual: Leverages individual registrant management features, inheriting from the individual registrant model.
  • @@ -439,43 +432,36 @@

    Dependencies

    Additional Functionality

    • Custom Change Request Model: Introduces the -spp.change.request.create.farm model, inheriting from the base -spp.change.request model and adding fields specific to creating -farms, such as farm-specific details and group membership +spp.change.request.create.farm model, inheriting from the base +spp.change.request model and adding fields specific to adding +farmers, such as farmer-specific details and group membership information.
    • Tailored Forms: Provides specialized views for creating, -displaying, and validating Create Farm change requests, including -a dedicated form (view_change_request_create_farm_form) with +displaying, and validating Create Farm change requests, including +a dedicated form (view_change_request_create_farm_form) with relevant fields and a validation-focused form -(view_change_request_create_farm_validation_form).
    • +(view_change_request_create_farm_validation_form).
    • Automated Individual and Membership Creation: Upon validation and approval of the change request, the module automatically creates:
        -
      • A new individual registrant record (res.partner) for the -farm, populating it with the submitted data.
      • +
      • A new individual registrant record (res.partner) for the +Individual, populating it with the submitted data.
      • A corresponding group membership record -(g2p.group.membership), linking the newly created farm to -the designated group.
      • +(g2p.group.membership), linking the newly created Individual +to the designated group.
    • Enhanced User Interface: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage -Create Farm requests.
    • +Create Group requests.

    Conclusion

    The spp_change_request_create_farm -module provides a robust and specialized workflow for creating new farms -within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farm creation.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -
    +module provides a robust and specialized workflow for adding new Farm +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing farmer additions.

    Table of contents

    diff --git a/spp_change_request_create_group/README.rst b/spp_change_request_create_group/README.rst index 5dba5d637..9f59c5f37 100644 --- a/spp_change_request_create_group/README.rst +++ b/spp_change_request_create_group/README.rst @@ -1,46 +1,47 @@ -================================== -OpenSPP Change Request: Add Farmer -================================== +==================================== +OpenSPP Change Request: Create Group +==================================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:8ae207b291ad9bdb2d6c86272a23417f3de08db66d9aab59c904d9d0991962af !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules-lightgray.png?logo=github - :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request_add_farmer + :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_change_request_create_group :alt: OpenSPP/openspp-modules |badge1| |badge2| |badge3| -OpenSPP Change Request: Add Farmer -================================== +OpenSPP Change Request: Create Group +==================================== Overview -------- -The `spp_change_request_add_farmer `__ +The +`spp_change_request_create_group `__ module extends the OpenSPP Change Request system to specifically handle -requests for adding new farmers to existing groups within the registry. -It leverages the framework provided by the -`spp_change_request `__ module and integrates with -other registry modules to streamline the process of adding farmers while -maintaining data integrity and consistency. +requests for adding new group within the registry. It leverages the +framework provided by the `spp_change_request `__ +module and integrates with other registry modules to streamline the +process of adding group while maintaining data integrity and +consistency. Purpose ------- - **Specialized Change Request Type**: Introduce a dedicated change - request type for adding farmers, distinct from other types of + request type for adding groups, distinct from other types of registrant modifications. - **Streamlined Data Collection**: Provide a tailored form for capturing essential information about the new farmer, including @@ -65,9 +66,6 @@ The module relies heavily on the following modules: request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (`spp_dms `__). -- `spp_farmer_registry_base `__: Leverages - the farmer-specific data models and attributes to capture and store - information about the new farmer. - `g2p_registry_membership `__: Integrates with the membership management system to create the appropriate group membership record for the new farmer upon change request approval. @@ -88,42 +86,38 @@ Additional Functionality ------------------------ - **Custom Change Request Model**: Introduces the - ``spp.change.request.add.farmer`` model, inheriting from the base + ``spp.change.request.create.group`` model, inheriting from the base ``spp.change.request`` model and adding fields specific to adding farmers, such as farmer-specific details and group membership information. - **Tailored Forms**: Provides specialized views for creating, - displaying, and validating ``Add Farmer`` change requests, including - a dedicated form (``view_change_request_add_farmer_form``) with - relevant fields and a validation-focused form - (``view_change_request_add_farmer_validation_form``). + displaying, and validating ``Create Group`` change requests, + including a dedicated form + (``view_change_request_create_group_form``) with relevant fields and + a validation-focused form + (``view_change_request_create_group_validation_form``). - **Automated Individual and Membership Creation**: Upon validation and approval of the change request, the module automatically creates: - A new individual registrant record (``res.partner``) for the - farmer, populating it with the submitted data. + Individual, populating it with the submitted data. - A corresponding group membership record - (``g2p.group.membership``), linking the newly created farmer to - the designated group. + (``g2p.group.membership``), linking the newly created Individual + to the designated group. - **Enhanced User Interface**: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage - ``Add Farmer`` requests. + ``Create Group`` requests. Conclusion ---------- -The `spp_change_request_add_farmer `__ -module provides a robust and specialized workflow for adding new farmers -to existing groups within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farmer additions. - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ +The +`spp_change_request_create_group `__ +module provides a robust and specialized workflow for adding new group +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing group additions. **Table of contents** @@ -136,7 +130,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -162,6 +156,6 @@ Current maintainers: |maintainer-jeremi| |maintainer-gonzalesedwin1123| -This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. +This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_change_request_create_group/static/description/index.html b/spp_change_request_create_group/static/description/index.html index 7e831679d..93fa8c93e 100644 --- a/spp_change_request_create_group/static/description/index.html +++ b/spp_change_request_create_group/static/description/index.html @@ -5,219 +5,358 @@ OpenSPP Change Request: Create Group @@ -228,45 +367,107 @@

    OpenSPP Change Request: Create Group

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 +!! source digest: sha256:8ae207b291ad9bdb2d6c86272a23417f3de08db66d9aab59c904d9d0991962af !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    - +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Change Request: Create Group

    -

    Overview

    -

    This module provides functionality for creating new groups through a change request system in OpenSPP. It offers a structured workflow for submitting, reviewing, and approving group creation requests while maintaining data integrity.

    +

    The +spp_change_request_create_group +module extends the OpenSPP Change Request system to specifically handle +requests for adding new group within the registry. It leverages the +framework provided by the spp_change_request +module and integrates with other registry modules to streamline the +process of adding group while maintaining data integrity and +consistency.

    - -
    -

    Key Features

    +
    +

    Purpose

      -
    • Dedicated Group Creation Form: A specialized interface for submitting new group requests
    • -
    • Validation Workflow: Built-in validation checks to ensure data completeness and accuracy
    • -
    • Automated Processing: Automatic group creation upon request approval
    • -
    • Integration: Seamless connection with OpenSPP's registry and group management systems
    • +
    • Specialized Change Request Type: Introduce a dedicated change +request type for adding groups, distinct from other types of +registrant modifications.
    • +
    • Streamlined Data Collection: Provide a tailored form for +capturing essential information about the new farmer, including +personal details, farmer-specific attributes, and desired group +membership details.
    • +
    • Group Membership Management: Integrate with the +g2p_registry_membership module to +seamlessly add the new farmer to the specified group upon approval.
    • +
    • Enhanced Validation: Implement specific validation rules relevant +to adding farmers, ensuring the accuracy and completeness of the +submitted information.
    - +
    +

    Module Integration

    +

    Dependencies

    +

    The module relies heavily on the following modules:

      -
    • spp_change_request
    • -
    • g2p_registry_membership
    • -
    • g2p_registry_group
    • +
    • spp_change_request: Inherits the core change +request functionality, including the request workflow, validation +processes, approval mechanisms, and integration with the Document +Management System (spp_dms).
    • +
    • g2p_registry_membership: Integrates +with the membership management system to create the appropriate group +membership record for the new farmer upon change request approval.
    • +
    • phone_validation: Utilizes the phone +validation module to ensure phone number entries for the new farmer +adhere to correct formatting.
    • +
    • g2p_registry_group: Accesses group +information and functionality to display details about the target +group for the new farmer.
    • +
    • g2p_registry_individual: Leverages +individual registrant management features, inheriting from the +individual registrant model.
    • +
    • spp_service_points: Integrates with service +points, allowing change requests to be initiated and managed through +designated service points.
    - -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production.

    +
    +

    Additional Functionality

    +
      +
    • Custom Change Request Model: Introduces the +spp.change.request.create.group model, inheriting from the base +spp.change.request model and adding fields specific to adding +farmers, such as farmer-specific details and group membership +information.
    • +
    • Tailored Forms: Provides specialized views for creating, +displaying, and validating Create Group change requests, +including a dedicated form +(view_change_request_create_group_form) with relevant fields and +a validation-focused form +(view_change_request_create_group_validation_form).
    • +
    • Automated Individual and Membership Creation: Upon validation and +approval of the change request, the module automatically creates:
        +
      • A new individual registrant record (res.partner) for the +Individual, populating it with the submitted data.
      • +
      • A corresponding group membership record +(g2p.group.membership), linking the newly created Individual +to the designated group.
      • +
      +
    • +
    • Enhanced User Interface: Adds specific menu items and actions to +the OpenSPP interface, allowing users to efficiently manage +Create Group requests.
    • +
    +
    +
    +

    Conclusion

    +

    The +spp_change_request_create_group +module provides a robust and specialized workflow for adding new group +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing group additions.

    +

    Table of contents

    -
    -

    Bug Tracker

    Bugs are tracked on GitHub Issues. diff --git a/spp_change_request_edit_farm/README.rst b/spp_change_request_edit_farm/README.rst index 39e33d885..475b3860e 100644 --- a/spp_change_request_edit_farm/README.rst +++ b/spp_change_request_edit_farm/README.rst @@ -2,17 +2,17 @@ OpenSPP Change Request: Edit Farm ================================= -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:b36ee4a6b64b05eddbf8c36299d6b37b4ef3ac64bf0617f4f380b0725a7c4136 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -23,18 +23,18 @@ OpenSPP Change Request: Edit Farm |badge1| |badge2| |badge3| OpenSPP Change Request: Edit Farm -================================== +================================= Overview -------- The `spp_change_request_edit_farm `__ module extends the OpenSPP Change Request system to specifically handle -requests for adding new farmers to existing groups within the registry. -It leverages the framework provided by the -`spp_change_request `__ module and integrates with -other registry modules to streamline the process of adding farmers while -maintaining data integrity and consistency. +requests for adding new Farm within the registry. It leverages the +framework provided by the `spp_change_request `__ +module and integrates with other registry modules to streamline the +process of adding farmers while maintaining data integrity and +consistency. Purpose ------- @@ -65,9 +65,6 @@ The module relies heavily on the following modules: request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (`spp_dms `__). -- `spp_farmer_registry_base `__: Leverages - the farmer-specific data models and attributes to capture and store - information about the new farmer. - `g2p_registry_membership `__: Integrates with the membership management system to create the appropriate group membership record for the new farmer upon change request approval. @@ -88,23 +85,23 @@ Additional Functionality ------------------------ - **Custom Change Request Model**: Introduces the - ``spp.change.request.add.farmer`` model, inheriting from the base + ``spp.change.request.edit.farm`` model, inheriting from the base ``spp.change.request`` model and adding fields specific to adding farmers, such as farmer-specific details and group membership information. - **Tailored Forms**: Provides specialized views for creating, - displaying, and validating ``Edit Farm`` change requests, including - a dedicated form (``view_change_request_edit_farm_form``) with - relevant fields and a validation-focused form + displaying, and validating ``Edit Farm`` change requests, including a + dedicated form (``view_change_request_edit_farm_form``) with relevant + fields and a validation-focused form (``view_change_request_edit_farm_validation_form``). - **Automated Individual and Membership Creation**: Upon validation and approval of the change request, the module automatically creates: - A new individual registrant record (``res.partner``) for the - farmer, populating it with the submitted data. + Individual, populating it with the submitted data. - A corresponding group membership record - (``g2p.group.membership``), linking the newly created farmer to - the designated group. + (``g2p.group.membership``), linking the newly created Individual + to the designated group. - **Enhanced User Interface**: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage @@ -114,16 +111,10 @@ Conclusion ---------- The `spp_change_request_edit_farm `__ -module provides a robust and specialized workflow for adding new farmers -to existing groups within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farmer additions. - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ +module provides a robust and specialized workflow for adding new Farm +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing farmer additions. **Table of contents** @@ -163,7 +154,7 @@ Maintainers Current maintainers: -|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921| +|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921| This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. diff --git a/spp_change_request_edit_farm/static/description/index.html b/spp_change_request_edit_farm/static/description/index.html index 0de29deb7..eba15adbc 100644 --- a/spp_change_request_edit_farm/static/description/index.html +++ b/spp_change_request_edit_farm/static/description/index.html @@ -5,222 +5,358 @@ OpenSPP Change Request: Edit Farm @@ -231,107 +367,110 @@

    OpenSPP Change Request: Edit Farm

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 +!! source digest: sha256:b36ee4a6b64b05eddbf8c36299d6b37b4ef3ac64bf0617f4f380b0725a7c4136 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Change Request: Edit Farm

    Overview

    The spp_change_request_edit_farm -module extends the OpenSPP Change Request system to handle modifications to existing farm records -within the registry. It provides a structured workflow for updating farm information while -maintaining data integrity and proper approval processes.

    +module extends the OpenSPP Change Request system to specifically handle +requests for adding new Farm within the registry. It leverages the +framework provided by the spp_change_request +module and integrates with other registry modules to streamline the +process of adding farmers while maintaining data integrity and +consistency.

    Purpose

      -
    • Specialized Change Request Type: Provides a dedicated change request type -for modifying farm details, including size, location, crops, and other farm-specific attributes.
    • -
    • Structured Data Updates: Offers a comprehensive form for updating farm -information, ensuring all modifications are properly tracked and validated.
    • -
    • Change History Tracking: Maintains a detailed record of all modifications -made to farm records, including who made the changes and when.
    • -
    • Validation Workflow: Implements specific validation rules to ensure -accuracy and consistency of farm data modifications.
    • +
    • Specialized Change Request Type: Introduce a dedicated change +request type for adding farmers, distinct from other types of +registrant modifications.
    • +
    • Streamlined Data Collection: Provide a tailored form for +capturing essential information about the new farmer, including +personal details, farmer-specific attributes, and desired group +membership details.
    • +
    • Group Membership Management: Integrate with the +g2p_registry_membership module to +seamlessly add the new farmer to the specified group upon approval.
    • +
    • Enhanced Validation: Implement specific validation rules relevant +to adding farmers, ensuring the accuracy and completeness of the +submitted information.
    -
    -

    Key Features

    -
      -
    • Farm Data Management: Update various aspects of farm records including: -
        -
      • Farm size and boundaries
      • -
      • Cultivation details and crop information
      • -
      • Farm ownership and management details
      • -
      • Agricultural practices and certifications
      • -
      -
    • -
    • Change Validation: Multi-level verification process to ensure accuracy of updates
    • -
    • Document Attachment: Support for attaching relevant documentation to justify changes
    • -
    • Approval Workflow: Structured approval process for farm modifications
    • -
    +
    +

    Module Integration

    Dependencies

    -

    The module relies on the following core modules:

    +

    The module relies heavily on the following modules:

      -
    • spp_change_request: Core change request functionality
    • -
    • spp_farmer_registry_base: Base farm and farmer data models
    • -
    • g2p_registry_membership: Membership management
    • -
    • spp_service_points: Service point integration
    • +
    • spp_change_request: Inherits the core change +request functionality, including the request workflow, validation +processes, approval mechanisms, and integration with the Document +Management System (spp_dms).
    • +
    • g2p_registry_membership: Integrates +with the membership management system to create the appropriate group +membership record for the new farmer upon change request approval.
    • +
    • phone_validation: Utilizes the phone +validation module to ensure phone number entries for the new farmer +adhere to correct formatting.
    • +
    • g2p_registry_group: Accesses group +information and functionality to display details about the target +group for the new farmer.
    • +
    • g2p_registry_individual: Leverages +individual registrant management features, inheriting from the +individual registrant model.
    • +
    • spp_service_points: Integrates with service +points, allowing change requests to be initiated and managed through +designated service points.

    Additional Functionality

    • Custom Change Request Model: Introduces the -spp.change.request.add.farmer model, inheriting from the base -spp.change.request model and adding fields specific to adding +spp.change.request.edit.farm model, inheriting from the base +spp.change.request model and adding fields specific to adding farmers, such as farmer-specific details and group membership information.
    • Tailored Forms: Provides specialized views for creating, -displaying, and validating Edit Farm change requests, including -a dedicated form (view_change_request_edit_farm_form) with -relevant fields and a validation-focused form -(view_change_request_edit_farm_validation_form).
    • -
    • Automated Farm Record Updates: Upon validation and -approval of the change request, the module automatically:
        -
      • Updates the existing farm record (res.partner) with -the modified data.
      • -
      • Updates related records and relationships -(g2p.group.membership, assets, activities) to -reflect the changes.
      • +displaying, and validating Edit Farm change requests, including a +dedicated form (view_change_request_edit_farm_form) with relevant +fields and a validation-focused form +(view_change_request_edit_farm_validation_form). +
      • Automated Individual and Membership Creation: Upon validation and +approval of the change request, the module automatically creates:
          +
        • A new individual registrant record (res.partner) for the +Individual, populating it with the submitted data.
        • +
        • A corresponding group membership record +(g2p.group.membership), linking the newly created Individual +to the designated group.
      • Enhanced User Interface: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage -Edit Farm requests.
      • +Edit Farm requests.

    Conclusion

    The spp_change_request_edit_farm -module provides a robust and specialized workflow for managing farm record modifications -within the OpenSPP registry. By seamlessly integrating with core change management and -registry modules, it ensures data accuracy, consistency, and a streamlined user experience -for updating farm information.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -
    +module provides a robust and specialized workflow for adding new Farm +within the OpenSPP registry. By seamlessly integrating with core change +management and registry modules, it ensures data accuracy, consistency, +and a streamlined user experience for managing farmer additions.

    Table of contents

    Bug Tracker

    Bugs are tracked on GitHub Issues. -If you encounter an issue, please check if it has already been reported. -To report a new bug, please provide detailed steps to reproduce, current behavior, -and expected behavior in your -issue report.

    +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -345,7 +484,7 @@

    Authors

    Maintainers

    Current maintainers:

    -

    jeremi gonzalesedwin1123

    +

    jeremi gonzalesedwin1123 emjay0921

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    You are welcome to contribute.

    diff --git a/spp_change_request_edit_farmer/README.rst b/spp_change_request_edit_farmer/README.rst index 04677b2c6..1e3536828 100644 --- a/spp_change_request_edit_farmer/README.rst +++ b/spp_change_request_edit_farmer/README.rst @@ -2,17 +2,17 @@ OpenSPP Change Request: Edit Farmer =================================== -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acaecaa0c5a4b0eeeacac2e19f416521d252c7c913eff91aeb22d41b9d7de0b8 + !! source digest: sha256:37d51903e0c071dd659e26099fd0659733d9a38a6cf0e88a290f3aa896e086e5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -22,16 +22,16 @@ OpenSPP Change Request: Edit Farmer |badge1| |badge2| |badge3| -OpenSPP Change Request: Edit Farmer -=================================== +OpenSPP Change Request: Create Group +==================================== Overview -------- The `spp_change_request_edit_farmer `__ module extends the OpenSPP Change Request system to specifically handle -requests for adding new farmers to existing groups within the registry. -It leverages the framework provided by the +requests for editing existing Farmer within the registry. It leverages +the framework provided by the `spp_change_request `__ module and integrates with other registry modules to streamline the process of adding farmers while maintaining data integrity and consistency. @@ -65,9 +65,6 @@ The module relies heavily on the following modules: request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (`spp_dms `__). -- `spp_farmer_registry_base `__: Leverages - the farmer-specific data models and attributes to capture and store - information about the new farmer. - `g2p_registry_membership `__: Integrates with the membership management system to create the appropriate group membership record for the new farmer upon change request approval. @@ -101,29 +98,24 @@ Additional Functionality approval of the change request, the module automatically creates: - A new individual registrant record (``res.partner``) for the - farmer, populating it with the submitted data. + Individual, populating it with the submitted data. - A corresponding group membership record - (``g2p.group.membership``), linking the newly created farmer to - the designated group. + (``g2p.group.membership``), linking the newly created Individual + to the designated group. - **Enhanced User Interface**: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage - ``Edit Farmer`` requests. + ``Create Group`` requests. Conclusion ---------- The `spp_change_request_edit_farmer `__ -module provides a robust and specialized workflow for adding new farmers -to existing groups within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farmer additions. - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ +module provides a robust and specialized workflow for editing existing +Farmer within the OpenSPP registry. By seamlessly integrating with core +change management and registry modules, it ensures data accuracy, +consistency, and a streamlined user experience for managing farmer +additions. **Table of contents** @@ -163,7 +155,7 @@ Maintainers Current maintainers: -|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921| +|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921| This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. diff --git a/spp_change_request_edit_farmer/static/description/index.html b/spp_change_request_edit_farmer/static/description/index.html index d7ca46c68..fa4a2ade8 100644 --- a/spp_change_request_edit_farmer/static/description/index.html +++ b/spp_change_request_edit_farmer/static/description/index.html @@ -3,7 +3,7 @@ -OpenSPP Change Request: Add Farmer +OpenSPP Change Request: Edit Farmer -
    -

    OpenSPP Change Request: Add Farmer

    +
    +

    OpenSPP Change Request: Edit Farmer

    -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    -
    -

    OpenSPP Change Request: Add Farmer

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    +
    +

    OpenSPP Change Request: Create Group

    Overview

    -

    The spp_change_request_add_farmer +

    The spp_change_request_edit_farmer module extends the OpenSPP Change Request system to specifically handle -requests for adding new farmers to existing groups within the registry. -It leverages the framework provided by the +requests for editing existing Farmer within the registry. It leverages +the framework provided by the spp_change_request module and integrates with other registry modules to streamline the process of adding farmers while maintaining data integrity and consistency.

    @@ -401,9 +411,6 @@

    Dependencies

    request functionality, including the request workflow, validation processes, approval mechanisms, and integration with the Document Management System (spp_dms). -
  • spp_farmer_registry_base: Leverages -the farmer-specific data models and attributes to capture and store -information about the new farmer.
  • g2p_registry_membership: Integrates with the membership management system to create the appropriate group membership record for the new farmer upon change request approval.
  • @@ -425,43 +432,37 @@

    Dependencies

    Additional Functionality

    • Custom Change Request Model: Introduces the -spp.change.request.add.farmer model, inheriting from the base -spp.change.request model and adding fields specific to adding +spp.change.request.edit.farmer model, inheriting from the base +spp.change.request model and adding fields specific to adding farmers, such as farmer-specific details and group membership information.
    • Tailored Forms: Provides specialized views for creating, -displaying, and validating Add Farmer change requests, including -a dedicated form (view_change_request_add_farmer_form) with +displaying, and validating Edit Farmer change requests, including +a dedicated form (view_change_request_edit_farmer_form) with relevant fields and a validation-focused form -(view_change_request_add_farmer_validation_form).
    • +(view_change_request_edit_farmer_validation_form).
    • Automated Individual and Membership Creation: Upon validation and approval of the change request, the module automatically creates:
        -
      • A new individual registrant record (res.partner) for the -farmer, populating it with the submitted data.
      • +
      • A new individual registrant record (res.partner) for the +Individual, populating it with the submitted data.
      • A corresponding group membership record -(g2p.group.membership), linking the newly created farmer to -the designated group.
      • +(g2p.group.membership), linking the newly created Individual +to the designated group.
    • Enhanced User Interface: Adds specific menu items and actions to the OpenSPP interface, allowing users to efficiently manage -Add Farmer requests.
    • +Create Group requests.

    Conclusion

    -

    The spp_change_request_add_farmer -module provides a robust and specialized workflow for adding new farmers -to existing groups within the OpenSPP registry. By seamlessly -integrating with core change management and registry modules, it ensures -data accuracy, consistency, and a streamlined user experience for -managing farmer additions.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -
    +

    The spp_change_request_edit_farmer +module provides a robust and specialized workflow for editing existing +Farmer within the OpenSPP registry. By seamlessly integrating with core +change management and registry modules, it ensures data accuracy, +consistency, and a streamlined user experience for managing farmer +additions.

    Table of contents

    @@ -470,7 +471,7 @@

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -484,8 +485,8 @@

    Authors

    Maintainers

    Current maintainers:

    -

    jeremi gonzalesedwin1123

    -

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    +

    jeremi gonzalesedwin1123 emjay0921

    +

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    You are welcome to contribute.

    diff --git a/spp_consent/README.rst b/spp_consent/README.rst index 0ee638b12..285646ce4 100644 --- a/spp_consent/README.rst +++ b/spp_consent/README.rst @@ -7,12 +7,12 @@ OpenSPP Consent !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:69e96bb3800d1b52477a3dd858952a3dcaa79455ffb3e7fc7f01a91437cabd64 + !! source digest: sha256:fb7d24988ae10962d073446f9042ab96c757c312df6ce54eee35670da827102a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -91,11 +91,6 @@ system, you can significantly strengthen your data protection measures and promote ethical data management practices within your social protection programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_consent/static/description/index.html b/spp_consent/static/description/index.html index 80ae04208..ade987d25 100644 --- a/spp_consent/static/description/index.html +++ b/spp_consent/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Consent

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:69e96bb3800d1b52477a3dd858952a3dcaa79455ffb3e7fc7f01a91437cabd64 +!! source digest: sha256:fb7d24988ae10962d073446f9042ab96c757c312df6ce54eee35670da827102a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    diff --git a/spp_custom_field/README.rst b/spp_custom_field/README.rst index 21e2b9465..5af7c9553 100644 --- a/spp_custom_field/README.rst +++ b/spp_custom_field/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Fields !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:31b2b693fcef16865ab3eafbdfb026eb288ae71e8cd53a7a50b732a41a5e7c45 + !! source digest: sha256:f10e166cecb6f409a9a65a74dc2a4dc4e130fb218bee042a580d4ac898ad48ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_custom_field/static/description/index.html b/spp_custom_field/static/description/index.html index 3326a266a..174f8355b 100644 --- a/spp_custom_field/static/description/index.html +++ b/spp_custom_field/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Fields

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:31b2b693fcef16865ab3eafbdfb026eb288ae71e8cd53a7a50b732a41a5e7c45 +!! source digest: sha256:f10e166cecb6f409a9a65a74dc2a4dc4e130fb218bee042a580d4ac898ad48ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Field

    This document describes the OpenSPP Custom Field module, which diff --git a/spp_custom_field_custom_filter/README.rst b/spp_custom_field_custom_filter/README.rst index 443701674..51ca6cb47 100644 --- a/spp_custom_field_custom_filter/README.rst +++ b/spp_custom_field_custom_filter/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Field Custom Filter Integration !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3a3f37a0cd78290272f7afb562eff630853efc5770611047b48a590448631e50 + !! source digest: sha256:0f8553cbf437e6f746cf0eddf7c8060533812643ed294ed15216fe1c25f45827 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -125,6 +125,17 @@ Authors Maintainers ----------- +.. |maintainer-jeremi| image:: https://github.com/jeremi.png?size=40px + :target: https://github.com/jeremi + :alt: jeremi +.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px + :target: https://github.com/gonzalesedwin1123 + :alt: gonzalesedwin1123 + +Current maintainers: + +|maintainer-jeremi| |maintainer-gonzalesedwin1123| + This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_custom_field_custom_filter/static/description/index.html b/spp_custom_field_custom_filter/static/description/index.html index 6f50936c9..19f53c4b6 100644 --- a/spp_custom_field_custom_filter/static/description/index.html +++ b/spp_custom_field_custom_filter/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Field Custom Filter Integration

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3a3f37a0cd78290272f7afb562eff630853efc5770611047b48a590448631e50 +!! source digest: sha256:0f8553cbf437e6f746cf0eddf7c8060533812643ed294ed15216fe1c25f45827 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Field Custom Filter

    @@ -461,6 +461,8 @@

    Authors

    Maintainers

    +

    Current maintainers:

    +

    jeremi gonzalesedwin1123

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    You are welcome to contribute.

    diff --git a/spp_custom_field_recompute_daily/README.rst b/spp_custom_field_recompute_daily/README.rst index 2e58c2f5f..50156a9d2 100644 --- a/spp_custom_field_recompute_daily/README.rst +++ b/spp_custom_field_recompute_daily/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Field Recompute Daily !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8ee1779fe584f07793a4baa94b6b9cf1f1db52beb42b184b6d51f7730faef3b3 + !! source digest: sha256:7919576d930ef29f8fa7f3f4afafa357a5d272817650970d921d396170ab8956 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -97,11 +97,6 @@ recomputation of the marked fields in the background. This ensures that your data remains consistent and up-to-date without impacting the performance of other system operations. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_custom_field_recompute_daily/static/description/index.html b/spp_custom_field_recompute_daily/static/description/index.html index 8fa76d6cc..640a7f5b6 100644 --- a/spp_custom_field_recompute_daily/static/description/index.html +++ b/spp_custom_field_recompute_daily/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Field Recompute Daily

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8ee1779fe584f07793a4baa94b6b9cf1f1db52beb42b184b6d51f7730faef3b3 +!! source digest: sha256:7919576d930ef29f8fa7f3f4afafa357a5d272817650970d921d396170ab8956 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Field Recompute Daily

    This module extends the functionality of OpenSPP by introducing a @@ -441,12 +441,6 @@

    Usage

    recomputation of the marked fields in the background. This ensures that your data remains consistent and up-to-date without impacting the performance of other system operations.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_custom_fields_ui/README.rst b/spp_custom_fields_ui/README.rst index 71d1644dc..596ed0f6d 100644 --- a/spp_custom_fields_ui/README.rst +++ b/spp_custom_fields_ui/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Fields UI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:91430b2782bc7617ec7986553990210e4a2cdcc637203b47313cee0116f4c35c + !! source digest: sha256:21eac8d024287853bf4554a5cf46257db2a3a2bb763979cd861499b45bc8cb8d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -94,11 +94,6 @@ integration with the `g2p_registry_base `__ module simplify the management of custom data, enhancing the flexibility and utility of the OpenSPP platform for diverse social protection programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_custom_fields_ui/static/description/index.html b/spp_custom_fields_ui/static/description/index.html index 497087850..7cbc6d06b 100644 --- a/spp_custom_fields_ui/static/description/index.html +++ b/spp_custom_fields_ui/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Fields UI

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:91430b2782bc7617ec7986553990210e4a2cdcc637203b47313cee0116f4c35c +!! source digest: sha256:21eac8d024287853bf4554a5cf46257db2a3a2bb763979cd861499b45bc8cb8d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Filter UI

    This document outlines the functionality of the G2P Registry: Custom @@ -438,12 +438,6 @@

    Conclusion

    integration with the g2p_registry_base module simplify the management of custom data, enhancing the flexibility and utility of the OpenSPP platform for diverse social protection programs.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_custom_filter/README.rst b/spp_custom_filter/README.rst index 543485926..41d659fc8 100644 --- a/spp_custom_filter/README.rst +++ b/spp_custom_filter/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Filter !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d9235cece9b05db508de59bdbe3c70d9099437738b9237c7dbdde8ea3ad14efd + !! source digest: sha256:c5a5d9347d4419341d60feafcf4d7961b6fe226e777fb7eaa3e13983dd084558 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_custom_filter/static/description/index.html b/spp_custom_filter/static/description/index.html index 1ba64a637..d69978cbb 100644 --- a/spp_custom_filter/static/description/index.html +++ b/spp_custom_filter/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Filter

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d9235cece9b05db508de59bdbe3c70d9099437738b9237c7dbdde8ea3ad14efd +!! source digest: sha256:c5a5d9347d4419341d60feafcf4d7961b6fe226e777fb7eaa3e13983dd084558 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Filter

    diff --git a/spp_custom_filter_farmer_registry/README.rst b/spp_custom_filter_farmer_registry/README.rst index 49b8cd0e2..0b184db87 100644 --- a/spp_custom_filter_farmer_registry/README.rst +++ b/spp_custom_filter_farmer_registry/README.rst @@ -2,17 +2,17 @@ OpenSPP Custom Filter Farmer Registry ===================================== -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dd00856445c395a846d81f4165af1980684728e1abf2e25e82ede60c05cad815 + !! source digest: sha256:b92c2abf909b4eed184185a19ce014becda7e6521283595e390e5a5f1c34988c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -28,63 +28,70 @@ OpenSPP Custom Filter Farmer Registry Overview -------- -The **SPP Custom Filter Farmer Registry** module customizes the user interface (UI) -for filtering in specific OpenSPP modules, enhancing usability and -simplifying data management. It builds upon the -`spp_custom_filter_farmer_registry `__ module, which -provides the underlying functionality for controlling which fields are displayed in -filter dropdown menus. +The **OpenSPP Custom Filter Farmer Registry"** module customizes the +user interface (UI) for filtering in specific OpenSPP modules, enhancing +usability and simplifying data management. It builds upon the +`spp_custom_filter UI `__ module, which provides +the underlying functionality for controlling which fields are displayed +in filter dropdown menus. -This module is specifically designed to customize the filtering UI for the **Res Partner** model, -which is widely used within OpenSPP to represent registrants. By selectively exposing only the -most relevant fields for filtering, the module seeks to streamline user workflows and enhance -the overall experience within the OpenSPP system. +This module is designed to tailor the filtering interface for the Res +Partner model, which is widely utilized within OpenSPP to represent +registrants. By selectively exposing relevant fields for filtering, the +module aims to streamline user workflows and enhance the overall user +experience within the OpenSPP system. Purpose ------- -The primary purpose of the **SPP Custom Filter Farmer Registry** module is to: +The primary purpose of the **SPP Custom Filter Farmer Registry** module +is to: -- **Enhance Usability**: Simplify the filtering process for users by presenting a more focused - and relevant set of filterable fields, minimizing visual clutter and reducing cognitive overload. -- **Improve Efficiency**: Enable users to find and filter data more quickly and efficiently, - especially when working with models that contain a large number of fields. -- **Customize UI for OpenSPP**: Customize the filtering UI to align with the - specific data structures and user workflows within the OpenSPP platform. +- **Enhance Usability**: Simplify the filtering process for users by + presenting a more focused and relevant set of filterable fields, + minimizing visual clutter and reducing cognitive overload. +- **Improve Efficiency**: Enable users to find and filter data more + quickly and efficiently, especially when working with models that + contain a large number of fields. +- **Customize UI for OpenSPP**: Customize the filtering UI to align + with the specific data structures and user workflows within the + OpenSPP platform. Module Dependencies and Integration ----------------------------------- -1. `spp_custom_filter_ui `__: This module directly - depends on the **SPP Custom Filter Farmer Registry** module, inheriting - its core functionality for managing the visibility of fields in filter - dropdown menus. The **SPP Custom Filter Farmer Registry** module leverages this capability - to configure the UI for specific models. +1. `spp_custom_filter UI `__: This module directly + depends on the **SPP Custom Filter UI** module, inheriting its core + functionality for managing the visibility of fields in filter + dropdown menus. The **SPP Custom Filter UI** module leverages this + capability to configure the UI for specific models. -2. `spp_farmer_registry_base `__: The module interacts with the - **OpenSPP Farmer Registry Base** module +2. `OpenSPP Farmer Registry Base `__: The + module interacts with the **OpenSPP Farmer Registry Base** module Additional Functionality ------------------------ --The **OpenSPP Custom Filter Farmer Registry"** module provides the following additional -functionality: - --**UI Configuration for Res Partner**: The module specifically customizes the filter UI for -the **Res Partner** model, which is central to OpenSPP's registrant management system. -It selectively enables the "Show on Custom Filter" option for relevant fields within this model, -ensuring that only those fields appear in the filter dropdown menus. +The **OpenSPP Custom Filter Farmer Registry** module provides the +following additional functionality: +- **UI Configuration for Res Partner**: The module specifically + customizes the filter UI for the **Res Partner** model, which is + central to OpenSPP's registrant management system. It selectively + enables the "Show on Custom Filter" option for relevant fields within + this model, ensuring that only those fields appear in the filter + dropdown menus. Conclusion ---------- -The **OpenSPP Custom Filter Farmer Registry"** module plays a vital role in enhancing the -usability and efficiency of the OpenSPP platform. By customizing the filtering UI for key -models like *Res Partner*, it streamlines data management tasks, especially for users working -with registrant information in the context of social protection programs. Its seamless integration -with other core OpenSPP modules ensures a cohesive and user-centric experience across the platform. - +The **OpenSPP Custom Filter Farmer Registry"** module plays a vital role +in enhancing the usability and efficiency of the OpenSPP platform. By +customizing the filtering UI for key models like *Res Partner*, it +streamlines data management tasks, especially for users working with +registrant information in the context of social protection programs. Its +seamless integration with other core OpenSPP modules ensures a cohesive +and user-centric experience across the platform. **Table of contents** @@ -94,6 +101,13 @@ with other core OpenSPP modules ensures a cohesive and user-centric experience a Bug Tracker =========== +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + Credits ======= @@ -105,7 +119,16 @@ Authors Maintainers ----------- -Current maintainer: +.. |maintainer-jeremi| image:: https://github.com/jeremi.png?size=40px + :target: https://github.com/jeremi + :alt: jeremi +.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px + :target: https://github.com/gonzalesedwin1123 + :alt: gonzalesedwin1123 + +Current maintainers: + +|maintainer-jeremi| |maintainer-gonzalesedwin1123| This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. diff --git a/spp_custom_filter_farmer_registry/static/description/index.html b/spp_custom_filter_farmer_registry/static/description/index.html index 63547eff7..35133bbf2 100644 --- a/spp_custom_filter_farmer_registry/static/description/index.html +++ b/spp_custom_filter_farmer_registry/static/description/index.html @@ -7,8 +7,8 @@ -
    +

    OpenSPP Custom Filter Farmer Registry

    -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    -
    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    +

    OpenSPP Custom Filter Farmer Registry

    Overview

    -

    The OpenSPP Custom Filter Farmer Registrymodule customizes the user interface (UI) -for filtering in specific OpenSPP modules, enhancing usability and simplifying data management. It builds upon -the SPP Custom Filter Farmer Registry module, which provides the underlying functionality for controlling which -fields are displayed in filter dropdown menus -

    -

    This module is designed to tailor the filtering interface for the Res Partner model, which is widely utilized -within OpenSPP to represent registrants. By selectively exposing relevant fields for filtering, the module aims -to streamline user workflows and enhance the overall user experience within the OpenSPP system. -

    +

    The OpenSPP Custom Filter Farmer Registry” module customizes the +user interface (UI) for filtering in specific OpenSPP modules, enhancing +usability and simplifying data management. It builds upon the +spp_custom_filter UI module, which provides +the underlying functionality for controlling which fields are displayed +in filter dropdown menus.

    +

    This module is designed to tailor the filtering interface for the Res +Partner model, which is widely utilized within OpenSPP to represent +registrants. By selectively exposing relevant fields for filtering, the +module aims to streamline user workflows and enhance the overall user +experience within the OpenSPP system.

    Purpose

    -

    The primary purpose of the SPP Custom Filter Farmer Registry module is to:

    +

    The primary purpose of the SPP Custom Filter Farmer Registry module +is to:

      -
    • Enhance Usability: Simplify the filtering process for users by presenting a -more focused and relevant set of filterable fields, minimizing visual clutter and reducing cognitive overload.
    • -
    • Improve Efficiency: Enable users to find and filter data more quickly and efficiently, -especially when working with models that contain a large number of fields.
    • -
    • Customize UI for OpenSPP: Customize the filtering UI to align with the specific data -structures and user workflows within the OpenSPP platform. -
    • +
    • Enhance Usability: Simplify the filtering process for users by +presenting a more focused and relevant set of filterable fields, +minimizing visual clutter and reducing cognitive overload.
    • +
    • Improve Efficiency: Enable users to find and filter data more +quickly and efficiently, especially when working with models that +contain a large number of fields.
    • +
    • Customize UI for OpenSPP: Customize the filtering UI to align +with the specific data structures and user workflows within the +OpenSPP platform.

    Module Dependencies and Integration

      -
    1. spp_custom_filter_ui: This module directly +
    2. spp_custom_filter UI: This module directly depends on the SPP Custom Filter UI module, inheriting its core functionality for managing the visibility of fields in filter dropdown menus. The SPP Custom Filter UI module leverages this capability to configure the UI for specific models.
    3. -
    4. spp_farmer_registry_base: The module interacts with -the OpenSPP Farmer Registry Base module
    5. +
    6. OpenSPP Farmer Registry Base: The +module interacts with the OpenSPP Farmer Registry Base module

    Additional Functionality

    -

    The OpenSPP Custom Filter Farmer Registry module provides the following additional -functionality:

    +

    The OpenSPP Custom Filter Farmer Registry module provides the +following additional functionality:

    • UI Configuration for Res Partner: The module specifically customizes the filter UI for the Res Partner model, which is @@ -424,14 +429,24 @@

      Additional Functionality

    Conclusion

    -

    The OpenSPP Custom Filter Farmer Registry module plays a vital role in enhancing the usability -and efficiency of the OpenSPP platform. By customizing the filtering UI for key models like Res Partner, -it streamlines data management tasks, especially for users working with registrant information in the context of -social protection programs. Its seamless integration with other core OpenSPP modules ensures a cohesive and -user-centric experience across the platform.

    +

    The OpenSPP Custom Filter Farmer Registry” module plays a vital role +in enhancing the usability and efficiency of the OpenSPP platform. By +customizing the filtering UI for key models like Res Partner, it +streamlines data management tasks, especially for users working with +registrant information in the context of social protection programs. Its +seamless integration with other core OpenSPP modules ensures a cohesive +and user-centric experience across the platform.

    Table of contents

    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +

    Credits

    @@ -442,7 +457,8 @@

    Authors

    Maintainers

    -

    Current maintainer:

    +

    Current maintainers:

    +

    jeremi gonzalesedwin1123

    This module is part of the OpenSPP/openspp-modules project on GitHub.

    You are welcome to contribute.

    diff --git a/spp_custom_filter_ui/README.rst b/spp_custom_filter_ui/README.rst index 3b0a91bff..fdccbca29 100644 --- a/spp_custom_filter_ui/README.rst +++ b/spp_custom_filter_ui/README.rst @@ -7,12 +7,12 @@ OpenSPP Custom Filter UI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dd00856445c395a846d81f4165af1980684728e1abf2e25e82ede60c05cad815 + !! source digest: sha256:067292f3ee067148a67b4abffd5659521850eae63a1d5ae035ba1dffe97e0264 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_custom_filter_ui/static/description/index.html b/spp_custom_filter_ui/static/description/index.html index 5efa751ba..e99ed0625 100644 --- a/spp_custom_filter_ui/static/description/index.html +++ b/spp_custom_filter_ui/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Custom Filter UI

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:dd00856445c395a846d81f4165af1980684728e1abf2e25e82ede60c05cad815 +!! source digest: sha256:067292f3ee067148a67b4abffd5659521850eae63a1d5ae035ba1dffe97e0264 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Custom Filter UI

    diff --git a/spp_data_export/README.rst b/spp_data_export/README.rst index eb48d67e1..bada412cf 100644 --- a/spp_data_export/README.rst +++ b/spp_data_export/README.rst @@ -7,12 +7,12 @@ OpenSPP Data Export !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5d77374a27c2c2ed527a3eddfdb73b99aa07790404a7b74c70e51d3cd39adb53 + !! source digest: sha256:39de01158339f2adda2ab91b7532429bf8d590fd95c1c7b870611fa0189754a4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -71,11 +71,6 @@ Benefits - **Data accessibility:** Ensures that users can reliably export data, even for large datasets. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_data_export/static/description/index.html b/spp_data_export/static/description/index.html index c11cb7721..42178cc02 100644 --- a/spp_data_export/static/description/index.html +++ b/spp_data_export/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Data Export

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5d77374a27c2c2ed527a3eddfdb73b99aa07790404a7b74c70e51d3cd39adb53 +!! source digest: sha256:39de01158339f2adda2ab91b7532429bf8d590fd95c1c7b870611fa0189754a4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Data Export

    @@ -417,12 +417,6 @@

    Benefits

  • Data accessibility: Ensures that users can reliably export data, even for large datasets.
  • -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_dci_api_server/README.rst b/spp_dci_api_server/README.rst index 47b7fbf55..c3e1d9aaf 100644 --- a/spp_dci_api_server/README.rst +++ b/spp_dci_api_server/README.rst @@ -7,12 +7,12 @@ OpenSPP DCI API Server !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a96d2aaeeb81f1f8f5555ad9be989f76a750e6b475dcfdb2980e9e92808ab29d + !! source digest: sha256:c3741cdaae14e47c8bef65eeb4c74c68f113afcd09b0d3a9aad6b468ae8bd0d0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -110,11 +110,6 @@ specification. By providing secure, standardized API endpoints, the module facilitates efficient data exchange and interoperability while ensuring the privacy and security of sensitive registry information. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_dci_api_server/static/description/index.html b/spp_dci_api_server/static/description/index.html index c1700f731..1b5a85bfa 100644 --- a/spp_dci_api_server/static/description/index.html +++ b/spp_dci_api_server/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP DCI API Server

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a96d2aaeeb81f1f8f5555ad9be989f76a750e6b475dcfdb2980e9e92808ab29d +!! source digest: sha256:c3741cdaae14e47c8bef65eeb4c74c68f113afcd09b0d3a9aad6b468ae8bd0d0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP DCI API Server

    @@ -455,12 +455,6 @@

    Conclusion

    specification. By providing secure, standardized API endpoints, the module facilitates efficient data exchange and interoperability while ensuring the privacy and security of sensitive registry information.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_dms/README.rst b/spp_dms/README.rst index b980985b1..d563d5048 100644 --- a/spp_dms/README.rst +++ b/spp_dms/README.rst @@ -7,7 +7,7 @@ OpenSPP Document Management System !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fb7935a791423368422cec4fa0e5cf954b9c71bc416fe4c142cb3cb863adbed7 + !! source digest: sha256:99a98153b06153a0c697f60d64e09cb7b1181454fb2bde3efe5584fb20a00aa3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_dms/static/description/index.html b/spp_dms/static/description/index.html index 8cc204f35..fc392ce26 100644 --- a/spp_dms/static/description/index.html +++ b/spp_dms/static/description/index.html @@ -367,7 +367,7 @@

    OpenSPP Document Management System

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fb7935a791423368422cec4fa0e5cf954b9c71bc416fe4c142cb3cb863adbed7 +!! source digest: sha256:99a98153b06153a0c697f60d64e09cb7b1181454fb2bde3efe5584fb20a00aa3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    diff --git a/spp_eligibility_sql/README.rst b/spp_eligibility_sql/README.rst index 2b08153be..50184dfef 100644 --- a/spp_eligibility_sql/README.rst +++ b/spp_eligibility_sql/README.rst @@ -7,12 +7,12 @@ OpenSPP SQL Query Eligibility Manager !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ece2cc983f798b703cb76081ccab96ce00ff3abd2539c41368c0b8b16ce55b4 + !! source digest: sha256:c70de8ffd7e8e78ab0242bc214e905cc8846d758f7fa0613381a27b23f91f07e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -112,11 +112,6 @@ within OpenSPP. By leveraging the power of SQL queries, administrators can define complex eligibility rules and automate the beneficiary enrollment process, saving time and ensuring accuracy. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_eligibility_sql/static/description/index.html b/spp_eligibility_sql/static/description/index.html index 154aaa168..bb9a6a6a1 100644 --- a/spp_eligibility_sql/static/description/index.html +++ b/spp_eligibility_sql/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP SQL Query Eligibility Manager

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7ece2cc983f798b703cb76081ccab96ce00ff3abd2539c41368c0b8b16ce55b4 +!! source digest: sha256:c70de8ffd7e8e78ab0242bc214e905cc8846d758f7fa0613381a27b23f91f07e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP SQL Query Eligibility Manager

    This document describes the OpenSPP SQL Query Eligibility Manager @@ -456,12 +456,6 @@

    Conclusion

    within OpenSPP. By leveraging the power of SQL queries, administrators can define complex eligibility rules and automate the beneficiary enrollment process, saving time and ensuring accuracy.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_eligibility_tags/README.rst b/spp_eligibility_tags/README.rst index 22495f6d2..e1e47e6ea 100644 --- a/spp_eligibility_tags/README.rst +++ b/spp_eligibility_tags/README.rst @@ -7,12 +7,12 @@ OpenSPP Tag Based Eligibility Manager !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0b61be09164c293ddc1da8e2c4430fdcca91a6f1c81e6cb3eaa7dd5dbb2fa70d + !! source digest: sha256:ed2939b5d93721ec8254fe71e8e7925b1323c9a1375079124e28ede0797a240a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -138,11 +138,6 @@ simplifies program administration, enhances targeting accuracy, and contributes to the overall effectiveness of social protection and agricultural support programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_eligibility_tags/static/description/index.html b/spp_eligibility_tags/static/description/index.html index 7ec897a21..60da42bb2 100644 --- a/spp_eligibility_tags/static/description/index.html +++ b/spp_eligibility_tags/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Tag Based Eligibility Manager

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0b61be09164c293ddc1da8e2c4430fdcca91a6f1c81e6cb3eaa7dd5dbb2fa70d +!! source digest: sha256:ed2939b5d93721ec8254fe71e8e7925b1323c9a1375079124e28ede0797a240a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Tag Based Eligibility Manager

    This document outlines the functionality of the OpenSPP Tag Based @@ -486,12 +486,6 @@

    Conclusion

    simplifies program administration, enhances targeting accuracy, and contributes to the overall effectiveness of social protection and agricultural support programs.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_encryption/README.rst b/spp_encryption/README.rst index 7e3e9042e..de62bad71 100644 --- a/spp_encryption/README.rst +++ b/spp_encryption/README.rst @@ -7,12 +7,12 @@ OpenSPP Encryption Module !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:df531be5bbc5760a1a9b3ca322b9e73215cd38b9e6fddf6949237990c7a26776 + !! source digest: sha256:4b3d0131ae456b459daa98222f2759a0127a1ca94de1c3c1507178907bfe04f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_encryption/static/description/index.html b/spp_encryption/static/description/index.html index 3bad8b557..e6acfd2c0 100644 --- a/spp_encryption/static/description/index.html +++ b/spp_encryption/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Encryption Module

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:df531be5bbc5760a1a9b3ca322b9e73215cd38b9e6fddf6949237990c7a26776 +!! source digest: sha256:4b3d0131ae456b459daa98222f2759a0127a1ca94de1c3c1507178907bfe04f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Encryption Module

    The spp_encryption module extends the encryption diff --git a/spp_ent_trans/README.rst b/spp_ent_trans/README.rst index a23d0f137..60188c367 100644 --- a/spp_ent_trans/README.rst +++ b/spp_ent_trans/README.rst @@ -7,12 +7,12 @@ OpenSPP Entitlement Transactions !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b597e4bdf16cfb0b06c1060571e52627859c8ef82c0ec3616394a26346ce3f52 + !! source digest: sha256:ecd0970b7dd46d3a462fa854c2e9c3453d3fc49e771f0291cec584ac7da0011e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -135,11 +135,6 @@ modules provides a holistic view of program operations, enabling better monitoring, evaluation, and ultimately, improved delivery of social protection benefits. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_ent_trans/static/description/index.html b/spp_ent_trans/static/description/index.html index 5f1b11160..aa30b5767 100644 --- a/spp_ent_trans/static/description/index.html +++ b/spp_ent_trans/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Entitlement Transactions

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b597e4bdf16cfb0b06c1060571e52627859c8ef82c0ec3616394a26346ce3f52 +!! source digest: sha256:ecd0970b7dd46d3a462fa854c2e9c3453d3fc49e771f0291cec584ac7da0011e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Entitlement Transactions

    This document details the OpenSPP Entitlement Transactions module @@ -484,12 +484,6 @@

    Conclusion

    modules provides a holistic view of program operations, enabling better monitoring, evaluation, and ultimately, improved delivery of social protection benefits.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_entitlement_basket/README.rst b/spp_entitlement_basket/README.rst index 3a3465c9d..a36119dab 100644 --- a/spp_entitlement_basket/README.rst +++ b/spp_entitlement_basket/README.rst @@ -7,12 +7,12 @@ OpenSPP Entitlement Basket !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bcb0c73d71f9121e89701176e82cab46444b001324da60077579fd432b9c9eac + !! source digest: sha256:787234edbe2f951da63b7d0df3c95b68a62c976bfce194b25de1c3f3fdf91e15 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -115,11 +115,6 @@ and beneficiaries. The integration with existing OpenSPP modules ensures a cohesive and robust system for managing diverse social protection programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_entitlement_basket/static/description/index.html b/spp_entitlement_basket/static/description/index.html index 493a98ca5..703c34a61 100644 --- a/spp_entitlement_basket/static/description/index.html +++ b/spp_entitlement_basket/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Entitlement Basket

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:bcb0c73d71f9121e89701176e82cab46444b001324da60077579fd432b9c9eac +!! source digest: sha256:787234edbe2f951da63b7d0df3c95b68a62c976bfce194b25de1c3f3fdf91e15 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Entitlement Basket

    This document outlines the functionality of the OpenSPP Entitlement @@ -457,12 +457,6 @@

    Conclusion

    and beneficiaries. The integration with existing OpenSPP modules ensures a cohesive and robust system for managing diverse social protection programs.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_entitlement_cash/README.rst b/spp_entitlement_cash/README.rst index d22c3e456..4ee9a5c91 100644 --- a/spp_entitlement_cash/README.rst +++ b/spp_entitlement_cash/README.rst @@ -7,12 +7,12 @@ OpenSPP Cash Entitlement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0b7ff15472934e544eae29e23e1cdd53d542768c6f35abcf3fe55b2bd7264b5e + !! source digest: sha256:a1f3a221587b09ef4c01b6fa20e04ce1fd033532bef7cc12f5148c91441251df !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -146,11 +146,6 @@ and its flexible rule-based system make it a valuable asset for organizations seeking to deliver cash transfers efficiently and transparently. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_entitlement_cash/static/description/index.html b/spp_entitlement_cash/static/description/index.html index 10dbf56c3..d90abcbcc 100644 --- a/spp_entitlement_cash/static/description/index.html +++ b/spp_entitlement_cash/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Cash Entitlement

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0b7ff15472934e544eae29e23e1cdd53d542768c6f35abcf3fe55b2bd7264b5e +!! source digest: sha256:a1f3a221587b09ef4c01b6fa20e04ce1fd033532bef7cc12f5148c91441251df !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Cash Entitlement

    This document outlines the functionality of the OpenSPP Program @@ -491,12 +491,6 @@

    Conclusion

    and its flexible rule-based system make it a valuable asset for organizations seeking to deliver cash transfers efficiently and transparently.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_entitlement_in_kind/README.rst b/spp_entitlement_in_kind/README.rst index c683a0ffb..683c16dfa 100644 --- a/spp_entitlement_in_kind/README.rst +++ b/spp_entitlement_in_kind/README.rst @@ -7,12 +7,12 @@ OpenSPP In-Kind Entitlement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:935bc20f824a58229ee0e3e9bcb79ca3e5151c10b6303905c8a262a31b942426 + !! source digest: sha256:5ea1531139fb52cdf17a839279b2d765b8c5885cc9f2082256239ae54fc07b89 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -135,11 +135,6 @@ Points)**, it provides a comprehensive solution for organizations implementing programs that involve the delivery of goods or services to beneficiaries. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_entitlement_in_kind/static/description/index.html b/spp_entitlement_in_kind/static/description/index.html index 02726d137..6821ddda0 100644 --- a/spp_entitlement_in_kind/static/description/index.html +++ b/spp_entitlement_in_kind/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP In-Kind Entitlement

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:935bc20f824a58229ee0e3e9bcb79ca3e5151c10b6303905c8a262a31b942426 +!! source digest: sha256:5ea1531139fb52cdf17a839279b2d765b8c5885cc9f2082256239ae54fc07b89 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP In-Kind Entitlement

    This document outlines the OpenSPP In-Kind Entitlement @@ -481,12 +481,6 @@

    Conclusion

    Points), it provides a comprehensive solution for organizations implementing programs that involve the delivery of goods or services to beneficiaries.

    -
    -

    Important

    -

    This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

    -

    Table of contents

    diff --git a/spp_event_data/README.rst b/spp_event_data/README.rst index 8cf42d391..5cf9f9b3c 100644 --- a/spp_event_data/README.rst +++ b/spp_event_data/README.rst @@ -7,12 +7,12 @@ OpenSPP Event Data !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fc482a6d22191adadb80f4ca5c62ee46fd5a68be80f23707c40fee6d18d1f0d8 + !! source digest: sha256:a44cfc34bdee719e24f2248d11b21679fcb922ba1227cc60e2933132402eae70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -50,9 +50,7 @@ Module Dependencies and Integration 1. `g2p_registry_base `__: This module relies on the foundational structure and functionalities provided by the - **[g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base)**: - This module relies on the foundational structure and functionalities - provided by the **[g2p_registry_base)** module, specifically + `g2p_registry_base `__ module, specifically leveraging: - **Registrant Data**: Utilizes the core registrant information to diff --git a/spp_event_data/static/description/index.html b/spp_event_data/static/description/index.html index 45de215a2..9a73e6012 100644 --- a/spp_event_data/static/description/index.html +++ b/spp_event_data/static/description/index.html @@ -367,9 +367,9 @@

    OpenSPP Event Data

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fc482a6d22191adadb80f4ca5c62ee46fd5a68be80f23707c40fee6d18d1f0d8 +!! source digest: sha256:a44cfc34bdee719e24f2248d11b21679fcb922ba1227cc60e2933132402eae70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OpenSPP/openspp-modules

    +

    Production/Stable License: LGPL-3 OpenSPP/openspp-modules

    OpenSPP Event Data

    This document outlines the functionality of the @@ -396,9 +396,7 @@

    Module Dependencies and Integration

    1. g2p_registry_base: This module relies on the foundational structure and functionalities provided by the -[g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base): -This module relies on the foundational structure and functionalities -provided by the [g2p_registry_base) module, specifically +g2p_registry_base module, specifically leveraging:
      • Registrant Data: Utilizes the core registrant information to associate events with the correct individuals or groups.
      • diff --git a/spp_event_data_program_membership/README.rst b/spp_event_data_program_membership/README.rst index 197ae6b24..ef66c42cf 100644 --- a/spp_event_data_program_membership/README.rst +++ b/spp_event_data_program_membership/README.rst @@ -7,12 +7,12 @@ OpenSPP Event Data Program Membership !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ec61741a0de5a3bcf07f1805436d82fc5997c116b20544c80d486a6c0c41d9b + !! source digest: sha256:df0a09cbfcea2246f26e9a2034fed0f39aedc69970fd99c06350074fae592a0c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -27,10 +27,9 @@ OpenSPP Event Data Program Membership This module enhances the functionality of OpenSPP by integrating the **Event Data** module (`spp_event_data `__) with the -**G2P Programs** module -([g2p_programs](spp_event_data](g2p_programs](spp_event_data)) with the -**G2P Programs** module ([g2p_programs)). It allows users to record and -track program membership-related events within the OpenSPP system. +**G2P Programs** module (`g2p_programs `__). It allows +users to record and track program membership-related events within the +OpenSPP system. Purpose ------- @@ -52,14 +51,12 @@ Module Integration 1. `spp_event_data `__\ **:** This module leverages the event data framework provided by the - [spp_event_data](spp_event_data](spp_event_data](spp_event_data):\*\* - This module leverages the event data framework provided by the - [spp_event_data) module to record and manage event information. + `spp_event_data `__ module to record and manage event + information. 2. `g2p_programs `__\ **:** It integrates directly with - the [g2p_programs](g2p_programs](g2p_programs](g2p_programs):\*\* It - integrates directly with the [g2p_programs) module, linking event - data to the relevant program membership records - (``g2p.program_membership`` model). + the `g2p_programs `__ module, linking event data to the + relevant program membership records (``g2p.program_membership`` + model). Additional Functionality ------------------------ diff --git a/spp_event_data_program_membership/static/description/index.html b/spp_event_data_program_membership/static/description/index.html index 2fb272dc4..30776468b 100644 --- a/spp_event_data_program_membership/static/description/index.html +++ b/spp_event_data_program_membership/static/description/index.html @@ -367,17 +367,16 @@

        OpenSPP Event Data Program Membership

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7ec61741a0de5a3bcf07f1805436d82fc5997c116b20544c80d486a6c0c41d9b +!! source digest: sha256:df0a09cbfcea2246f26e9a2034fed0f39aedc69970fd99c06350074fae592a0c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Event Data Program Membership

        This module enhances the functionality of OpenSPP by integrating the Event Data module (spp_event_data) with the -G2P Programs module -([g2p_programs](spp_event_data](g2p_programs](spp_event_data)) with the -G2P Programs module ([g2p_programs)). It allows users to record and -track program membership-related events within the OpenSPP system.

        +G2P Programs module (g2p_programs). It allows +users to record and track program membership-related events within the +OpenSPP system.

        Purpose

        The spp_event_data_program_membership module serves to:

        @@ -398,14 +397,12 @@

        Module Integration

        1. spp_event_data: This module leverages the event data framework provided by the -[spp_event_data](spp_event_data](spp_event_data](spp_event_data):** -This module leverages the event data framework provided by the -[spp_event_data) module to record and manage event information.
        2. +spp_event_data module to record and manage event +information.
        3. g2p_programs: It integrates directly with -the [g2p_programs](g2p_programs](g2p_programs](g2p_programs):** It -integrates directly with the [g2p_programs) module, linking event -data to the relevant program membership records -(g2p.program_membership model).
        4. +the g2p_programs module, linking event data to the +relevant program membership records (g2p.program_membership +model).
        diff --git a/spp_event_demo/README.rst b/spp_event_demo/README.rst index c98331721..9d14b3e43 100644 --- a/spp_event_demo/README.rst +++ b/spp_event_demo/README.rst @@ -7,12 +7,12 @@ OpenSPP Event Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9906d3d3802b14db1c1c46e66c8634183ec96083d9e2cdf6f5075b73bd060d17 + !! source digest: sha256:05f623c1a08b2c1696333872bc70ed5047749621395eb29f5a3bfb6ed2781d13 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_event_demo/static/description/index.html b/spp_event_demo/static/description/index.html index 16822c4eb..38e7eb1f3 100644 --- a/spp_event_demo/static/description/index.html +++ b/spp_event_demo/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Event Demo

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9906d3d3802b14db1c1c46e66c8634183ec96083d9e2cdf6f5075b73bd060d17 +!! source digest: sha256:05f623c1a08b2c1696333872bc70ed5047749621395eb29f5a3bfb6ed2781d13 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Event Demo

        This module, spp_event_demo, provides demonstration diff --git a/spp_exclusion_filter/README.rst b/spp_exclusion_filter/README.rst index 52acb3a73..d47836983 100644 --- a/spp_exclusion_filter/README.rst +++ b/spp_exclusion_filter/README.rst @@ -7,12 +7,12 @@ OpenSPP Exclusion Filter !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:65fdd6a94debfb211b7b19372a53fc2e87669c65d858d51a12157e2b5b84632a + !! source digest: sha256:6e8933ae30760809623293fd0832974248708016eaaa11edf3e36984cd292cf9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -100,11 +100,6 @@ wizard, reliance on registry data, and potential integration with eligibility managers enhance the efficiency and accuracy of program implementation. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_exclusion_filter/static/description/index.html b/spp_exclusion_filter/static/description/index.html index 5cdf12ebc..3e0d7e94b 100644 --- a/spp_exclusion_filter/static/description/index.html +++ b/spp_exclusion_filter/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Exclusion Filter

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:65fdd6a94debfb211b7b19372a53fc2e87669c65d858d51a12157e2b5b84632a +!! source digest: sha256:6e8933ae30760809623293fd0832974248708016eaaa11edf3e36984cd292cf9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Exclusion Filter

        This document outlines the functionality of the OpenSPP Exclusion @@ -448,12 +448,6 @@

        Conclusion

        wizard, reliance on registry data, and potential integration with eligibility managers enhance the efficiency and accuracy of program implementation.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_farmer_registry_base/README.rst b/spp_farmer_registry_base/README.rst index e39b4bf74..f13ebb886 100644 --- a/spp_farmer_registry_base/README.rst +++ b/spp_farmer_registry_base/README.rst @@ -7,12 +7,12 @@ OpenSPP Farmer Registry Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f03ad61a7b9eccd36509060af53986783411b4fcd858d78f5810f349ead02d34 + !! source digest: sha256:e4df1e0594a5850762f695d97e670836f2e8ecfaaa6dc0ae4b8f44ed83f414e1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_farmer_registry_base/static/description/index.html b/spp_farmer_registry_base/static/description/index.html index aa090b955..e0f406236 100644 --- a/spp_farmer_registry_base/static/description/index.html +++ b/spp_farmer_registry_base/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Farmer Registry Base

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f03ad61a7b9eccd36509060af53986783411b4fcd858d78f5810f349ead02d34 +!! source digest: sha256:e4df1e0594a5850762f695d97e670836f2e8ecfaaa6dc0ae4b8f44ed83f414e1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Farmer Registry Base

        diff --git a/spp_farmer_registry_dashboard/README.rst b/spp_farmer_registry_dashboard/README.rst index d33c9dd63..9687c8bf0 100644 --- a/spp_farmer_registry_dashboard/README.rst +++ b/spp_farmer_registry_dashboard/README.rst @@ -7,12 +7,12 @@ OpenSPP Farmer Registry Dashboard !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8d4f87d4deb5727a76db1919065d06de22eb367c39c1b6aa0f5dac025feafdb8 + !! source digest: sha256:9b5146daf07f449239abb20bc64cf54027034cef8ee0c1607a88ff4d7f50045c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_farmer_registry_dashboard/static/description/index.html b/spp_farmer_registry_dashboard/static/description/index.html index 89360ebc5..a574a8a81 100644 --- a/spp_farmer_registry_dashboard/static/description/index.html +++ b/spp_farmer_registry_dashboard/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Farmer Registry Dashboard

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8d4f87d4deb5727a76db1919065d06de22eb367c39c1b6aa0f5dac025feafdb8 +!! source digest: sha256:9b5146daf07f449239abb20bc64cf54027034cef8ee0c1607a88ff4d7f50045c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Farmer Registry Dashboard

        diff --git a/spp_farmer_registry_demo/README.rst b/spp_farmer_registry_demo/README.rst index a5c5a2946..b1aa7a59b 100644 --- a/spp_farmer_registry_demo/README.rst +++ b/spp_farmer_registry_demo/README.rst @@ -7,12 +7,12 @@ OpenSPP Farmer Registry Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:eccedea606c9a761d0cbd0031d2cb447564601925a78c0afd042d1bc7037897e + !! source digest: sha256:7dd5b0852cef1700ee0aa2de9c5b47ad2adfba7c7fe36ca4f61218764781b799 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_farmer_registry_demo/static/description/index.html b/spp_farmer_registry_demo/static/description/index.html index d398b386f..667e630d7 100644 --- a/spp_farmer_registry_demo/static/description/index.html +++ b/spp_farmer_registry_demo/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Farmer Registry Demo

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:eccedea606c9a761d0cbd0031d2cb447564601925a78c0afd042d1bc7037897e +!! source digest: sha256:7dd5b0852cef1700ee0aa2de9c5b47ad2adfba7c7fe36ca4f61218764781b799 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Farmer Registry Demo

        diff --git a/spp_idpass/README.rst b/spp_idpass/README.rst index c1c4bbea8..1164ac27f 100644 --- a/spp_idpass/README.rst +++ b/spp_idpass/README.rst @@ -7,12 +7,12 @@ ID PASS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4ef36815eea497bd54c388ee635775cf2a5217ea5f4dd27b1714b312a8c9cc43 + !! source digest: sha256:4cd421a399f83df79b388a5056b2b47c8dd17e615dcb59ce7ac824aa086f906a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_idpass/static/description/index.html b/spp_idpass/static/description/index.html index 15680e1af..783ee4774 100644 --- a/spp_idpass/static/description/index.html +++ b/spp_idpass/static/description/index.html @@ -367,9 +367,9 @@

        ID PASS

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4ef36815eea497bd54c388ee635775cf2a5217ea5f4dd27b1714b312a8c9cc43 +!! source digest: sha256:4cd421a399f83df79b388a5056b2b47c8dd17e615dcb59ce7ac824aa086f906a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP ID PASS

        Table of contents

        diff --git a/spp_idqueue/README.rst b/spp_idqueue/README.rst index 2267204b2..c1209ccfd 100644 --- a/spp_idqueue/README.rst +++ b/spp_idqueue/README.rst @@ -7,12 +7,12 @@ OpenSPP ID Queue !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a643fc210a4728392ab7ea752cd1537db8c236a6505b2696cb88467132338ab3 + !! source digest: sha256:a8302368b5e3c3dc762df6d9414504839c25dfd525d7e517e612d2266a4047cf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_idqueue/static/description/index.html b/spp_idqueue/static/description/index.html index e2971fb60..af684fc9b 100644 --- a/spp_idqueue/static/description/index.html +++ b/spp_idqueue/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP ID Queue

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a643fc210a4728392ab7ea752cd1537db8c236a6505b2696cb88467132338ab3 +!! source digest: sha256:a8302368b5e3c3dc762df6d9414504839c25dfd525d7e517e612d2266a4047cf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP ID Queue

        This document outlines the OpenSPP ID Queue module within the diff --git a/spp_import_dci_api/README.rst b/spp_import_dci_api/README.rst index 2ba21ab81..eea7bd8af 100644 --- a/spp_import_dci_api/README.rst +++ b/spp_import_dci_api/README.rst @@ -7,12 +7,12 @@ OpenSPP Import: DCI API !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3d4aa9012b09df78e0f4edf389bffe90fdf50120fe4b413cdc59966702059672 + !! source digest: sha256:3104f5d6dcc8c985f14db6c937d090d9e1c44f2733bdac34400b3b750b0fde96 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -165,11 +165,6 @@ and expands the potential reach of OpenSPP implementations. For more information, visit `Digital Convergence Initiative `__. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_import_dci_api/static/description/index.html b/spp_import_dci_api/static/description/index.html index 7a373a9f0..92d1e1442 100644 --- a/spp_import_dci_api/static/description/index.html +++ b/spp_import_dci_api/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Import: DCI API

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3d4aa9012b09df78e0f4edf389bffe90fdf50120fe4b413cdc59966702059672 +!! source digest: sha256:3104f5d6dcc8c985f14db6c937d090d9e1c44f2733bdac34400b3b750b0fde96 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Import: DCI API

        @@ -519,12 +519,6 @@

        Conclusion

        and expands the potential reach of OpenSPP implementations. For more information, visit Digital Convergence Initiative.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_import_match/README.rst b/spp_import_match/README.rst index 1d4ad1ce7..2bba9c44d 100644 --- a/spp_import_match/README.rst +++ b/spp_import_match/README.rst @@ -7,12 +7,12 @@ OpenSPP Import Match !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6e88440d78745a6b6a79579dba6f8cf8480f2f09c2e11f243347c752dca2ef69 + !! source digest: sha256:22c82dd0b5b2cbefbc1049cb11d1792a610ea2574f1e5cd00e67ea439c71a1a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -47,28 +47,21 @@ Dependencies and Integration ---------------------------- 1. `queue_job `__\ **:** This module leverages the - [queue_job](queue_job](queue_job](queue_job):\*\* This module - leverages the [queue_job) module to handle asynchronous import + `queue_job `__ module to handle asynchronous import processes. This enables the processing of large datasets in the background, preventing system slowdowns. 2. `g2p_registry_base `__\ **:** The `spp_import_match `__ module extends the - functionality of the - [g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base):\*\* - The `spp_import_match `__ module extends the - functionality of the [g2p_registry_base) module. It specifically - interacts with the models and functionalities related to managing - registrant data and relationships. + functionality of the `g2p_registry_base `__ + module. It specifically interacts with the models and functionalities + related to managing registrant data and relationships. 3. `base_import `__\ **:** The core import functionality is inherited and extended from Odoo's built-in `base_import `__ module. - [spp_import_match](base_import](spp_import_match](base_import):\*\* - The core import functionality is inherited and extended from Odoo's - built-in `base_import `__ module. [spp_import_match) - enhances this with capabilities for record matching during the import - process. + `spp_import_match `__ enhances this with + capabilities for record matching during the import process. Functionality and Integration ----------------------------- diff --git a/spp_import_match/static/description/index.html b/spp_import_match/static/description/index.html index aeb019cee..eb19feb55 100644 --- a/spp_import_match/static/description/index.html +++ b/spp_import_match/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Import Match

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6e88440d78745a6b6a79579dba6f8cf8480f2f09c2e11f243347c752dca2ef69 +!! source digest: sha256:22c82dd0b5b2cbefbc1049cb11d1792a610ea2574f1e5cd00e67ea439c71a1a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Import Match

        The spp_import_match module enhances the data @@ -393,26 +393,19 @@

        Purpose

        Dependencies and Integration

        1. queue_job: This module leverages the -[queue_job](queue_job](queue_job](queue_job):** This module -leverages the [queue_job) module to handle asynchronous import +queue_job module to handle asynchronous import processes. This enables the processing of large datasets in the background, preventing system slowdowns.
        2. g2p_registry_base: The spp_import_match module extends the -functionality of the -[g2p_registry_base](g2p_registry_base](g2p_registry_base](g2p_registry_base):** -The spp_import_match module extends the -functionality of the [g2p_registry_base) module. It specifically -interacts with the models and functionalities related to managing -registrant data and relationships.
        3. +functionality of the g2p_registry_base +module. It specifically interacts with the models and functionalities +related to managing registrant data and relationships.
        4. base_import: The core import functionality is inherited and extended from Odoo’s built-in base_import module. -[spp_import_match](base_import](spp_import_match](base_import):** -The core import functionality is inherited and extended from Odoo’s -built-in base_import module. [spp_import_match) -enhances this with capabilities for record matching during the import -process.
        5. +spp_import_match enhances this with +capabilities for record matching during the import process.
        diff --git a/spp_irrigation/README.rst b/spp_irrigation/README.rst index 3456f0103..b3defac26 100644 --- a/spp_irrigation/README.rst +++ b/spp_irrigation/README.rst @@ -7,12 +7,12 @@ OpenSPP Irrigation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c718cf8affae60e28cf38f6eb3c0fac470504310c9927cd9b995751b6d6a122c + !! source digest: sha256:532b3091743d6d4b6b6aa9b381b42c1e9c67857f2907e76596a3d2c3b67c4f2d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_irrigation/static/description/index.html b/spp_irrigation/static/description/index.html index 00e621cf3..df87a0a01 100644 --- a/spp_irrigation/static/description/index.html +++ b/spp_irrigation/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Irrigation

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c718cf8affae60e28cf38f6eb3c0fac470504310c9927cd9b995751b6d6a122c +!! source digest: sha256:532b3091743d6d4b6b6aa9b381b42c1e9c67857f2907e76596a3d2c3b67c4f2d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Irrigation

        diff --git a/spp_land_record/README.rst b/spp_land_record/README.rst index e50df73aa..39dc6b179 100644 --- a/spp_land_record/README.rst +++ b/spp_land_record/README.rst @@ -7,12 +7,12 @@ OpenSPP Land Record !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5fca70c962186f2b5b222cd69e3fafe5ec39b2ced78b9be3e1a7917a1624d035 + !! source digest: sha256:6cab91a59625d23b809d7b9eb5fc492398a8f7c506a7fad26e5f3ffb26b04e09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_land_record/static/description/index.html b/spp_land_record/static/description/index.html index e770c9b0c..7c2d52e88 100644 --- a/spp_land_record/static/description/index.html +++ b/spp_land_record/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Land Record

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5fca70c962186f2b5b222cd69e3fafe5ec39b2ced78b9be3e1a7917a1624d035 +!! source digest: sha256:6cab91a59625d23b809d7b9eb5fc492398a8f7c506a7fad26e5f3ffb26b04e09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Land Record

        diff --git a/spp_manual_eligibility/README.rst b/spp_manual_eligibility/README.rst index c0c922c3c..3b42315d6 100644 --- a/spp_manual_eligibility/README.rst +++ b/spp_manual_eligibility/README.rst @@ -7,12 +7,12 @@ SPP Program: Manual Eligibility !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4ee4a4541e6844df8d202c2eae247a50489b3a94dfac3e0fa5ed8f4984438a6f + !! source digest: sha256:529a1f7efc0a8f8d97840c7b73c1067f92299b93311ddf92838ef1245acda974 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -24,11 +24,6 @@ SPP Program: Manual Eligibility OpenSPP Manual Eligibility -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_manual_eligibility/static/description/index.html b/spp_manual_eligibility/static/description/index.html index faf086c0c..506545178 100644 --- a/spp_manual_eligibility/static/description/index.html +++ b/spp_manual_eligibility/static/description/index.html @@ -367,16 +367,10 @@

        SPP Program: Manual Eligibility

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4ee4a4541e6844df8d202c2eae247a50489b3a94dfac3e0fa5ed8f4984438a6f +!! source digest: sha256:529a1f7efc0a8f8d97840c7b73c1067f92299b93311ddf92838ef1245acda974 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Manual Eligibility

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

          diff --git a/spp_manual_entitlement/README.rst b/spp_manual_entitlement/README.rst index c8ec9aeaf..50418cdd6 100644 --- a/spp_manual_entitlement/README.rst +++ b/spp_manual_entitlement/README.rst @@ -7,12 +7,12 @@ OpenSPP Manual Entitlement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e63600f39977bf2df0efe1ef9a7253995c5157369ef2b704e4f4fda452f1b379 + !! source digest: sha256:cea649eee72b816c1ca1a8ee33fac352908df99d219ae85589490a567c649ae6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -112,11 +112,6 @@ beneficiaries receive their entitled benefits. This module contributes to a more inclusive and adaptable social protection program implementation. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_manual_entitlement/static/description/index.html b/spp_manual_entitlement/static/description/index.html index 4ec30f479..5a518ad09 100644 --- a/spp_manual_entitlement/static/description/index.html +++ b/spp_manual_entitlement/static/description/index.html @@ -367,9 +367,9 @@

          OpenSPP Manual Entitlement

          !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e63600f39977bf2df0efe1ef9a7253995c5157369ef2b704e4f4fda452f1b379 +!! source digest: sha256:cea649eee72b816c1ca1a8ee33fac352908df99d219ae85589490a567c649ae6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

          Alpha License: LGPL-3 OpenSPP/openspp-modules

          +

          Production/Stable License: LGPL-3 OpenSPP/openspp-modules

          OpenSPP Manual Entitlement

          This document describes the OpenSPP Manual Entitlement module, which @@ -454,12 +454,6 @@

          Conclusion

          beneficiaries receive their entitled benefits. This module contributes to a more inclusive and adaptable social protection program implementation.

          -
          -

          Important

          -

          This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

          -

          Table of contents

        diff --git a/spp_mis_demo/README.rst b/spp_mis_demo/README.rst index abe920ad2..fca184671 100644 --- a/spp_mis_demo/README.rst +++ b/spp_mis_demo/README.rst @@ -7,17 +7,17 @@ OpenSPP Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0911d6bfe84cc40633daa4912f341982888eb648b8fa1c505e37b53ade5f45b8 + !! source digest: sha256:d06a43a6042221296e533fae5233d2265e596944b79aee7d59ab46509d302a5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules-lightgray.png?logo=github - :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_demo + :target: https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_mis_demo :alt: OpenSPP/openspp-modules |badge1| |badge2| |badge3| @@ -135,7 +135,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -161,6 +161,6 @@ Current maintainers: |maintainer-jeremi| |maintainer-gonzalesedwin1123| -This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. +This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. You are welcome to contribute. diff --git a/spp_mis_demo/static/description/index.html b/spp_mis_demo/static/description/index.html index ad7aca114..bb68d33a6 100644 --- a/spp_mis_demo/static/description/index.html +++ b/spp_mis_demo/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Demo

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0911d6bfe84cc40633daa4912f341982888eb648b8fa1c505e37b53ade5f45b8 +!! source digest: sha256:d06a43a6042221296e533fae5233d2265e596944b79aee7d59ab46509d302a5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Demo

        The spp_demo module serves as a demonstration and testing ground for @@ -479,7 +479,7 @@

        Bug Tracker

        Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

        +feedback.

        Do not contact contributors directly about support or help with technical issues.

        @@ -494,7 +494,7 @@

        Authors

        Maintainers

        Current maintainers:

        jeremi gonzalesedwin1123

        -

        This module is part of the OpenSPP/openspp-modules project on GitHub.

        +

        This module is part of the OpenSPP/openspp-modules project on GitHub.

        You are welcome to contribute.

        diff --git a/spp_oauth/README.rst b/spp_oauth/README.rst index b7b76a23d..4d5a875cf 100644 --- a/spp_oauth/README.rst +++ b/spp_oauth/README.rst @@ -7,12 +7,12 @@ OpenSPP API: Oauth !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:314f7bac76238080e49c351e28e54344c2574c73f48cf906bdaeda53fc60e8ec + !! source digest: sha256:23925e18eebc78e0842bc9bcc93de2e8d5f148103977bde0c1621970270b1b36 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -85,11 +85,6 @@ authorization mechanisms for the OpenSPP API. It ensures that only authorized applications and users can access and interact with sensitive social protection program data. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_oauth/static/description/index.html b/spp_oauth/static/description/index.html index c34ca2ee4..8d11956f1 100644 --- a/spp_oauth/static/description/index.html +++ b/spp_oauth/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP API: Oauth

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:314f7bac76238080e49c351e28e54344c2574c73f48cf906bdaeda53fc60e8ec +!! source digest: sha256:23925e18eebc78e0842bc9bcc93de2e8d5f148103977bde0c1621970270b1b36 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP API: Oauth

        @@ -428,12 +428,6 @@

        Conclusion

        authorization mechanisms for the OpenSPP API. It ensures that only authorized applications and users can access and interact with sensitive social protection program data.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_openid_vci/README.rst b/spp_openid_vci/README.rst index 03113e156..3f5adfe14 100644 --- a/spp_openid_vci/README.rst +++ b/spp_openid_vci/README.rst @@ -7,12 +7,12 @@ OpenSPP OpenID VCI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0554958bbdcd6afb45755672a73ec0740fd71f2e9fcffcd8fa7ebd21197e4a10 + !! source digest: sha256:3c9e138da4ac34aae371019251875a090eb00e2512653bef4c92d10b00ad2f78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_openid_vci/static/description/index.html b/spp_openid_vci/static/description/index.html index 5a86a3316..127a8af4a 100644 --- a/spp_openid_vci/static/description/index.html +++ b/spp_openid_vci/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP OpenID VCI

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0554958bbdcd6afb45755672a73ec0740fd71f2e9fcffcd8fa7ebd21197e4a10 +!! source digest: sha256:3c9e138da4ac34aae371019251875a090eb00e2512653bef4c92d10b00ad2f78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP OpenID VCI

        diff --git a/spp_openid_vci_group/README.rst b/spp_openid_vci_group/README.rst index 3ace3aa15..12d09093a 100644 --- a/spp_openid_vci_group/README.rst +++ b/spp_openid_vci_group/README.rst @@ -7,12 +7,12 @@ OpenSPP OpenID VCI Group !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:85aec24f7e654e40ec05186887425cfc315940ab9e7f40c30b3d2dd25c2b3128 + !! source digest: sha256:e1eeb684fade6e68fdfb472025c39f62d924fc71136c528e3f750fcee6dc7c09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_openid_vci_group/static/description/index.html b/spp_openid_vci_group/static/description/index.html index 60af98172..578278f2b 100644 --- a/spp_openid_vci_group/static/description/index.html +++ b/spp_openid_vci_group/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP OpenID VCI Group

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:85aec24f7e654e40ec05186887425cfc315940ab9e7f40c30b3d2dd25c2b3128 +!! source digest: sha256:e1eeb684fade6e68fdfb472025c39f62d924fc71136c528e3f750fcee6dc7c09 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP OpenID VCI Group

        diff --git a/spp_openid_vci_individual/README.rst b/spp_openid_vci_individual/README.rst index 4edf2c41b..02f1fc51f 100644 --- a/spp_openid_vci_individual/README.rst +++ b/spp_openid_vci_individual/README.rst @@ -7,12 +7,12 @@ OpenSPP OpenID VCI Individual !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ff515aa5944c19ebabda23df17883f95e78c1391c2e08f2cd6d10fd1e5579f78 + !! source digest: sha256:71eaf0079272e72ce1a561eeb6e0cb9241c7c4c86246d2573c125e2a19914d74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -48,10 +48,7 @@ Module Dependencies and Integration ----------------------------------- 1. `spp_openid_vci `__: This module inherits core - functionalities from - [spp_openid_vci](spp_openid_vci\ ``](``\ spp_openid_vci\ ``](``\ spp_openid_vci)*\*: - This module inherits core functionalities from [``spp_openid_vci``), - including: + functionalities from `spp_openid_vci `__, including: - **VCI Issuer Management:** Leverages the existing infrastructure for managing VCI issuers and their configurations. diff --git a/spp_openid_vci_individual/static/description/index.html b/spp_openid_vci_individual/static/description/index.html index 0f41d800d..63989045a 100644 --- a/spp_openid_vci_individual/static/description/index.html +++ b/spp_openid_vci_individual/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP OpenID VCI Individual

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ff515aa5944c19ebabda23df17883f95e78c1391c2e08f2cd6d10fd1e5579f78 +!! source digest: sha256:71eaf0079272e72ce1a561eeb6e0cb9241c7c4c86246d2573c125e2a19914d74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP OpenID VCI Individual

        This module extends the OpenSPP platform’s Verifiable Credentials (VC) @@ -394,10 +394,7 @@

        Purpose

        Module Dependencies and Integration

        1. spp_openid_vci: This module inherits core -functionalities from -[spp_openid_vci](spp_openid_vci](spp_openid_vci](spp_openid_vci)**: -This module inherits core functionalities from [spp_openid_vci), -including:
            +functionalities from spp_openid_vci, including:
            • VCI Issuer Management: Leverages the existing infrastructure for managing VCI issuers and their configurations.
            • VC Generation and Signing: Relies on the parent module’s diff --git a/spp_pmt/README.rst b/spp_pmt/README.rst index f769de466..d53eb2df2 100644 --- a/spp_pmt/README.rst +++ b/spp_pmt/README.rst @@ -7,12 +7,12 @@ OpenSPP Proxy Means Testing !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b54ac319f976e74a14dd0d3a71ca8c63aab027d31aa59159e0477e2c217b815e + !! source digest: sha256:51bc07e0d5e90c49050eeb5120c60aecd2e25a9a92fd921830c5fb5d80280686 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_pmt/static/description/index.html b/spp_pmt/static/description/index.html index 49be3a534..066c3b5b5 100644 --- a/spp_pmt/static/description/index.html +++ b/spp_pmt/static/description/index.html @@ -367,9 +367,9 @@

              OpenSPP Proxy Means Testing

              !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b54ac319f976e74a14dd0d3a71ca8c63aab027d31aa59159e0477e2c217b815e +!! source digest: sha256:51bc07e0d5e90c49050eeb5120c60aecd2e25a9a92fd921830c5fb5d80280686 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

              Beta License: LGPL-3 OpenSPP/openspp-modules

              +

              Production/Stable License: LGPL-3 OpenSPP/openspp-modules

              OpenSPP Proxy Means Testing

              This document describes the OpenSPP Proxy Means Testing (spp_pmt) diff --git a/spp_pos/README.rst b/spp_pos/README.rst index f3c9ae54e..28126ba73 100644 --- a/spp_pos/README.rst +++ b/spp_pos/README.rst @@ -2,17 +2,17 @@ OpenSPP POS =========== -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:86cfba1ca834c2787b8bc99cd5b07c2deef87e9c4d004a12e01f9b068992960d + !! source digest: sha256:bd94e41fa73d3eb2adff52847145f5013b7e081b663617d242995ac398e131fd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -166,7 +166,7 @@ Maintainers Current maintainers: -|maintainer-jeremi| |maintainer-gonzalesedwin1123| +|maintainer-jeremi| |maintainer-gonzalesedwin1123| This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. diff --git a/spp_pos/static/description/index.html b/spp_pos/static/description/index.html index 496783c8f..dfabdaf16 100644 --- a/spp_pos/static/description/index.html +++ b/spp_pos/static/description/index.html @@ -367,9 +367,9 @@

              OpenSPP POS

              !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:86cfba1ca834c2787b8bc99cd5b07c2deef87e9c4d004a12e01f9b068992960d +!! source digest: sha256:bd94e41fa73d3eb2adff52847145f5013b7e081b663617d242995ac398e131fd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

              Beta License: LGPL-3 OpenSPP/openspp-modules

              +

              Production/Stable License: LGPL-3 OpenSPP/openspp-modules

              OpenSPP POS

              This document details the OpenSPP POS @@ -507,4 +507,4 @@

              Maintainers

              - \ No newline at end of file + diff --git a/spp_program_id/README.rst b/spp_program_id/README.rst index f8371577b..d15b5e01e 100644 --- a/spp_program_id/README.rst +++ b/spp_program_id/README.rst @@ -7,12 +7,12 @@ OpenSPP Program ID !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:90e26ff9c645deb9e5f3b4e57b71225d1d2185d96c18affdc01b9aa9f3e17b89 + !! source digest: sha256:42ba087b9a879eec8dce410cc2b31fda8e97fb1d2a2461a912dbbe0f169845ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -95,11 +95,6 @@ programs. This enhancement contributes to better data management, easier referencing, and smoother integration with other systems, ultimately improving the efficiency and usability of the OpenSPP platform. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_program_id/static/description/index.html b/spp_program_id/static/description/index.html index ff4a06a20..70847dc4d 100644 --- a/spp_program_id/static/description/index.html +++ b/spp_program_id/static/description/index.html @@ -367,9 +367,9 @@

              OpenSPP Program ID

              !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:90e26ff9c645deb9e5f3b4e57b71225d1d2185d96c18affdc01b9aa9f3e17b89 +!! source digest: sha256:42ba087b9a879eec8dce410cc2b31fda8e97fb1d2a2461a912dbbe0f169845ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

              Alpha License: LGPL-3 OpenSPP/openspp-modules

              +

              Production/Stable License: LGPL-3 OpenSPP/openspp-modules

              OpenSPP Program ID

              This document describes the OpenSPP Program ID module, an extension @@ -444,12 +444,6 @@

              Conclusion

              programs. This enhancement contributes to better data management, easier referencing, and smoother integration with other systems, ultimately improving the efficiency and usability of the OpenSPP platform.

              -
              -

              Important

              -

              This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

              -

              Table of contents

        diff --git a/spp_programs/README.rst b/spp_programs/README.rst index 5fde9bc67..f56bca8ac 100644 --- a/spp_programs/README.rst +++ b/spp_programs/README.rst @@ -7,12 +7,12 @@ OpenSPP Programs !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6ed6da0fa51c538e1c4cbd0ebe552c214138d0e669efb31ace04cc8fae89d698 + !! source digest: sha256:493987a8fe2b59122f7f7445f45c94f834f629f074ad97aeaeebfe51580dbe80 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -131,11 +131,6 @@ existing program features make OpenSPP a comprehensive solution for managing a wider range of social protection and agricultural support programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_programs/static/description/index.html b/spp_programs/static/description/index.html index 38225b564..77c625b95 100644 --- a/spp_programs/static/description/index.html +++ b/spp_programs/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Programs

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6ed6da0fa51c538e1c4cbd0ebe552c214138d0e669efb31ace04cc8fae89d698 +!! source digest: sha256:493987a8fe2b59122f7f7445f45c94f834f629f074ad97aeaeebfe51580dbe80 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Programs

        This document outlines the functionality of the OpenSPP Programs @@ -478,12 +478,6 @@

        Conclusion

        existing program features make OpenSPP a comprehensive solution for managing a wider range of social protection and agricultural support programs.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_programs_compliance_criteria/README.rst b/spp_programs_compliance_criteria/README.rst index 7197d1b4e..562c0b012 100644 --- a/spp_programs_compliance_criteria/README.rst +++ b/spp_programs_compliance_criteria/README.rst @@ -7,12 +7,12 @@ OpenSPP Programs: Compliance Criteria !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f985b7759b6970c3a96f71515efde246424d9c2ea332f43487088deed34d14d5 + !! source digest: sha256:0417487ad3e1b63924a7b43330c7fe617b0bc5f8a3eb72dee8b6e763021be0ea !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -59,7 +59,6 @@ Module Dependencies and Integration 4. `spp_programs `__: Works in conjunction with the OpenSPP Programs module to apply compliance criteria to both cash and in-kind programs. - layer of flexibility. Additional Functionality ------------------------ @@ -96,11 +95,6 @@ criteria, it ensures program integrity, targets benefits more effectively, and strengthens accountability within social protection programs. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_programs_compliance_criteria/static/description/index.html b/spp_programs_compliance_criteria/static/description/index.html index 1b3d58f11..eeaf9864f 100644 --- a/spp_programs_compliance_criteria/static/description/index.html +++ b/spp_programs_compliance_criteria/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Programs: Compliance Criteria

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f985b7759b6970c3a96f71515efde246424d9c2ea332f43487088deed34d14d5 +!! source digest: sha256:0417487ad3e1b63924a7b43330c7fe617b0bc5f8a3eb72dee8b6e763021be0ea !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Programs: Compliance Criteria

        This document describes the OpenSPP Programs: Compliance Criteria @@ -438,12 +438,6 @@

        Conclusion

        criteria, it ensures program integrity, targets benefits more effectively, and strengthens accountability within social protection programs.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_programs_sp/README.rst b/spp_programs_sp/README.rst index bc5ce1264..563c455be 100644 --- a/spp_programs_sp/README.rst +++ b/spp_programs_sp/README.rst @@ -7,12 +7,12 @@ OpenSPP Programs: Service Points Integration !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2208c07778201ee4805de995f728fdcc861f2cf7e7a762f496f177faa22b6d77 + !! source digest: sha256:90b2387dd6cb71edf37c0b9620c90ba48f32c34914b883b79daf10323bfda957 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -145,11 +145,6 @@ implementers. By connecting beneficiaries, entitlements, and service providers, this module contributes to a more efficient, transparent, and beneficiary-centric approach to social protection program delivery. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_programs_sp/static/description/index.html b/spp_programs_sp/static/description/index.html index 203a4442b..8cc272132 100644 --- a/spp_programs_sp/static/description/index.html +++ b/spp_programs_sp/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Programs: Service Points Integration

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2208c07778201ee4805de995f728fdcc861f2cf7e7a762f496f177faa22b6d77 +!! source digest: sha256:90b2387dd6cb71edf37c0b9620c90ba48f32c34914b883b79daf10323bfda957 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Programs: Service Points Integration

        This document outlines the OpenSPP Programs (Service Points @@ -491,12 +491,6 @@

        Conclusion

        implementers. By connecting beneficiaries, entitlements, and service providers, this module contributes to a more efficient, transparent, and beneficiary-centric approach to social protection program delivery.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_registrant_import/README.rst b/spp_registrant_import/README.rst index 2b6e42d38..e1f1aeeb2 100644 --- a/spp_registrant_import/README.rst +++ b/spp_registrant_import/README.rst @@ -7,12 +7,12 @@ OpenSPP Registrant Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bcb33186b5acd980ae1b0a5ea543f85542ec4687834da98f35aa8beb6698651a + !! source digest: sha256:6ce2fd054fb5d100c7f0b8c4a2b2d7a9f1fc37adc161dd55398d06039c45d4e5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -100,11 +100,6 @@ mapping and automating unique ID generation and assignment, this module enhances data integrity, reduces manual effort, and improves the overall efficiency of data management within OpenSPP. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_registrant_import/static/description/index.html b/spp_registrant_import/static/description/index.html index d04d57b59..16967fb97 100644 --- a/spp_registrant_import/static/description/index.html +++ b/spp_registrant_import/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Registrant Import

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:bcb33186b5acd980ae1b0a5ea543f85542ec4687834da98f35aa8beb6698651a +!! source digest: sha256:6ce2fd054fb5d100c7f0b8c4a2b2d7a9f1fc37adc161dd55398d06039c45d4e5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Registrant Import

        This document describes the OpenSPP Registrant Import module, which @@ -443,12 +443,6 @@

        Conclusion

        mapping and automating unique ID generation and assignment, this module enhances data integrity, reduces manual effort, and improves the overall efficiency of data management within OpenSPP.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_registrant_tag/README.rst b/spp_registrant_tag/README.rst index 3eda986ff..6e7ec499b 100644 --- a/spp_registrant_tag/README.rst +++ b/spp_registrant_tag/README.rst @@ -7,12 +7,12 @@ OpenSPP Registrant Tags !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:77ff3b2a3fb8da44f8d0f4a5d06a75389e8fd3ef7df579ec5e5f48c808b70c94 + !! source digest: sha256:1e435fbaffcac4a349dff858c1db119d1fe4214a302cb0059bb7cbca1221eaaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -77,11 +77,6 @@ registrants within OpenSPP. By offering a focused approach to registrant tagging, it enhances the usability and efficiency of the overall registry system. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_registrant_tag/static/description/index.html b/spp_registrant_tag/static/description/index.html index 7e049e03f..561c2c767 100644 --- a/spp_registrant_tag/static/description/index.html +++ b/spp_registrant_tag/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Registrant Tags

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:77ff3b2a3fb8da44f8d0f4a5d06a75389e8fd3ef7df579ec5e5f48c808b70c94 +!! source digest: sha256:1e435fbaffcac4a349dff858c1db119d1fe4214a302cb0059bb7cbca1221eaaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Registrant Tags

        This document outlines the functionality of the OpenSPP Registrant @@ -422,12 +422,6 @@

        Conclusion

        registrants within OpenSPP. By offering a focused approach to registrant tagging, it enhances the usability and efficiency of the overall registry system.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_registry_data_source/README.rst b/spp_registry_data_source/README.rst index 0e4c95a47..0120a45c7 100644 --- a/spp_registry_data_source/README.rst +++ b/spp_registry_data_source/README.rst @@ -7,7 +7,7 @@ OpenSPP Data Source !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4fce0d2e532611ab3d333aedb539f5c9adb6f826c6f8aa27509ccb0e71d135a6 + !! source digest: sha256:b4419397e44fcfe0aab10ea3b6cbf1662e1c603629602e8942c48279aa9f770e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_registry_data_source/static/description/index.html b/spp_registry_data_source/static/description/index.html index 8ac95512e..13a66176e 100644 --- a/spp_registry_data_source/static/description/index.html +++ b/spp_registry_data_source/static/description/index.html @@ -367,7 +367,7 @@

        OpenSPP Data Source

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4fce0d2e532611ab3d333aedb539f5c9adb6f826c6f8aa27509ccb0e71d135a6 +!! source digest: sha256:b4419397e44fcfe0aab10ea3b6cbf1662e1c603629602e8942c48279aa9f770e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        diff --git a/spp_registry_group_hierarchy/README.rst b/spp_registry_group_hierarchy/README.rst index e21463269..9baf8275f 100644 --- a/spp_registry_group_hierarchy/README.rst +++ b/spp_registry_group_hierarchy/README.rst @@ -7,7 +7,7 @@ OpenSPP Registry Group Hierarchy !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a5fe68794263000e66fb737003f344617253348ad0f8f16d3344df03a28c5928 + !! source digest: sha256:c08a207e78ad4a0865c3b39e9363d791ec3f6f529925193df594bfc0a2c38ce4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_registry_group_hierarchy/static/description/index.html b/spp_registry_group_hierarchy/static/description/index.html index 1c2a6c879..2f617131b 100644 --- a/spp_registry_group_hierarchy/static/description/index.html +++ b/spp_registry_group_hierarchy/static/description/index.html @@ -367,7 +367,7 @@

        OpenSPP Registry Group Hierarchy

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a5fe68794263000e66fb737003f344617253348ad0f8f16d3344df03a28c5928 +!! source digest: sha256:c08a207e78ad4a0865c3b39e9363d791ec3f6f529925193df594bfc0a2c38ce4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        diff --git a/spp_scan_id_document/README.rst b/spp_scan_id_document/README.rst index 9332dbaf1..7d8bb63e2 100644 --- a/spp_scan_id_document/README.rst +++ b/spp_scan_id_document/README.rst @@ -7,12 +7,12 @@ OpenSPP Registry: Scan ID Document !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:37564a73742cee0a5111d4cbae6b7bea6842da9f481a337f5be91764f0df28c6 + !! source digest: sha256:22835dfef04ccca863a5945b85826b9cb6efd1f88c469bf01eedaaae7fff76c8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -75,11 +75,6 @@ registrant form. Clicking this button activates the ID document scanning widget, enabling users to scan physical documents directly into the system. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_scan_id_document/static/description/index.html b/spp_scan_id_document/static/description/index.html index 4a9209a77..8998276f4 100644 --- a/spp_scan_id_document/static/description/index.html +++ b/spp_scan_id_document/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Registry: Scan ID Document

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:37564a73742cee0a5111d4cbae6b7bea6842da9f481a337f5be91764f0df28c6 +!! source digest: sha256:22835dfef04ccca863a5945b85826b9cb6efd1f88c469bf01eedaaae7fff76c8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Registry: Scan ID Document

        This document outlines the functionality of the OpenSPP Registry - @@ -421,12 +421,6 @@

        User Interface Changes

        registrant form. Clicking this button activates the ID document scanning widget, enabling users to scan physical documents directly into the system.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_service_point_device/README.rst b/spp_service_point_device/README.rst index acc8aa00b..8574b9b86 100644 --- a/spp_service_point_device/README.rst +++ b/spp_service_point_device/README.rst @@ -7,12 +7,12 @@ OpenSPP Service Point Device !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:618afd10a62dd7fb7ca52714db97f8f3de908d8b349e59b907564ec88ab3f003 + !! source digest: sha256:6eb6cdcfe8afa772a8be792d7960ca930c09b12c4dca1194ea107b1c10d576f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -85,11 +85,6 @@ and linking it to service points, this module contributes to better hardware resource management and supports the efficient operation of social protection programs and farmer registries. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/spp_service_point_device/static/description/index.html b/spp_service_point_device/static/description/index.html index bfd1daef5..c23c14098 100644 --- a/spp_service_point_device/static/description/index.html +++ b/spp_service_point_device/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP Service Point Device

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:618afd10a62dd7fb7ca52714db97f8f3de908d8b349e59b907564ec88ab3f003 +!! source digest: sha256:6eb6cdcfe8afa772a8be792d7960ca930c09b12c4dca1194ea107b1c10d576f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Alpha License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Service Point Device

        This document outlines the OpenSPP Service Point Device module, @@ -432,12 +432,6 @@

        Conclusion

        and linking it to service points, this module contributes to better hardware resource management and supports the efficient operation of social protection programs and farmer registries.

        -
        -

        Important

        -

        This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

        -

        Table of contents

        diff --git a/spp_service_points/README.rst b/spp_service_points/README.rst index 3d24839ba..0338352d0 100644 --- a/spp_service_points/README.rst +++ b/spp_service_points/README.rst @@ -7,7 +7,7 @@ OpenSPP Service Points Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ea78417fba01290cd9a82b205375a1f660e09b5a26e07c33fc649fd734b35fbd + !! source digest: sha256:c177d3c910c47a0afa091bf63d373da2c188c5a22056953d1406644ee3220aaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/spp_service_points/static/description/index.html b/spp_service_points/static/description/index.html index dc3d1cc66..0e82bd7b0 100644 --- a/spp_service_points/static/description/index.html +++ b/spp_service_points/static/description/index.html @@ -367,7 +367,7 @@

        OpenSPP Service Points Management

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ea78417fba01290cd9a82b205375a1f660e09b5a26e07c33fc649fd734b35fbd +!! source digest: sha256:c177d3c910c47a0afa091bf63d373da2c188c5a22056953d1406644ee3220aaf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        diff --git a/spp_starter/README.rst b/spp_starter/README.rst index 41aa341f2..a8818d663 100644 --- a/spp_starter/README.rst +++ b/spp_starter/README.rst @@ -7,12 +7,12 @@ OpenSPP: Starter !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5e7e54b44a37fc65a7161e053d806d668e02f290f59995cd1ac3d39060176bb1 + !! source digest: sha256:9b4e89c0b8802fec7a7bd9bac4f7414140202448e1f7048823a42f5eb91b3d5c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 diff --git a/spp_starter/static/description/index.html b/spp_starter/static/description/index.html index e335b6b77..9de629505 100644 --- a/spp_starter/static/description/index.html +++ b/spp_starter/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP: Starter

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5e7e54b44a37fc65a7161e053d806d668e02f290f59995cd1ac3d39060176bb1 +!! source digest: sha256:9b4e89c0b8802fec7a7bd9bac4f7414140202448e1f7048823a42f5eb91b3d5c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP Starter Module

        This module serves as the starting point for configuring and launching a diff --git a/spp_user_roles/README.rst b/spp_user_roles/README.rst index f54df720e..2111f5d88 100644 --- a/spp_user_roles/README.rst +++ b/spp_user_roles/README.rst @@ -2,17 +2,17 @@ OpenSPP User Roles ================== -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8bca708161ce1efdfcdd063102286ec448fb0937413c2d8e4b68b7c57ba585d7 + !! source digest: sha256:8c1a7c76b7a51fa8a5752ac39321f41528cff778630892000b05144405b0b35f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -62,18 +62,18 @@ Dependencies and Integration to the Base module, it impacts access to group registrant data based on area assignments. -4. **OpenSPP Area (**\ `spp_area `__\ **):** The module +3. **OpenSPP Area (**\ `spp_area `__\ **):** The module heavily relies on the area hierarchy defined in the `spp_area `__ module. Local roles are directly associated with specific areas, and user access is restricted accordingly. -5. **OpenSPP ID Queue (**\ `spp_idqueue `__\ **):** +4. **OpenSPP ID Queue (**\ `spp_idqueue `__\ **):** Integrates with the ID Queue module to control access to ID card requests and batches based on area assignments, ensuring that users only manage requests originating from their designated locations. -6. **Base User Role (base_user_role):** Extends the base Odoo module for +5. **Base User Role (base_user_role):** Extends the base Odoo module for user role management, inheriting its core functionalities and adding the area-based restrictions. @@ -158,7 +158,7 @@ Maintainers Current maintainers: -|maintainer-jeremi| |maintainer-gonzalesedwin1123| +|maintainer-jeremi| |maintainer-gonzalesedwin1123| This module is part of the `OpenSPP/openspp-modules `_ project on GitHub. diff --git a/spp_user_roles/static/description/index.html b/spp_user_roles/static/description/index.html index f613ffec2..a7d0f6458 100644 --- a/spp_user_roles/static/description/index.html +++ b/spp_user_roles/static/description/index.html @@ -367,9 +367,9 @@

        OpenSPP User Roles

        !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8bca708161ce1efdfcdd063102286ec448fb0937413c2d8e4b68b7c57ba585d7 +!! source digest: sha256:8c1a7c76b7a51fa8a5752ac39321f41528cff778630892000b05144405b0b35f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

        Beta License: LGPL-3 OpenSPP/openspp-modules

        +

        Production/Stable License: LGPL-3 OpenSPP/openspp-modules

        OpenSPP User Roles