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>2021-08-05 19:22:26 +0200
commit4e1de0371402810fd6927d6053fb4c03f45f6245 (patch)
tree2995b5eea17caa89fb31a7a140dd0aa594ca8d6e /ishtar_common/models.py
parentc328845dacc9f66fea624b26e06db20d764529be (diff)
downloadIshtar-4e1de0371402810fd6927d6053fb4c03f45f6245.tar.bz2
Ishtar-4e1de0371402810fd6927d6053fb4c03f45f6245.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 e0b22a4f0..6007cadef 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1093,6 +1093,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