mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ai chatgpt 基础优化
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="app_chat_res_users_tree_view" model="ir.ui.view">
|
||||
<field name="name">app.chat.res.users.tree</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="inherit_id" ref="base.view_users_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='login_date']" position="before">
|
||||
<field name="is_chat_private" widget="boolean_toggle" optional="show"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record id="app_chatgpt_res_users_form" model="ir.ui.view">
|
||||
<field name="name">app.chatgpt.res.users.form</field>
|
||||
<field name="model">res.users</field>
|
||||
|
||||
Reference in New Issue
Block a user