add superbar base

This commit is contained in:
ivan deng
2019-05-11 16:13:13 +08:00
parent 0c8b501b44
commit e87cb9078b
77 changed files with 820 additions and 37 deletions

View File

@@ -42,7 +42,7 @@
</div>
<h3 class="oe_slogan">Buy
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
<a href="https://www.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/">
this 1 chart hierarchy
</a>
in odoo Store. Get free 4 related free apps.
@@ -57,23 +57,23 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
</li>
</ul>
</div>

View File

@@ -15,7 +15,7 @@
<div id="o_node_right">
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
<field name="child_ids" widget="web_chart_hierarchy"
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
string="Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
options="{
'image': 'image_small',
'desc': 'code',

View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
from . import models
from .hooks import post_init_hook

View File

@@ -0,0 +1,71 @@
# -*- coding: utf-8 -*-
# Created on 2018-08-15
# author: 广州尚鹏https://www.sunpop.cn
# email: 300883@qq.com
# resource of Sunpop
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': "Easy Admin navigator, quick search filter",
'version': '11.19.05.11',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 10,
'summary': """
menu admin, fields admin, action admin, views easy admin and search, quick admin navigator by all kind of category. Use for parent children tree list kanban navigator.
ztree widget.Hierarchy Tree.Parent Children relation tree..
""",
'description': """
Superbar, zTree widget.
Advance search with real parent children tree, ListView or KanbanView. parent tree, children tree,
eg: Product category tree ,Department tree, stock location tree.
超级方便的查询,树状视图。
""",
'price': 0.00,
'currency': 'EUR',
'depends': [
'web',
],
'images': ['static/description/banner.gif'],
'data': [
'views/ir_actions_act_window_views.xml',
'views/ir_actions_actions_views.xml',
'views/ir_actions_report_views.xml',
'views/ir_actions_server_views.xml',
'views/ir_attachment_views.xml',
'views/ir_default_views.xml',
'views/ir_model_access_views.xml',
'views/ir_model_constraint_views.xml',
'views/ir_model_fields_views.xml',
'views/ir_ui_menu_views.xml',
'views/ir_ui_view_views.xml',
],
'demo': [
],
'test': [
],
'css': [
],
'qweb': [
'static/src/xml/*.xml',
],
'js': [
],
'post_load': None,
'post_init_hook': 'post_init_hook',
'installable': True,
'application': True,
'auto_install': False,
}

View File

@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Created on 2018-10-12
# author: 广州尚鹏https://www.sunpop.cn
# email: 300883@qq.com
# resource of Sunpop
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.sunpop.cn/odoo10_developer_document_offline/
# description:
def post_init_hook(cr, pool):
pass
# cr.execute("")

View File

@@ -0,0 +1,14 @@
# Translation of Odoo Server.
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-08 14:28+0000\n"
"PO-Revision-Date: 2018-01-08 14:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

View File

@@ -0,0 +1 @@
# -*- coding: utf-8 -*-

View File

