wbcrm 1.50.12__py2.py3-none-any.whl → 1.50.14__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.

wbcrm/filters/accounts.py CHANGED
@@ -5,6 +5,15 @@ from wbcrm.models.accounts import Account, AccountRole
5
5
 
6
6
 
7
7
  class AccountFilter(wb_filters.FilterSet):
8
+ parent = wb_filters.ModelChoiceFilter(
9
+ label="Parent",
10
+ queryset=Account.objects.all(),
11
+ endpoint=Account.get_representation_endpoint(),
12
+ value_key=Account.get_representation_value_key(),
13
+ label_key=Account.get_representation_label_key(),
14
+ hidden=True,
15
+ )
16
+ parent__isnull = wb_filters.BooleanFilter(field_name="parent", lookup_expr="isnull", hidden=True)
8
17
  customer = wb_filters.ModelChoiceFilter(
9
18
  label="Customer",
10
19
  queryset=Entry.objects.all(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcrm
3
- Version: 1.50.12
3
+ Version: 1.50.14
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.*
@@ -19,7 +19,7 @@ wbcrm/factories/activities.py,sha256=Nb5ysYxhAguePn6aSdFrNqAScpaZ-OezH-q6ODFlLDE
19
19
  wbcrm/factories/groups.py,sha256=OWmGk-H9zEnLOo_5oe4czSVvAUUOfrpUmVHgG9xvtak,621
20
20
  wbcrm/factories/products.py,sha256=UuhCaSZsrmIA8ccj80gAaNNlAmhcKLjwDwNOvE3BHro,244
21
21
  wbcrm/filters/__init__.py,sha256=ZX47xCq18N_FTvvFCk2mIlFoValKFaTcxw9xv8qdn0E,305
22
- wbcrm/filters/accounts.py,sha256=JI1Xv_Tvrva7p-4ErKzGh4PrVZxnJiWZYF8KHTEbkbE,2330
22
+ wbcrm/filters/accounts.py,sha256=WwBNxXnyevdP_k7yHCgy-5eM-ILc8MgVTltPcAmu760,2738
23
23
  wbcrm/filters/activities.py,sha256=y1MmnXlypIcDfj4P3oa3VbAHY1LTwGamUeeX6h6XbDs,7783
24
24
  wbcrm/filters/groups.py,sha256=X6XC5nUZOlOwuJJxjl0tD9-FfzFkwIDeIXUdbQ1GHMs,624
25
25
  wbcrm/filters/products.py,sha256=K1ZJ4hhMibv0YBnQyzlPqg4KkT-uq_fGVNVJPzlP8j0,1204
@@ -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.50.12.dist-info/METADATA,sha256=kOr9G8O7n6ZzMOM7vEv-7WyIz334iSG3-Hdv85xLpSs,451
174
- wbcrm-1.50.12.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
175
- wbcrm-1.50.12.dist-info/RECORD,,
173
+ wbcrm-1.50.14.dist-info/METADATA,sha256=LibQUBZT9cuAGvolgmC1F8-TFbm_GQTrqYDe8x-x0F4,451
174
+ wbcrm-1.50.14.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
175
+ wbcrm-1.50.14.dist-info/RECORD,,