Skip to content

Commit

Permalink
[MIG] data_encryption: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
map-240221 committed Aug 19, 2024
1 parent bf096c5 commit e817963
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data_encryption/models/encrypted_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ def _encrypted_store(self, name, data, env=None):
self.create(
{"name": name, "environment": env, "encrypted_data": encrypted_data}
)
self._encrypted_get.clear_cache(self)
self._encrypted_read_json.clear_cache(self)
self.env.registry.clear_cache()

@api.model
def _encrypted_store_json(self, name, json_data, env=None):
Expand Down

0 comments on commit e817963

Please sign in to comment.