@@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -0,0 +1,482 @@
<section class="oe_container">
<div class="oe_row oe_spaced" style="max-width: 95%;">
<h2 class="oe_slogan" style="color:#875A7B;">Quick Admin navigator, Superbar with Parent Children Tree</h2>
<h1>!This moduld Do Need extra paid Apps
<a href="http://www.odoo.com/apps/modules/11.0/app_web_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</h1>
<h4 class="oe_slogan">Menu admin by menu category</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base1.jpg"/>
</div>
<h4 class="oe_slogan">Actions admin by type and model</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base2.jpg"/>
</div>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base4.jpg"/>
</div>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base5.jpg"/>
</div>
<h4 class="oe_slogan">Report admin by type and model</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base3.jpg"/>
</div>
<h4 class="oe_slogan">Views admin by type and model</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base6.jpg"/>
</div>
<h4 class="oe_slogan">Model Constraints admin by module and model</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base8.jpg"/>
</div>
<h4 class="oe_slogan">Attachment admin by type and creator</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="base9.jpg"/>
</div>
<h2>The following is the feather of extra paid Apps, which support this apps.</h2>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced" style="max-width: 95%;">
<h2 class="oe_slogan" style="color:#875A7B;">App Advance Search Sidebar with Hierarchy Parent Children Tree</h2>
</div>
</section>
<section class="oe_container">
<div class="oe_row">
<div class="oe_span12">
<img class="oe_demo oe_picture oe_screenshot" src="banner.gif">
</div>
<h3 class="oe_slogan">Advance Search, Advance Filter with Parent Children Tree.</h3>
<h1 class="text-danger text-center">Buy
<a href="https://www.odoo.com/apps/modules/11.0/app_web_superbar/">
this 1 Advance Search Apps
</a>
in odoo Store. Get
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
free 19 related apps.
</a>
</h1>
<h3 class="oe_slogan">Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view. </h3>
<h2><span class="text-warning">What you see is what you get. </span>
Online demo <i class="fa fa-user text-primary"></i> user/password: demo/demo
<a href="http://demo.odooapp.cn/web?#action=263&model=sale.order&view_type=list&menu_id=141" target="_blank">
<i class="fa fa-arrow-right text-warning"></i>Click to get demo.
</a>
</h2>
<div class="oe_span12 oe_spaced">
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
<ul class="list-unstyled">
<li>
<i class="fa fa-check-square-o text-primary"></i>
Update: v12.19.04.22, Fix bug when go deep into relate views.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Easy to make custom parent children tree for and data.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Easy to show custom parent children tree for tree, kanban, pivot, graph view.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Filter product of any data in "Search More..." popup windows.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Responsive UI.Only show when width > 992px;
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Product navigate by category or type is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_product_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Account chart navigate by type is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_account_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Contacts navigate by company is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_contacts_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Sale order navigate by partner and channel is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_sale_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
CRM browse by stage and team is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_crm_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Purchase order navigate by partner is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_purchase_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Stock location navigate by parent, Picking by type is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
HR employee navigate by department is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
MRP manufacture order navigate by state workcenter is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_mrp_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Apps Navigator by Category, Module Navigator is ready.
<a href="http://www.odoo.com/apps/modules/11.0/app_module_superbar/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
It is so easy to customize, you can use it in anywhere in odoo.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Extra bonus apps. This apps depend on [app_web_widget_ztree]<br/>
<a href="https://www.odoo.com/apps/modules/11.0/app_web_widget_ztree/" target="_blank">
click to get free apps Hierarchy Parent tree in m2o select.
</a>
you can get follow
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Stock Location Hierarchy Parent tree in m2o select
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_ztree/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Product category Hierarchy Parent tree in m2o select
<a href="http://www.odoo.com/apps/modules/11.0/app_product_ztree/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Hr Department Parent tree in m2o select
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_ztree/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h1>&nbsp;</h1>
<h1 class="text-danger text-center">So Easy to navigator and search any data.</h1>
<h4 class="oe_slogan">Product by category or type in kanban view</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="use.jpg"/>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
</div>
<div class="oe_row oe_spaced">
<h1>&nbsp;</h1>
<h4 class="oe_slogan">Filter product or any data in search more windows</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img oe_demo oe_picture oe_screenshot src="searchmore.jpg"/>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Free to Use in product category.</h4>
<div class="oe_demo oe_screenshot">
<img src="product1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in HR employee.</h4>
<div class="oe_demo oe_screenshot">
<img src="hr2.gif">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in Account.</h4>
<div class="oe_demo oe_screenshot">
<img src="account1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in Sale.</h4>
<div class="oe_demo oe_screenshot">
<img src="sale1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in CRM.</h4>
<div class="oe_demo oe_screenshot">
<img src="crm1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in purchase.</h4>
<div class="oe_demo oe_screenshot">
<img src="purchase1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in MRP.</h4>
<div class="oe_demo oe_screenshot">
<img src="mrp1.gif">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in stock.</h4>
<div class="oe_demo oe_screenshot">
<img src="stock1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in contacts.</h4>
<div class="oe_demo oe_screenshot">
<img src="contacts1.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Apps Navigator by Category, Module Navigator is ready.</h4>
<div class="oe_demo oe_screenshot">
<img src="demo_module1.jpg">
</div>
<div class="oe_demo oe_screenshot">
<img src="demo_module2.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h1 class="text-danger text-center">Buy this apps, get Extra bonus apps, App zTree widget, Hierarchy Parent tree in m2o select</h1>
<h4 class="oe_slogan">Ready for product category Hierarchy Parent tree in m2o select</h4>
<div class="oe_screenshot">
<img src="z_product1.gif">
</div>
<h4 class="oe_slogan">Ready for Stock Location Hierarchy Parent tree in m2o select</h4>
<div class="oe_screenshot">
<img src="z_stock1.gif">
</div>
<h4 class="oe_slogan">Ready for Hr Department Hierarchy Parent tree in m2o select</h4>
<div class="oe_screenshot">
<img src="z_hr1.gif">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h1>&nbsp;</h1>
<h1 class="text-danger text-center">How to use! This app do need extra module. The price already included</h1>
<div class="oe_span12">
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
<a href="http://www.odoo.com/apps/modules/11.0/app_web_widget_ztree/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</h4>
</div>
<div class="oe_span12">
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/11.0/app_web_widget_ztree/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
</h4>
</div>
<div class="oe_span12">
<h4 class="oe_slogan oe_spaced">3. Easy use of superbar</h4>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Show superbar in list view.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use7.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Show superbar in kanban view.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use8.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Show superbar in pivot view.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use9.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Show superbar in graph view.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="usea.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Click switch to show or hide superbar.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use1.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Click checkbox to set whether to show child nodes data.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use2.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use3.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Set multi field to search or filter</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use4.jpg">
</div>
</div>
<div class="oe_span12 oe_spaced">
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
</div>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="use5.jpg">
</div>
</div>
</div>
<div class="oe_span12">
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget:</h4>
<div class="oe_span12">
<div class="oe_demo oe_screenshot">
<img src="superbar_use.gif">
</div>
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
<li>In search view xml, Write the &lt;superbar&gt; tag,</li>
<li>position: [left, right]</li>
<li>view_mode: [kanban,tree, pivot, graph view.]</li>
<li>parent_key: key field name of parent child relation. leave blank would auto set.</li>
<li>level: how many level to expend the tree for initialize. Default is 2</li>
<li>limit: how many record to show ztree. Default is 16</li>
<li>order: the field name to order by</li>
<li>domain: set the domain for data, eg: [[('is_company', '=', 1)]]</li>
<li>--</li>
<li>Or you can set dynamic domain in .py file.</li>
<li>use param: search_superbar_domain_xxx , xxx is a field name.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced text-center">
<div class="oe_span12">
<h2 class="oe_slogan">Technical Help & Support</h2>
</div>
<div class="col-md-12 pad0">
<div class="oe_mt16">
<p><h4>
For any type of technical help & support requests, Feel free to contact us</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
<p><h4>
Via QQ: 300883</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-envelope"></i> 300883@qq.com</a>
</div>
<div class="oe_mt16">
<p><h4>
Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>https://www.sunpop.cn</a>
</div>
</div>
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_view_window_action_search" model="ir.ui.view">
<field name="name">app.ir.actions.windows.search</field>
<field name="model">ir.actions.act_window</field>
<field name="inherit_id" ref="base.view_window_action_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="view_type"/>
<field name="binding_type"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_action_view_search" model="ir.ui.view">
<field name="name">app.ir.actions.actions.search</field>
<field name="model">ir.actions.actions</field>
<field name="inherit_id" ref="base.action_view_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="binding_type"/>
<field name="binding_model_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_act_report_xml_search_view" model="ir.ui.view">
<field name="name">app.ir.actions.report.search</field>
<field name="model">ir.actions.report</field>
<field name="inherit_id" ref="base.act_report_xml_search_view"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="report_type"/>
<field name="binding_model_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,18 @@
<odoo>
<data>
<record id="app_view_server_action_search" model="ir.ui.view">
<field name="name">app.ir.actions.server.search</field>
<field name="model">ir.actions.server</field>
<field name="inherit_id" ref="base.view_server_action_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="usage"/>
<field name="state"/>
<field name="model_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_view_attachment_search" model="ir.ui.view">
<field name="name">app.ir.attachment.search</field>
<field name="model">ir.attachment</field>
<field name="inherit_id" ref="base.view_attachment_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="type"/>
<field name="create_uid"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_ir_default_search_view" model="ir.ui.view">
<field name="name">app.ir.default.search</field>
<field name="model">ir.default</field>
<field name="inherit_id" ref="base.ir_default_search_view"/>
<field name="groups_id" eval="[(4, ref('base.group_multi_company'))]"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="company_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_ir_access_view_search" model="ir.ui.view">
<field name="name">app.ir.model.access.search</field>
<field name="model">ir.model.access</field>
<field name="inherit_id" ref="base.ir_access_view_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="group_id"/>
<field name="model_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,18 @@
<odoo>
<data>
<record id="app_ir_model_constraint_view_search" model="ir.ui.view">
<field name="name">app.ir.model.constraint.search</field>
<field name="model">ir.model.constraint</field>
<field name="arch" type="xml">
<search string="Search ir.model.constraint">
<field name="name" string="Name"/>
<field name="module" string="Module"/>
<superbar view_mode="tree">
<field name="module"/>
<field name="model"/>
</superbar>
</search>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_view_model_fields_search" model="ir.ui.view">
<field name="name">app.ir.model.fields.search</field>
<field name="model">ir.model.fields</field>
<field name="inherit_id" ref="base.view_model_fields_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="model_id"/>
<field name="ttype"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_edit_menu_access_search" model="ir.ui.view">
<field name="name">app.ir.ui.menu.search</field>
<field name="model">ir.ui.menu</field>
<field name="inherit_id" ref="base.edit_menu_access_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="parent_id" domain="[('child_id', '!=', False)]"
parent_key="parent_id" level="0"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -0,0 +1,17 @@
<odoo>
<data>
<record id="app_view_view_search" model="ir.ui.view">
<field name="name">app.ir.ui.menu.search</field>
<field name="model">ir.ui.view</field>
<field name="inherit_id" ref="base.view_view_search"/>
<field name="arch" type="xml">
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="type"/>
<field name="model_data_id"/>
</superbar>
</xpath>
</field>
</record>
</data>
</odoo>

