summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-08-05 19:22:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:48 +0200
commit61fbdfe4d35eddf998dc66459c2b5d1a6aeb4e7e (patch)
treeb97918956184f4ab2427fc5c8cf56f9596f13507 /ishtar_common/models.py
parentf56be26de069b226582d0dd9aaaa42a8b7c1c3a0 (diff)
downloadIshtar-61fbdfe4d35eddf998dc66459c2b5d1a6aeb4e7e.tar.bz2
Ishtar-61fbdfe4d35eddf998dc66459c2b5d1a6aeb4e7e.zip
Preventive file: cost propertues - display cost in sheet files
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index d2a476640..6da129adb 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1102,6 +1102,8 @@ class IshtarSiteProfile(models.Model, Cached):
_("Use town to locate when coordinates are missing"), default=True
)
relation_graph = models.BooleanField(_("Generate relation graph"), default=False)
+ preventive_operator = models.BooleanField(_("Preventive operator module"),
+ default=False)
underwater = models.BooleanField(_("Underwater module"), default=False)
parcel_mandatory = models.BooleanField(
_("Parcel are mandatory for context records"), default=True