mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #IB302Q app_web_superbar不再依赖ztree
This commit is contained in:
@@ -56,7 +56,7 @@ ztree widget.Hierarchy Tree.Parent Children relation tree..
|
|||||||
|
|
||||||
Browse journal by account chart... Use for parent children tree list kanban navigator.
|
Browse journal by account chart... Use for parent children tree list kanban navigator.
|
||||||
|
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree.
|
Hierarchy Tree.Parent Children relation tree.
|
||||||
|
|
||||||
财务模块多层级树状导航应用(中国专用)
|
财务模块多层级树状导航应用(中国专用)
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse journal by account chart... Use for parent children tree list kanban navigator.
|
Browse journal by account chart... Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -168,14 +168,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -246,31 +239,14 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
|
||||||
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'summary': """
|
'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.
|
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..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -65,8 +65,8 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20 related apps.
|
free 10+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -353,14 +353,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -431,17 +424,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse contacts by company. Use for parent children tree list kanban navigator.
|
Browse contacts by company. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -167,14 +167,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -245,31 +238,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse contacts by company. Use for parent children tree list kanban navigator.
|
Browse contacts by company. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
Add date range search.
|
Add date range search.
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -167,14 +167,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -245,31 +238,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
Search with Hierarchy Parent Children Tree. seo search.
|
Search with Hierarchy Parent Children Tree. seo search.
|
||||||
odoo高级搜索,日期搜索,时间搜索,字符串搜索,数字搜索,下拉搜索. 列表快速搜索。
|
odoo高级搜索,日期搜索,时间搜索,字符串搜索,数字搜索,下拉搜索. 列表快速搜索。
|
||||||
超级方便的查询,树状视图导航。可用在任何模块中。
|
超级方便的查询,树状视图导航。可用在任何模块中。
|
||||||
1. Quick Advance Search and navigator for all app data. 20+ free odoo app search in box.
|
1. Quick Advance Search and navigator for all app data. 10+ free odoo app search in box.
|
||||||
2. Quick search in tree list header. Date range, Datetime, selection, number supported.
|
2. Quick search in tree list header. Date range, Datetime, selection, number supported.
|
||||||
3. Advance search sidebar for many2one, many2many field. m2o search, m2m search for multi select.
|
3. Advance search sidebar for many2one, many2many field. m2o search, m2m search for multi select.
|
||||||
4. Advance sidebar for date range search, datetime search, boolean search, selection search, number search.
|
4. Advance sidebar for date range search, datetime search, boolean search, selection search, number search.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
||||||
<p>30+ free odoo app search in box.<br></p></div>
|
<p>10+ free odoo app search in box.<br></p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
<!-- begin free-->
|
<!-- begin free-->
|
||||||
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
||||||
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ Free related apps.
|
free 20+ Free related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -422,14 +422,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
There is also 10+ free ztree widget addons of product, sale, stock ready for you.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
<a href="https://apps.odoo.com/apps/modules/browse?search=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>
|
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -464,7 +457,7 @@
|
|||||||
<img src="../app_web_superbar/usea.jpg">
|
<img src="../app_web_superbar/usea.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="../app_web_superbar/superbar_use.png">
|
<img src="../app_web_superbar/superbar_use.png">
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,14 +168,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -246,31 +239,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
||||||
<p>30+ free odoo app search in box.<br></p></div>
|
<p>10+ free odoo app search in box.<br></p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
<!-- begin free-->
|
<!-- begin free-->
|
||||||
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
||||||
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ Free related apps.
|
free 20+ Free related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -422,14 +422,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
There is also 10+ free ztree widget addons of product, sale, stock ready for you.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
<a href="https://apps.odoo.com/apps/modules/browse?search=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>
|
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -464,7 +457,7 @@
|
|||||||
<img src="../app_web_superbar/usea.jpg">
|
<img src="../app_web_superbar/usea.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="../app_web_superbar/superbar_use.png">
|
<img src="../app_web_superbar/superbar_use.png">
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
||||||
<p>30+ free odoo app search in box.<br></p></div>
|
<p>10+ free odoo app search in box.<br></p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
<!-- begin free-->
|
<!-- begin free-->
|
||||||
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
||||||
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ Free related apps.
|
free 20+ Free related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -422,14 +422,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
There is also 10+ free ztree widget addons of product, sale, stock ready for you.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
<a href="https://apps.odoo.com/apps/modules/browse?search=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>
|
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -464,7 +457,7 @@
|
|||||||
<img src="../app_web_superbar/usea.jpg">
|
<img src="../app_web_superbar/usea.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="../app_web_superbar/superbar_use.png">
|
<img src="../app_web_superbar/superbar_use.png">
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -190,14 +190,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -268,31 +261,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'summary': """
|
'summary': """
|
||||||
mail search, browse all mail by all kind of category. Use for parent children tree list kanban navigator.
|
mail search, browse all mail by all kind of category. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -67,8 +67,8 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20 related apps.
|
free 10+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -351,14 +351,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -429,17 +422,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -193,14 +193,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
'summary': """
|
'summary': """
|
||||||
Browse mrp order, Manufacturing Orders by Materials Availability, work center.
|
Browse mrp order, Manufacturing Orders by Materials Availability, work center.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.
|
Hierarchy Tree.
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -128,7 +128,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -259,14 +259,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -337,17 +330,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
'summary': """
|
'summary': """
|
||||||
Browse pos order by store tree. Use for parent children tree list kanban navigator.
|
Browse pos order by store tree. Use for parent children tree list kanban navigator.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree
|
Hierarchy Tree.Parent Children relation tree
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -40,8 +40,8 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20 related apps.
|
free 10+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -275,14 +275,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -353,17 +346,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
'summary': """
|
'summary': """
|
||||||
Browse Product by category tree. Use for parent children tree list kanban navigator.
|
Browse Product by category tree. Use for parent children tree list kanban navigator.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
<i class="fa bg-primary text-white s_features_grid_icon rounded fa-2x">1</i>
|
||||||
<div class="s_features_grid_content">
|
<div class="s_features_grid_content">
|
||||||
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
<h4 class="pt16">Quick Advance Search and navigator for all app data.</h4>
|
||||||
<p>30+ free odoo app search in box.<br></p></div>
|
<p>10+ free odoo app search in box.<br></p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
<div class="col-lg-12 pt16 pb16 o_colored_level" data-name="Box">
|
||||||
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
<i class="fa fa-2x rounded bg-primary text-white s_features_grid_icon">2</i>
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
<!-- begin free-->
|
<!-- begin free-->
|
||||||
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
<section class="oe_container container s_text_block o_colored_level pt16 pb16">
|
||||||
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
<h2 class="text-center bg-info text-white pt16 pb16">Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ Free related apps.
|
free 20+ Free related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -422,14 +422,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
There is also 10+ free ztree widget addons of product, sale, stock ready for you.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
<a href="https://apps.odoo.com/apps/modules/browse?search=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>
|
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -464,7 +457,7 @@
|
|||||||
<img src="../app_web_superbar/usea.jpg">
|
<img src="../app_web_superbar/usea.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="pt16">3. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="../app_web_superbar/superbar_use.png">
|
<img src="../app_web_superbar/superbar_use.png">
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
'summary': """
|
'summary': """
|
||||||
Browse Product by category tree. Use for parent children tree list kanban navigator.
|
Browse Product by category tree. Use for parent children tree list kanban navigator.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ related apps.
|
free 20+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -416,14 +416,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -488,7 +481,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
Browse project by company / partner / user. Project task by user, tags.
|
Browse project by company / partner / user. Project task by user, tags.
|
||||||
project superbar.
|
project superbar.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.
|
Hierarchy Tree.
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -39,8 +39,8 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20 related apps.
|
free 10+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
<h3 class="oe_slogan">Easy to navigator and browse any data. Support list, kanban, pivot, graph view. </h3>
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -294,14 +294,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -372,17 +365,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,14 +168,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -246,31 +239,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse purchase order by date, partner vendor, status. Use for parent children tree list kanban navigator.
|
Browse purchase order by date, partner vendor, status. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ related apps.
|
free 20+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -416,14 +416,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -488,7 +481,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse sale order by partner and sale channel. Use for parent children tree list kanban navigator.
|
Browse sale order by partner and sale channel. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
</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/16.0/app_hr_superbar/" target="_blank"> <i class="fa fa-download text-warning"></i>Click to download. </a> </li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,14 +168,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -246,31 +239,13 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
</div>
|
</div>
|
||||||
<ul class="oe_spaced" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
||||||
<li>In search view xml, Write the <superbar> 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>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
Browse sale order by partner and sale channel. Use for parent children tree list kanban navigator.
|
Browse sale order by partner and sale channel. Use for parent children tree list kanban navigator.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20+ related apps.
|
free 20+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
@@ -416,14 +416,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -488,7 +481,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
'summary': """
|
'summary': """
|
||||||
Browse Product by website category tree. Use for parent children tree list kanban navigator.
|
Browse Product by website category tree. Use for parent children tree list kanban navigator.
|
||||||
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
|
||||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
Hierarchy Tree.Parent Children relation tree..
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
Superbar, zTree widget.
|
Superbar, zTree widget.
|
||||||
|
|||||||
@@ -40,8 +40,8 @@
|
|||||||
this 1 Advance Search Apps
|
this 1 Advance Search Apps
|
||||||
</a>
|
</a>
|
||||||
in odoo Store. Get
|
in odoo Store. Get
|
||||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
<a href="https://www.odoo.com/apps/modules/browse?search=superbar" target="_blank">
|
||||||
free 20 related apps.
|
free 10+ related apps.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view. </h3>
|
<h3 class="oe_slogan">Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view. </h3>
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa fa-check-square-o text-primary"></i>
|
<i class="fa fa-check-square-o text-primary"></i>
|
||||||
It is so easy to customize, you can use it in anywhere in odoo<div class="row">.
|
It is so easy to customize, you can use it in anywhere in odoo
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -290,14 +290,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<h2> </h2>
|
<h2> </h2>
|
||||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app do need extra module. The price already included</h2>
|
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">How to use! This app no need extra module. The price already included</h2>
|
||||||
<div class="row">
|
|
||||||
<h4 class="oe_slogan oe_spaced">1. Buy and Install zTree widget.
|
|
||||||
<a href="http://www.odoo.com/apps/modules/16.0/app_web_widget_ztree/" target="_blank">
|
|
||||||
<i class="fa fa-download text-warning"></i>Click to download.
|
|
||||||
</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
<h4 class="oe_slogan oe_spaced">2. Buy and Install <a href="http://www.odoo.com/apps/modules/16.0/app_web_superbar/" target="_blank">app_web_superbar. </a> <span class="text-warning">Important! Reboot odoo after installed.</span>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -368,17 +361,9 @@
|
|||||||
<img src="use4.jpg">
|
<img src="use4.jpg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="oe_span12 oe_spaced">
|
|
||||||
<h4 class="oe_slogan">Set super bar position, left or right.</h4>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
|
||||||
<img src="use5.jpg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget<div class="row">:</h4>
|
<h4 class="oe_slogan oe_spaced">4. If you want to customize, Use follow param to setup widget</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="oe_demo oe_screenshot img img-fluid">
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
<img src="superbar_use.gif">
|
<img src="superbar_use.gif">
|
||||||
|
|||||||
Reference in New Issue
Block a user