mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
[UPD] app_chatgpt 15.0
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<label class="col-4" string="Timout then disconnect(s)" for="openapi_context_timeout"/>
|
||||
<field name="openapi_context_timeout" title="After timeout seconds then Disconnect" style="width: 200px !important;"/>Seconds
|
||||
</div>
|
||||
<div class="row mt0">
|
||||
<!-- <div class="row mt0">
|
||||
<label class="col-4" for="openai_sync_config"/>
|
||||
<field name="openai_sync_config" style="width: 200px !important;"/>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<xpath expr="//field[@name='name']" position="after">
|
||||
<field name="gpt_id"/>
|
||||
</xpath>
|
||||
<xpath expr="//filter[@name='filter_no_share']" position="before">
|
||||
<xpath expr="//filter[@name='no_share']" position="before">
|
||||
<filter name="is_robot" string="Ai User" domain="[('gpt_id','!=',False)]"/>
|
||||
<filter name="not_robot" string="Not Ai" domain="[('gpt_id','=',False)]"/>
|
||||
<separator/>
|
||||
|
||||
Reference in New Issue
Block a user