Skip to content

Commit

Permalink
[IMP] attribute_set: display field help
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Dec 7, 2023
1 parent ceeb251 commit f4832da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attribute_set/views/attribute_attribute_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
name="field_description"
attrs="{'required': [('nature', '=', 'custom')]}"
/>
<field name="help" />
<field
name="name"
attrs="{'readonly': [('create_date', '!=', False)], 'required': [('nature', '=', 'custom')]}"
Expand Down

0 comments on commit f4832da

Please sign in to comment.