Skip to content

Commit

Permalink
[17.0] Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
onurugur committed Jun 14, 2024
1 parent 1839529 commit 820ab36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions attribute_set/models/attribute_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ def _onchange_name(self):
),
}
return {"warning": warning}

1 change: 1 addition & 0 deletions attribute_set/models/attribute_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ class AttributeSet(models.Model):
help="This is a technical field in order to build filters on this one to avoid"
"access on ir.model",
)

1 change: 1 addition & 0 deletions attribute_set/models/attribute_set_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ def _get_view_fields(self, view_type, models):
attributes = self.env["attribute.attribute"].search(domain)
models[self._name].update(attributes.sudo().mapped("name"))
return models

1 change: 1 addition & 0 deletions attribute_set/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import attribute_option_wizard

0 comments on commit 820ab36

Please sign in to comment.