From c4ec95ed10a853466c121199b1eded9c6a016490 Mon Sep 17 00:00:00 2001 From: nicolasjamoulle Date: Sat, 2 Mar 2019 09:43:09 +0100 Subject: [PATCH] Followed info session not checked by default --- beesdoo_shift/wizard/subscribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beesdoo_shift/wizard/subscribe.py b/beesdoo_shift/wizard/subscribe.py index 9523d46..3e942a1 100644 --- a/beesdoo_shift/wizard/subscribe.py +++ b/beesdoo_shift/wizard/subscribe.py @@ -36,7 +36,7 @@ class Subscribe(models.TransientModel): partner = self.env['res.partner'].browse(self._context.get('active_id')) return partner.state == 'unsubscribed' and partner.working_mode == 'regular' - info_session = fields.Boolean(string="Followed an information session", default=True) + info_session = fields.Boolean(string="Followed an information session", default=False) info_session_date = fields.Date(string="Date of information session", default=_get_date) super = fields.Boolean(string="Super Cooperator", default=_get_super) working_mode = fields.Selection(