From b58ca6068f7e050da75442790fe9db3d02b1deb2 Mon Sep 17 00:00:00 2001 From: Timon Tschanz Date: Thu, 28 Jun 2018 18:04:27 +0200 Subject: [PATCH] make test_configuration_helper installable and set name on inheritance --- configuration_helper/models/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration_helper/models/config.py b/configuration_helper/models/config.py index d9dd18381..32668005c 100644 --- a/configuration_helper/models/config.py +++ b/configuration_helper/models/config.py @@ -30,7 +30,6 @@ class AbstractConfigSettings(models.AbstractModel): @api.model def _setup_base(self): - import pdb; pdb.set_trace() cls = type(self) super(AbstractConfigSettings, self)._setup_base() if not cls._companyObject: