mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update 开发模板
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
<field name="arch" type="xml">
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="ai_user_id" options="show"/>
|
||||
<field name="first_ask_time" options="show"/>
|
||||
<field name="service_start_date" options="show"/>
|
||||
<field name="service_end_date" options="show"/>
|
||||
<field name="used_number" sum="Total" options="hide"/>
|
||||
<field name="max_number" sum="Total" options="hide"/>
|
||||
<field name="human_prompt_tokens" sum="Total" options="show"/>
|
||||
<field name="ai_completion_tokens" sum="Total" options="show"/>
|
||||
<field name="tokens_total" sum="Total" options="show"/>
|
||||
<field name="token_balance" sum="Total" options="show"/>
|
||||
<field name="token_allow" sum="Total" options="show"/>
|
||||
<field name="ai_user_id" optional="show"/>
|
||||
<field name="first_ask_time" optional="show"/>
|
||||
<field name="service_start_date" optional="show"/>
|
||||
<field name="service_end_date" optional="show"/>
|
||||
<field name="used_number" sum="Total" optional="hide"/>
|
||||
<field name="max_number" sum="Total" optional="hide"/>
|
||||
<field name="human_prompt_tokens" sum="Total" optional="show"/>
|
||||
<field name="ai_completion_tokens" sum="Total" optional="show"/>
|
||||
<field name="tokens_total" sum="Total" optional="show"/>
|
||||
<field name="token_balance" sum="Total" optional="show"/>
|
||||
<field name="token_allow" sum="Total" optional="show"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user