update readme

This commit is contained in:
Ivan Office
2023-10-05 16:22:02 +08:00
parent daf93fb87e
commit 552285e024
4 changed files with 27 additions and 7 deletions

View File

@@ -1,9 +1,28 @@
Odoo Addon for 17,16,15,14,13,12,11,10
# Odoo Addon for 17,16,15,14,13,12,11,10Odoo的全版本开源免费增强集合
本 Repo 在中国 Gitee 的镜像,便于中国用户访问
[https://gitee.com/guohuadeng/app-odoo](https://gitee.com/guohuadeng/app-odoo)
## Support by [欧度智能 odooAi.cn](https://www.odooai.cn)
广州欧度智能科技有限公司
Odoo中国官方伙伴原广州尚鹏
1. Odoo项目100%客户成功交付
2. Odoo官网下载第一服务上千家企业
3. Odoo官网销量第一的中国公司
4. 钉钉、企业微信认证服务商
5. 微软中国ChatGPT服务商Ai服务中心
6. 十年专注Odoo开源ERP开发实施培训
7. Odoo中文[应用商店,海量免费及商业模块主题](https://www.odooapp.cn)
## Todo
test update
1. Odoo微信相关将已开发的、第三方的免费上架
2. Odoo企业微信相关将已开发的、第三方的免费上架
3. Odoo钉钉相关将已开发的、第三方的免费上架
4. 原 ztree, superbar 的升级,升级 zchar
5. Odoo社区版主题上架
6. Odoo 17 升级部份已完成,等待发布
ztree, superbar
# Odoo Apps 清单,已上架 [Odoo中文应用商店](https://www.odooapp.cn)
## app_account_invoice_product_multi_add

View File

@@ -34,6 +34,7 @@
</xpath>
<xpath expr="//field[@name='is_seo_optimized']" position="before">
<button name="action_post_debug_view" type="object" title="Settings" icon="fa-bug fa-lg" groups="base.group_no_one"/>
<button name="action_post_code_view" type="object" title="Source Code" icon="fa-code fa-lg" groups="base.group_no_one"/>
</xpath>
</field>
</record>
@@ -46,7 +47,7 @@
<xpath expr="//page[@name='seo']" position="after">
<page name="post_content" string="Content">
<field name="content" widget="html" nolabel="1" class="oe-bordered-editor"
options="{'sandboxedPreview': true, 'codeview': true, 'dynamic_placeholder': true}"/>
options="{'style-inline': true, 'codeview': true, 'dynamic_placeholder': true}"/>
</page>
</xpath>
<xpath expr="//field[@name='visits']" position="attributes">

View File

@@ -25,6 +25,7 @@
</xpath>
<xpath expr="//field[@name='is_seo_optimized']" position="before">
<button name="action_page_debug_view" position="move"/>
<button name="action_page_code_view" type="object" title="Source Code" icon="fa-code fa-lg" groups="base.group_no_one"/>
<button name="action_page_form_view" type="object" title="Properties Set" icon="fa-file-text-o fa-lg" groups="base.group_no_one"/>
</xpath>
</field>
@@ -63,7 +64,6 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='arch_base']" position="attributes">
<attribute name="widget">html</attribute>
<attribute name="options">{'sandboxedPreview': true}</attribute>
</xpath>
</field>
</record>

View File

@@ -9,6 +9,7 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='is_seo_optimized']" position="before">
<button name="action_product_debug_view" type="object" title="Content Set" icon="fa-bug fa-lg" groups="base.group_no_one"/>
<button name="action_product_code_view" type="object" title="Source Code" icon="fa-code fa-lg" groups="base.group_no_one"/>
</xpath>
<xpath expr="//field[@name='website_url']" position="attributes">
<attribute name="optional">hide</attribute>
@@ -54,7 +55,7 @@
</xpath>
</field>
</record>
<!--可以停用此form-->
<record id="app_product_template_form_view_code" model="ir.ui.view">
<field name="name">app.product.template.website.code</field>
<field name="model">product.template</field>
@@ -112,7 +113,6 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='website_description']" position="attributes">
<attribute name="widget">html</attribute>
<attribute name="options">{'sandboxedPreview': true}</attribute>
</xpath>
</field>
</record>