From ac399fa4fa5d28e18c26419ecc5a44cda3f2c3c2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 5 Aug 2021 19:22:26 +0200 Subject: Preventive file: cost propertues - display cost in sheet files --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') 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 -- cgit v1.2.3