mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
[app_chatgpt] v18 to be validate
This commit is contained in:
7
app_chatgpt/data/ir_config_parameter.xml
Normal file
7
app_chatgpt/data/ir_config_parameter.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_chatgpt.openapi_context_timeout', '300')"/>
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_chatgpt.openai_sync_config', 'sync')"/>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user