wbcrm 1.46.1__py2.py3-none-any.whl → 1.46.3__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/models/accounts.py CHANGED
@@ -216,7 +216,7 @@ class Account(ComplexToStringMixin, DeleteToDisableMixin, WBModel, MPTTModel):
216
216
  return user.has_perm("wbcrm.administrate_account")
217
217
 
218
218
  def compute_str(self) -> str:
219
- title = self.title or self.reference_id
219
+ title = self.title or str(self.reference_id)
220
220
  if self.parent:
221
221
  title += f" ({self.parent.computed_str})"
222
222
  return title
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcrm
3
- Version: 1.46.1
3
+ Version: 1.46.3
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.*
@@ -46,7 +46,7 @@ wbcrm/migrations/0016_auto_20241205_1015.py,sha256=E82BmOegfyJmmmaKemL_bT2OEVywi
46
46
  wbcrm/migrations/0017_event.py,sha256=PzhAVAa2z4itzctQBz-6i__aRDh3TDe029F8leE34W0,1422
47
47
  wbcrm/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
48
  wbcrm/models/__init__.py,sha256=23U2eBeZStYgUKSGfi3q88JtfqfbNTk7MbnLEAGw1gk,287
49
- wbcrm/models/accounts.py,sha256=rco_DfIBheME1ASyCRpTZU-8c-LpOcVwf5YENZjkRA8,25430
49
+ wbcrm/models/accounts.py,sha256=Wtr8QtHWSnkVmbdZqY64kQJaZ5UDqSfkIKSUaqxBirI,25435
50
50
  wbcrm/models/activities.py,sha256=ouCAB_X-ZYRaSHLbstl4YGsPFWOUOLxE1K0Y18skgnk,53844
51
51
  wbcrm/models/events.py,sha256=jUHArKuZlPzMXpzwrtxM0fI6POF2-ETybtphjPQxqqA,393
52
52
  wbcrm/models/groups.py,sha256=UFGQ1JXvVq_IMZ5nmEBha01wozilRTbPpjaqfjHvEw8,4301
@@ -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.46.1.dist-info/METADATA,sha256=_HC7weX1sBi9pdISHlpvwGItxslrS4sdpba9ou81s7w,450
174
- wbcrm-1.46.1.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
175
- wbcrm-1.46.1.dist-info/RECORD,,
173
+ wbcrm-1.46.3.dist-info/METADATA,sha256=BdJGoEM0GPFHIV30hs6gGNR0aZzry1FtBy-QBQwsbUQ,450
174
+ wbcrm-1.46.3.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
175
+ wbcrm-1.46.3.dist-info/RECORD,,
File without changes