View File

@@ -42,7 +42,7 @@ msgstr ""
#. module: app_product_category_chart
#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view
msgid "Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
msgid "Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
msgstr ""
#. module: app_product_category_chart

View File

@@ -42,7 +42,7 @@
</div>
<h3 class="oe_slogan">Buy
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
<a href="https://www.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/">
this 1 chart hierarchy
</a>
in odoo Store. Get free 4 related free apps.
@@ -57,23 +57,23 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
</li>
</ul>
</div>

View File

@@ -15,7 +15,7 @@
<div id="o_node_right">
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
<field name="child_ids" widget="web_chart_hierarchy"
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
string="Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
options="{
'image': 'image_small',
'desc': 'manager_name',

View File

@@ -42,7 +42,7 @@ msgstr ""
#. module: app_product_category_chart
#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view
msgid "Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
msgid "Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
msgstr ""
#. module: app_product_category_chart

View File

@@ -42,7 +42,7 @@
</div>
<h3 class="oe_slogan">Buy
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
<a href="https://www.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/">
this 1 chart hierarchy
</a>
in odoo Store. Get free 4 related free apps.
@@ -57,23 +57,23 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
</li>
</ul>
</div>

View File

@@ -16,7 +16,7 @@
<div id="o_node_right">
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
<field name="child_id" widget="web_chart_hierarchy"
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
string="Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
options="{
'image': 'image_small',
'desc': 'ref',

View File

@@ -42,7 +42,7 @@
</div>
<h3 class="oe_slogan">Buy
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
<a href="https://www.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/">
this 1 chart hierarchy
</a>
in odoo Store. Get free 4 related free apps.
@@ -57,23 +57,23 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
</li>
</ul>
</div>

View File

@@ -15,7 +15,7 @@
<div id="o_node_right">
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
<field name="child_ids" widget="web_chart_hierarchy"
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
string="Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
options="{
'image': 'image_small',
'desc': 'usage',

View File

@@ -42,7 +42,7 @@
</div>
<h3 class="oe_slogan">Buy
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
<a href="https://www.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/">
this 1 chart hierarchy
</a>
in odoo Store. Get free 4 related free apps.
@@ -57,23 +57,23 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
</li>
<li>
<i class="fa fa-link text-primary"></i>
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
<a href="http://www.odoo.com/apps/modules/11.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
</li>
</ul>
</div>

View File

@@ -17,7 +17,7 @@
<div id="o_node_right">
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
<field name="user_child_ids" widget="web_chart_hierarchy"
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
string="Please get widget from https://apps.odoo.com/apps/modules/11.0/app_web_chart_hierarchy/"
form_view_ref ='base.view_users_form'
options="{
'image': 'image_small',