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
commitc3f9a8944f8c9892a007f95c24d0bf23001fe840 (patch)
treeb97918956184f4ab2427fc5c8cf56f9596f13507 /ishtar_common/models.py
parent6d307f63eab0b857e12605622d5a2be514543be9 (diff)
downloadIshtar-c3f9a8944f8c9892a007f95c24d0bf23001fe840.tar.bz2
Ishtar-c3f9a8944f8c9892a007f95c24d0bf23001fe840.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