diff options
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 |
commit | a7441f7c07217626733e58d8dfca9a0dc3ddaa24 (patch) | |
tree | 9ace1740c218117e58631c51a851550bc3ab5695 /ishtar_common/models.py | |
parent | bfb1078d8a00d344d9ed65057516e792141ae3f9 (diff) | |
download | Ishtar-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.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 |