update app_mobile_api

This commit is contained in:
Ivan Office
2024-08-11 01:28:56 +08:00
parent d85d28a3ce
commit 9663f0570e
2 changed files with 5 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
12. Support Odoo 17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
13. Full Open Source.
==========
程序员网站开发专用
程序员电商网站开发专用
1. 快速电商产品页编辑,源码方式编辑网站产品内容
2. 批量产品网页内容编辑
3. 批量翻译网站页面,博客,产品信息。快速生成全球化网站,需要额外付费模块 app_ai_seo

View File

@@ -21,6 +21,7 @@
<attribute name="optional">show</attribute>
</xpath>
<xpath expr="//field[@name='is_published']" position="after">
<field name="website_url" optional="hide"/>
<field name="seo_name" optional="hide"/>
<field name="website_meta_keywords" optional="hide"/>
<field name="website_meta_title" optional="hide"/>
@@ -43,13 +44,14 @@
<field name="seo_name"/>
<field name="website_meta_keywords"/>
<field name="website_meta_title"/>
<field name="website_url"/>
</group>
<group>
<field name="website_meta_description"/>
</group>
</group>
<group string="Content">
<field name="website_description" nolabel="1"/>
<field name="website_description" nolabel="1" colspan="2"/>
</group>
</page>
</xpath>
@@ -95,6 +97,7 @@
<field name="website_meta_title" string="Meta Title"/>
<field name="website_meta_description" string="Meta Description"/>
<field name="website_meta_keywords" string="Meta Keywords" help="Separate every keyword with a comma"/>
<field name="website_url"/>
</group>
</page>
</notebook>