diff --git a/Chapter06/ch06_r04/some_model_ch06r04/models.py b/Chapter06/ch06_r04/some_model_ch06r04/models.py index 247c0dc..26fea22 100644 --- a/Chapter06/ch06_r04/some_model_ch06r04/models.py +++ b/Chapter06/ch06_r04/some_model_ch06r04/models.py @@ -6,7 +6,7 @@ class SomeModel(models.Model): @api.multi def create_company(self): - today_str = fields.Date.contex_today() + today_str = fields.Date.context_today() val1 = {'name': 'Eric Idel', 'email': 'eric.idle@example.com', 'date': today_str,