mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add pos superbar
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</a>
|
||||
in odoo Store. Get
|
||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
||||
free 19 related apps.
|
||||
free 20 related apps.
|
||||
</a>
|
||||
</h1>
|
||||
<h3 class="oe_slogan">Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view. </h3>
|
||||
@@ -29,7 +29,7 @@
|
||||
<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.
|
||||
Update: v12.19.05.23, Enhance UI. Add Pos Function.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -54,6 +54,13 @@
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Pos navigate by category or store is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_pos_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.
|
||||
@@ -149,7 +156,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Free to Use in product category.</h4>
|
||||
@@ -159,6 +165,22 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Free to Use in POS point of sale.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="pos1.jpg">
|
||||
</div>
|
||||
<h4 class="oe_slogan">POS product and order.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="pos2.jpg">
|
||||
</div>
|
||||
<h4 class="oe_slogan">POS report.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="pos3.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in HR employee.</h4>
|
||||
|
||||
BIN
app_product_superbar/static/description/pos1.jpg
Normal file
BIN
app_product_superbar/static/description/pos1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
app_product_superbar/static/description/pos2.jpg
Normal file
BIN
app_product_superbar/static/description/pos2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
app_product_superbar/static/description/pos3.jpg
Normal file
BIN
app_product_superbar/static/description/pos3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 11 MiB |
@@ -1,8 +1,8 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- Product -->
|
||||
<record id="product_template_search_view_superbar" model="ir.ui.view">
|
||||
<field name="name">product.template.search.ztree</field>
|
||||
<record id="app_product_template_search_view" model="ir.ui.view">
|
||||
<field name="name">app.product.template.search</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_search_view"/>
|
||||
<field name="arch" type="xml">
|
||||
@@ -15,17 +15,5 @@
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!--产品list,目录显示短名,不生效停用。需要在action中传context才成-->
|
||||
<!--<record id="app_product_template_tree_view" model="ir.ui.view">-->
|
||||
<!--<field name="name">app.product.template.product.tree</field>-->
|
||||
<!--<field name="model">product.template</field>-->
|
||||
<!--<field name="inherit_id" ref="product.product_template_tree_view"/>-->
|
||||
<!--<field name="arch" type="xml">-->
|
||||
<!--<xpath expr="//field[@name='categ_id']" position="attributes">-->
|
||||
<!--<attribute name="context">{'category_show_short': True}</attribute>-->
|
||||
<!--</xpath>-->
|
||||
<!--</field>-->
|
||||
<!--</record>-->
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user