diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-05 19:22:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
commit | ac399fa4fa5d28e18c26419ecc5a44cda3f2c3c2 (patch) | |
tree | 354c2e474abad64b14655c1318777c8eee7aaec6 /ishtar_common/models.py | |
parent | 05742fef52598e831ddb6417364576a8b28ad3a5 (diff) | |
download | Ishtar-ac399fa4fa5d28e18c26419ecc5a44cda3f2c3c2.tar.bz2 Ishtar-ac399fa4fa5d28e18c26419ecc5a44cda3f2c3c2.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 |