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-10-25 12:06:02 +0200
commita7441f7c07217626733e58d8dfca9a0dc3ddaa24 (patch)
tree9ace1740c218117e58631c51a851550bc3ab5695 /ishtar_common/models.py
parentbfb1078d8a00d344d9ed65057516e792141ae3f9 (diff)
downloadIshtar-a7441f7c07217626733e58d8dfca9a0dc3ddaa24.tar.bz2
Ishtar-a7441f7c07217626733e58d8dfca9a0dc3ddaa24.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