diff --git a/beesdoo_shift/wizard/subscribe.py b/beesdoo_shift/wizard/subscribe.py index 3b968c7..b2b9757 100644 --- a/beesdoo_shift/wizard/subscribe.py +++ b/beesdoo_shift/wizard/subscribe.py @@ -27,7 +27,8 @@ class Subscribe(models.TransientModel): return date def _get_info_session_date(self): - date = (self.env['res.partner'].browse(self._context.get('active_id')) + date = (self.env['res.partner'] + .browse(self._context.get('active_id')) .info_session_date) if not date: return False