Skip to content

Commit ad2d2d7

Browse files
committed
fix(spp_import_match): remove queue_job model extension (incompatible with job_worker)
job_worker's queue.job model has no kwargs field; the _related_action_attachment method and its tests are dead code after removing queue_job_data.xml. Also fix RST table widths to match CI Python 3.11 output.
1 parent 624938d commit ad2d2d7

File tree

5 files changed

+10
-53
lines changed

5 files changed

+10
-53
lines changed

spp_hxl_area/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ UI Location
9494
Security
9595
~~~~~~~~
9696

97-
+----------------------------------+----------------------------------+
98-
| Group | Access |
99-
+==================================+==================================+
100-
| ``spp_security.group_spp_admin`` | Full CRUD on profiles, rules, |
101-
| | indicators |
102-
+----------------------------------+----------------------------------+
103-
| ``base.group_user`` | Read profiles/rules; create/edit |
104-
| | batches |
105-
+----------------------------------+----------------------------------+
97+
+----------------------------------+-----------------------------------+
98+
| Group | Access |
99+
+==================================+===================================+
100+
| ``spp_security.group_spp_admin`` | Full CRUD on profiles, rules, |
101+
| | indicators |
102+
+----------------------------------+-----------------------------------+
103+
| ``base.group_user`` | Read profiles/rules; create/edit |
104+
| | batches |
105+
+----------------------------------+-----------------------------------+
106106

107107
Extension Points
108108
~~~~~~~~~~~~~~~~

spp_import_match/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
from . import base
44
from . import base_import
55
from . import import_match
6-
from . import queue_job

spp_import_match/models/queue_job.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

spp_import_match/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import test_res_partner_import_match
22
from . import test_import_match_model
33
from . import test_base_write
4-
from . import test_queue_job
4+
55
from . import test_base_load
66
from . import test_base_import_methods

spp_import_match/tests/test_queue_job.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)