From fe8f912c51f76c23331f4bed72f143611ec8fcce Mon Sep 17 00:00:00 2001 From: houssine Date: Mon, 1 Apr 2019 12:16:45 +0200 Subject: [PATCH] [IMP] make unmixing shares True as the default behavior --- easy_my_coop/models/company.py | 1 + 1 file changed, 1 insertion(+) diff --git a/easy_my_coop/models/company.py b/easy_my_coop/models/company.py index 41af509..cb23397 100644 --- a/easy_my_coop/models/company.py +++ b/easy_my_coop/models/company.py @@ -28,6 +28,7 @@ class ResCompany(models.Model): " cooperators", required=True) unmix_share_type = fields.Boolean(string="Unmix share type", + default=True, help="If checked, A cooperator will be" " authorised to have only one type" " of share")