Skip to content

Commit

Permalink
fixup! fixup! [11.0][MIG] partner_identification
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Nov 29, 2017
1 parent 9d5e9bd commit b68a482
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions partner_identification/tests/test_res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ def _init_test_model(cls, model_cls):
inst = model_cls._build_model(registry, cr)
model = cls.env[model_cls._inherit].with_context(todo=[])
model._prepare_setup()
model._setup_base(partial=False)
model._setup_fields(partial=False)
model._setup_base()
model._setup_fields()
model._setup_complete()
model._auto_init()
model.init()
model._auto_end()
return inst

@classmethod
Expand Down

0 comments on commit b68a482

Please sign in to comment.