|
1 | | -.. image:: https://odoo-community.org/readme-banner-image |
2 | | - :target: https://odoo-community.org/get-involved?utm_source=readme |
3 | | - :alt: Odoo Community Association |
4 | | - |
5 | 1 | ==================== |
6 | 2 | OpenSPP Import Match |
7 | 3 | ==================== |
8 | 4 |
|
9 | | -.. |
| 5 | +.. |
10 | 6 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
11 | 7 | !! This file is generated by oca-gen-addon-readme !! |
12 | 8 | !! changes will be overwritten. !! |
@@ -44,22 +40,22 @@ Key Capabilities |
44 | 40 | - Skip duplicate creation or update existing records when matches are |
45 | 41 | found |
46 | 42 | - Process imports with more than 100 records asynchronously using |
47 | | - ``queue_job`` |
| 43 | + ``job_worker`` |
48 | 44 | - Clear one2many/many2many associations before update to prevent |
49 | 45 | duplicate entries |
50 | 46 |
|
51 | 47 | Key Models |
52 | 48 | ~~~~~~~~~~ |
53 | 49 |
|
54 | | -+-----------------------------+---------------------------------------+ |
55 | | -| Model | Description | |
56 | | -+=============================+=======================================+ |
57 | | -| ``spp.import.match`` | Matching rule configuration for a | |
58 | | -| | specific model | |
59 | | -+-----------------------------+---------------------------------------+ |
60 | | -| ``spp.import.match.fields`` | Individual fields used in a rule, | |
61 | | -| | supports sub-fields | |
62 | | -+-----------------------------+---------------------------------------+ |
| 50 | ++-----------------------------+----------------------------------------+ |
| 51 | +| Model | Description | |
| 52 | ++=============================+========================================+ |
| 53 | +| ``spp.import.match`` | Matching rule configuration for a | |
| 54 | +| | specific model | |
| 55 | ++-----------------------------+----------------------------------------+ |
| 56 | +| ``spp.import.match.fields`` | Individual fields used in a rule, | |
| 57 | +| | supports sub-fields | |
| 58 | ++-----------------------------+----------------------------------------+ |
63 | 59 |
|
64 | 60 | Configuration |
65 | 61 | ~~~~~~~~~~~~~ |
@@ -107,7 +103,7 @@ Extension Points |
107 | 103 | Dependencies |
108 | 104 | ~~~~~~~~~~~~ |
109 | 105 |
|
110 | | -``base``, ``spp_base_common``, ``base_import``, ``queue_job``, |
| 106 | +``base``, ``spp_base_common``, ``base_import``, ``job_worker``, |
111 | 107 | ``spp_security`` |
112 | 108 |
|
113 | 109 | **Table of contents** |
@@ -149,4 +145,4 @@ Current maintainers: |
149 | 145 |
|
150 | 146 | This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_import_match>`_ project on GitHub. |
151 | 147 |
|
152 | | -You are welcome to contribute. |
| 148 | +You are welcome to contribute. |
0 commit comments