Skip to content

Commit e49e717

Browse files
committed
[IMP] spp_import_match: fix broken references
Broken references cause oca-gen-addon-readme to fail Signed-off-by: Aldrin Navarro <[email protected]>
1 parent 3ab7cfe commit e49e717

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spp_import_match/readme/DESCRIPTION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ The primary goals of the [spp_import_match](spp_import_match) module are:
1212

1313
## Dependencies and Integration
1414

15-
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.
15+
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.
1616

17-
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.
17+
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.
1818

19-
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.
19+
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.
2020

2121
## Functionality and Integration
2222

23-
* **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.
23+
* **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.
2424
* It allows specifying which model to match against, ensuring the flexibility to work with different data types.
2525
* Users can set up multiple fields to match on, creating a robust system for identifying potential duplicates.
2626
* Conditional matching based on specific import values adds another layer of precision to the process.
2727

2828
* **Field Mapping (spp.import.match.fields):** This model handles the mapping of fields between the imported data and the target model's fields.
29-
* It allows for matching on both simple fields and sub-fields within relational fields, supporting complex data structures.
29+
* It allows for matching on both simple fields and sub-fields within relational fields, supporting complex data structures.
3030
* The module validates the uniqueness of fields chosen for matching, preventing configuration errors.
3131

3232
* **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:
4141

4242
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.
4343

44-
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.
44+
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.
4545

4646
## Conclusion
4747

48-
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.
48+
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.

0 commit comments

Comments
 (0)