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:
@@ -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>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -168,14 +168,7 @@
|
||||
<section class="oe_container container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<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>
|
||||
<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>
|
||||
<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">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>
|
||||
@@ -246,31 +239,13 @@
|
||||
<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="row">
|
||||
<div class="oe_demo oe_screenshot img img-fluid">
|
||||
<img src="use5.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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="oe_demo oe_screenshot img img-fluid">
|
||||
<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 <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>
|
||||
|
||||
Reference in New Issue
Block a user