Browse Source

make test_configuration_helper installable and set name on inheritance

12.0-mig-module_prototyper_last
Timon Tschanz 6 years ago
committed by sebalix
parent
commit
b58ca6068f
  1. 1
      configuration_helper/models/config.py

1
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:

Loading…
Cancel
Save