We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb1bb3 + 76955cf commit 9c26348Copy full SHA for 9c26348
auth_api_key/views/auth_api_key.xml
@@ -6,7 +6,7 @@
6
<field name="name">auth.api.key.form (in auth_api_key)</field>
7
<field name="model">auth.api.key</field>
8
<field name="arch" type="xml">
9
- <form create="false" edit="false">
+ <form>
10
<sheet>
11
<field name="active" invisible="1" />
12
<widget
@@ -21,7 +21,7 @@
21
</h1>
22
<group name="config" colspan="4" col="4">
23
<field name="user_id" colspan="4" />
24
- <field name="key" colspan="4" />
+ <field name="key" colspan="4" password="True" />
25
</group>
26
</sheet>
27
</form>
0 commit comments