Skip to content

Commit

Permalink
[IMP] Change from Transient to regular Model
Browse files Browse the repository at this point in the history
Revert "[IMP] Change from Transient to regular Model"

This reverts commit 88cc8fe.

[FIX] commented out unlink method
  • Loading branch information
patrickrwilson committed May 6, 2022
1 parent c6082ca commit a843569
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions product_configurator/wizard/product_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,12 +888,6 @@ def write(self, vals):

return super(ProductConfigurator, self).write(vals)

def unlink(self):
"""Remove parent configuration session along with wizard"""

self.mapped("config_session_id").unlink()
return super(ProductConfigurator, self).unlink()

def action_next_step(self):
"""Proceeds to the next step of the configuration process. This usually
implies the next configuration step (if any) defined via the
Expand Down

0 comments on commit a843569

Please sign in to comment.