From 4cc1836803c6f8eb847cf81e9927a6b138526c3e Mon Sep 17 00:00:00 2001 From: nicolasjamoulle Date: Fri, 22 Mar 2019 15:35:24 +0100 Subject: [PATCH] Dots alignment --- beesdoo_shift/wizard/subscribe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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