Browse Source

[IMP] make unmixing shares True as the default behavior

pull/1/head
houssine 6 years ago
parent
commit
fe8f912c51
  1. 1
      easy_my_coop/models/company.py

1
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")

Loading…
Cancel
Save