mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ai misc desc
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 97 KiB |
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
{
|
||||
'name': "App web enterprise enhance,企业版界面增强",
|
||||
'name': "odoo Enterprise enhance Pack,企业版界面及操作增强",
|
||||
'version': '16.23.04.08',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
@@ -26,7 +26,7 @@
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 2,
|
||||
'summary': """
|
||||
odoo enterprise version UI theme enhance.
|
||||
Ui Enhance pack of odoo Enterprise version
|
||||
1. Add dropdown arrow to parent menu.
|
||||
2. Replace the odoo logo to your company logo in main menu.
|
||||
3. Alway show search in main menu.
|
||||
@@ -34,23 +34,34 @@
|
||||
'description': """
|
||||
odoo enterprise version UI enhance.
|
||||
欧度智能,odooai.cn 的odoo模块。企业版界面增强。
|
||||
1. Add dropdown arrow to parent menu.
|
||||
1. Ui Enhance pack of odoo Enterprise version
|
||||
odoo企业版界面增强套件,更方便操作
|
||||
2. Add dropdown arrow to parent menu group.
|
||||
多级菜单中出现箭头。
|
||||
2. Replace the odoo logo or url to your company in menu and page.
|
||||
3. Replace the odoo logo or url to your company in menu and page.
|
||||
替换主菜单界面的logo为你公司的logo。
|
||||
3. Add underline for input field.
|
||||
4. Add underline for input field.
|
||||
在可编辑字段下方增加下划线,易于分辨。
|
||||
4. Add grid line form list view. Easy to read list data.</li>
|
||||
5. Add grid line form list view. Easy to read list data.</li>
|
||||
为表格list增加行列分隔线,易于看数据。
|
||||
11. Multi-language Support. Multi-Company Support.
|
||||
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
||||
13. Full Open Source.
|
||||
==========
|
||||
1.
|
||||
2.
|
||||
11. 多语言支持,多公司支持
|
||||
12. Odoo 16,15,14,13,12, 企业版,社区版,在线SaaS.sh版,等全版本支持
|
||||
13. 代码完全开源
|
||||
""",
|
||||
'price': 68.00,
|
||||
'currency': 'EUR',
|
||||
'depends': [
|
||||
'mail',
|
||||
'app_odoo_customize',
|
||||
'web_enterprise',
|
||||
# 'web_mobile'
|
||||
],
|
||||
'images': [],
|
||||
'images': ['static/description/banner.png'],
|
||||
'data': [
|
||||
'views/webclient_templates.xml',
|
||||
],
|
||||
|
||||
BIN
app_web_enterprise/static/description/banner.png
Normal file
BIN
app_web_enterprise/static/description/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
app_web_enterprise/static/description/banner1.png
Normal file
BIN
app_web_enterprise/static/description/banner1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 56 KiB |
@@ -1,12 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
# Copyright (C) 2009~2023 odooAi.cn
|
||||
##############################################################################
|
||||
-->
|
||||
<html>
|
||||
<!-- begin title-->
|
||||
<section class="oe_container container o_cc o_cc2">
|
||||
<h1 class="text-center bg-warning text-white pt24 pb24">odoo Enterprise version enhance Pack</h1>
|
||||
<h3 class="text-center">Replace odoo logo to your company logo</h3>
|
||||
<h4 class="text-center">Make odoo Enterprise version better UI and flexible</h4>
|
||||
</section>
|
||||
<!-- end title-->
|
||||
|
||||
<section class="oe_container container">
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="row">
|
||||
<h2 class="oe_slogan">App Web Enterprise Enhance</h2>
|
||||
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
|
||||
<h2 class="mt32 mb32">More Powerful addons:
|
||||
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a>
|
||||
</h2>
|
||||
<h3>Lastest update: v15.21.11.23</h3>
|
||||
<h3>Lastest update: v16.23.09.04</h3>
|
||||
<p>This moduld allows user to . </p>
|
||||
<ul>
|
||||
<li class="mb8">1.Add dropdown arrow to parent menu.</li>
|
||||
@@ -20,10 +35,6 @@
|
||||
<img src="app_web_enterprise_01.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
||||
<img src="app_web_enterprise_02.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
||||
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
'views/blog_tag_category_views.xml',
|
||||
'views/blog_tag_views.xml',
|
||||
'views/blog_post_views.xml',
|
||||
'views/website_page_views.xml',
|
||||
'views/res_config_settings_views.xml'
|
||||
# 'report/.xml',
|
||||
],
|
||||
|
||||
@@ -61,6 +61,10 @@
|
||||
<xpath expr="//field[@name='name']" position="replace">
|
||||
<field name="name" string="Title"/>
|
||||
<field name="content" string="Content"/>
|
||||
<field name="seo_name"/>
|
||||
<field name="website_meta_keywords"/>
|
||||
<field name="website_meta_title"/>
|
||||
<field name="website_meta_description"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
37
app_website_blog_editor/views/website_page_views.xml
Normal file
37
app_website_blog_editor/views/website_page_views.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="app_website_pages_tree_view" model="ir.ui.view">
|
||||
<field name="name">app.website.page.list</field>
|
||||
<field name="model">website.page</field>
|
||||
<field name="inherit_id" ref="website.website_pages_tree_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='website_url']" position="attributes">
|
||||
<attribute name="optional">show</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='is_in_menu']" position="attributes">
|
||||
<attribute name="optional">show</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='website_url']" position="after">
|
||||
<field name="seo_name" invisible="1"/>
|
||||
<field name="website_meta_keywords" optional="show"/>
|
||||
<field name="website_meta_title" optional="hide"/>
|
||||
<field name="website_meta_description" optional="hide"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="app_website_pages_view_search" model="ir.ui.view">
|
||||
<field name="name">app.website.page.search</field>
|
||||
<field name="model">website.page</field>
|
||||
<field name="inherit_id" ref="website.website_pages_view_search"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='url']" position="after">
|
||||
<field name="website_meta_keywords"/>
|
||||
<field name="website_meta_title"/>
|
||||
<field name="website_meta_description"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
<xpath expr="//searchpanel//field[@name='categ_id']" position="before">
|
||||
<field name="public_categ_ids" enable_counters="1" select="multi" text="name"/>
|
||||
<field name="website_ribbon_id" enable_counters="1" select="multi"/>
|
||||
<field name="product_tag_ids" enable_counters="1" select="multi"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user