Skip to content

Commit 9c26348

Browse files
committed
Merge PR OCA#533 into 14.0
Signed-off-by thomaspaulb
2 parents ebb1bb3 + 76955cf commit 9c26348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth_api_key/views/auth_api_key.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<field name="name">auth.api.key.form (in auth_api_key)</field>
77
<field name="model">auth.api.key</field>
88
<field name="arch" type="xml">
9-
<form create="false" edit="false">
9+
<form>
1010
<sheet>
1111
<field name="active" invisible="1" />
1212
<widget
@@ -21,7 +21,7 @@
2121
</h1>
2222
<group name="config" colspan="4" col="4">
2323
<field name="user_id" colspan="4" />
24-
<field name="key" colspan="4" />
24+
<field name="key" colspan="4" password="True" />
2525
</group>
2626
</sheet>
2727
</form>

0 commit comments

Comments
 (0)