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