update misc

This commit is contained in:
ivan deng
2023-08-01 23:03:25 +08:00
parent 49a9f5b3ba
commit d5eeb4b02e
76 changed files with 869 additions and 61 deletions

View File

@@ -11,8 +11,8 @@
<function model="ir.config_parameter" name="set_param" eval="('app_show_enterprise', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_share', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_poweredby', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_url', 'https://www.odooai.cn/documentation/user/13.0/zh_CN/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_dev_url', 'https://www.odooai.cn/documentation/13.0/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_url', 'https://www.odooai.cn/documentation/user/16.0/zh_CN/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_dev_url', 'https://www.odooai.cn/documentation/16.0/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_support_url', 'https://www.odooai.cn/trial')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_title', 'My Online Account')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_url', 'https://www.odooai.cn/my-account')"/>

View File

@@ -12,7 +12,7 @@
<field name="installed_version" position="after">
<field name="latest_version" optional="hide"/>
<field name="local_updatable" optional="show"/>
<field name="addons_path" optional="hide"/>
<field name="addons_path" optional="hide" groups="base.group_no_one"/>
</field>
<field name="website" position="attributes">
<attribute name="optional">hide</attribute>
@@ -29,7 +29,7 @@
<filter name="is_local_updatable" string="Local updatable" domain="[('local_updatable', '=', True)]"/>
</filter>
<xpath expr="//search/group" position="inside">
<filter string="Addons Path" name="addons_path" domain="[]" context="{'group_by': 'addons_path_id'}"/>
<filter string="Addons Path" name="addons_path" domain="[]" context="{'group_by': 'addons_path_id'}" groups="base.group_no_one"/>
</xpath>
</field>
</record>
@@ -47,7 +47,7 @@
<xpath expr="//notebook/page/group" position="inside">
<group name="module_path">
<field name="addons_path_id" invisible="1"/>
<field name="addons_path"/>
<field name="addons_path" groups="base.group_no_one"/>
</group>
</xpath>
</field>