diff options
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 |
commit | 4e1de0371402810fd6927d6053fb4c03f45f6245 (patch) | |
tree | 2995b5eea17caa89fb31a7a140dd0aa594ca8d6e /ishtar_common/models.py | |
parent | c328845dacc9f66fea624b26e06db20d764529be (diff) | |
download | Ishtar-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.py | 2 |
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 |