wbcrm 1.49.5__py2.py3-none-any.whl → 1.49.6__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wbcrm might be problematic. Click here for more details.
|
@@ -15,6 +15,7 @@ class AccountDisplayConfig(DisplayViewConfig):
|
|
|
15
15
|
def get_list_display(self) -> Optional[dp.ListDisplay]:
|
|
16
16
|
return dp.ListDisplay(
|
|
17
17
|
fields=[
|
|
18
|
+
dp.Field(key="title", label="Title", pinned="left"),
|
|
18
19
|
dp.Field(key="status", label="Status"),
|
|
19
20
|
dp.Field(
|
|
20
21
|
key="owner",
|
|
@@ -34,9 +35,7 @@ class AccountDisplayConfig(DisplayViewConfig):
|
|
|
34
35
|
),
|
|
35
36
|
],
|
|
36
37
|
tree=True,
|
|
37
|
-
tree_group_pinned="left",
|
|
38
38
|
tree_group_field="title",
|
|
39
|
-
tree_group_label="Title",
|
|
40
39
|
tree_group_field_sortable=True,
|
|
41
40
|
tree_group_level_options=[
|
|
42
41
|
dp.TreeGroupLevelOption(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wbcrm
|
|
3
|
-
Version: 1.49.
|
|
3
|
+
Version: 1.49.6
|
|
4
4
|
Summary: A workbench module that contains all the functionality related to a customer relationship management.
|
|
5
5
|
Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
|
|
6
6
|
Requires-Dist: django-eventtools==1.*
|
|
@@ -147,7 +147,7 @@ wbcrm/viewsets/buttons/accounts.py,sha256=8r07RQ5l-MZQO3yY-NT5D18nJs_lMVweYi28lH
|
|
|
147
147
|
wbcrm/viewsets/buttons/activities.py,sha256=0H-p8NrlHqBOF0Xb2tKV_rBzUJquHuQg37At-EeLvFM,3876
|
|
148
148
|
wbcrm/viewsets/buttons/signals.py,sha256=DbY78n1T_zqs16DW5x_5gsFyd-GUN1KrExWLUvT5-YI,729
|
|
149
149
|
wbcrm/viewsets/display/__init__.py,sha256=Ryjs6DW42eFHuh3_uW91blo0pgfR07dCDeZzOU12mNM,357
|
|
150
|
-
wbcrm/viewsets/display/accounts.py,sha256=
|
|
150
|
+
wbcrm/viewsets/display/accounts.py,sha256=Ai1pUYqWmuT_55FpnFU5xTvXhmDc3CZqjqpxbMtozOA,4656
|
|
151
151
|
wbcrm/viewsets/display/activities.py,sha256=EPUql__9q788y-hJ0_9l7vALMAHsMOgnHfmutRfArcQ,18653
|
|
152
152
|
wbcrm/viewsets/display/groups.py,sha256=fwmqaWrGWS6GwCi2PkjH9dbgwx5uf8pebXrjDB5tIeQ,785
|
|
153
153
|
wbcrm/viewsets/display/products.py,sha256=D5AmkE4HqZPcablhBmnQRpgCjKMD45vCaKjoAAnvY20,3988
|
|
@@ -170,6 +170,6 @@ wbcrm/viewsets/titles/products.py,sha256=cFAK5zljjybabk2U0KzPT2PVfV5vmO_UlJd6QlI
|
|
|
170
170
|
wbcrm/viewsets/titles/utils.py,sha256=IaHQTmEG2OwIHS1bRv7sjuT950wefUJNi3yvPdrpNEs,1144
|
|
171
171
|
wbcrm/workflows/__init__.py,sha256=biwXXPkVJugT9Vc1cwbInAUY8EnVmOauxdPz7e_2w_A,32
|
|
172
172
|
wbcrm/workflows/assignee_methods.py,sha256=L7ymErtcpFgXdTMTj_lDOVJqsLAGLNT6qMlrkHGuXWM,999
|
|
173
|
-
wbcrm-1.49.
|
|
174
|
-
wbcrm-1.49.
|
|
175
|
-
wbcrm-1.49.
|
|
173
|
+
wbcrm-1.49.6.dist-info/METADATA,sha256=vzTanzHR-73mnzQb8_CIOqxl5hENexjmsqDZYy09nHE,450
|
|
174
|
+
wbcrm-1.49.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
175
|
+
wbcrm-1.49.6.dist-info/RECORD,,
|
|
File without changes
|