|
|
@ -22,10 +22,10 @@ |
|
|
|
<group> |
|
|
|
<field name="name" /> |
|
|
|
<field name="create_date" invisible="1"/> |
|
|
|
<field name="client_id" |
|
|
|
<field name="client_id" readonly="1" |
|
|
|
attrs="{'invisible':[('create_date', '==', False)]}" /> |
|
|
|
<label for="secret" string="Client Secret" /> |
|
|
|
<field name="secret" nolabel="1" /> |
|
|
|
<field name="secret" readonly="1" nolabel="1" /> |
|
|
|
<field name="auth_redirect_uri" /> |
|
|
|
<field name="allow_password_grant" /> |
|
|
|
</group> |
|
|
|