diff options
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 |
commit | c3f9a8944f8c9892a007f95c24d0bf23001fe840 (patch) | |
tree | b97918956184f4ab2427fc5c8cf56f9596f13507 /ishtar_common/models.py | |
parent | 6d307f63eab0b857e12605622d5a2be514543be9 (diff) | |
download | Ishtar-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.py | 2 |
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 |