mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update desc
This commit is contained in:
128
.gitignore
vendored
Normal file
128
.gitignore
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
/.idea
|
||||
.idea/
|
||||
\.idea
|
||||
.git/
|
||||
.gitee/
|
||||
.vscode/
|
||||
.tx/
|
||||
~*.*
|
||||
.pyc
|
||||
.DS_Store
|
||||
u*.bat
|
||||
ivan.conf
|
||||
chill.conf
|
||||
vcs.xml
|
||||
deployment.xml
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
/__pycache__
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
/app_odoo_customize/_resource
|
||||
/app_web_studio
|
||||
/web_studio
|
||||
@@ -34,7 +34,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b>Extend features(Need extra module, release soon): </b>
|
||||
<i class="fa fa-hand-o-right"></i>
|
||||
<b>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_superbar/" target="_blank" class="text-danger">
|
||||
Extend features. superbar advance search navigator
|
||||
</a>
|
||||
</b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -47,19 +52,19 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
<h1 class="text-danger text-center">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/">
|
||||
<a href="https://www.odoo.com/apps/modules/15.0/app_web_chart_hierarchy/">
|
||||
this 1 chart hierarchy
|
||||
</a>
|
||||
in odoo Store. Get free 5 related free apps.
|
||||
@@ -61,27 +61,27 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_mrp_production_zchart/" target="_blank">MRP Production Chart Hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_mrp_production_zchart/" target="_blank">MRP Production Chart Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.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/14.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.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/14.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.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/14.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.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/14.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
<h2 class="oe_slogan">App Odoo Customize, Odoo Boost</h2>
|
||||
<h4 class="mt8">
|
||||
If you are using odoo enterprise.<br>
|
||||
<a href="https://www.odoo.com/apps/modules/13.0/app_web_enterprise/" target="_blank">
|
||||
<a href="https://www.odoo.com/apps/modules/15.0/app_web_enterprise/" target="_blank">
|
||||
Get "app_web_enterprise" for more customize
|
||||
</a>
|
||||
</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<a class="btn btn-block btn-success mt16 mb16" target="_blank" href="https://apps.odoo.com/apps/modules/13.0/app_app_web_enterprise/">
|
||||
<a class="btn btn-block btn-success mt16 mb16" target="_blank" href="https://apps.odoo.com/apps/modules/15.0/app_app_web_enterprise/">
|
||||
<img src="app_web_enterprise_03.jpg" style="border:1px solid black"/>
|
||||
</a>
|
||||
<br/>
|
||||
|
||||
@@ -34,7 +34,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b>Extend features(Need extra module, release soon): </b>
|
||||
<i class="fa fa-hand-o-right"></i>
|
||||
<b>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_superbar/" target="_blank" class="text-danger">
|
||||
Extend features. superbar advance search navigator
|
||||
</a>
|
||||
</b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -47,19 +52,19 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b>Extend features(Need extra module, release soon): </b>
|
||||
<i class="fa fa-hand-o-right"></i>
|
||||
<b>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_superbar/" target="_blank" class="text-danger">
|
||||
Extend features. superbar advance search navigator
|
||||
</a>
|
||||
</b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -47,19 +52,19 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b>Extend features(Need extra module, release soon): </b>
|
||||
<i class="fa fa-hand-o-right"></i>
|
||||
<b>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_superbar/" target="_blank" class="text-danger">
|
||||
Extend features. superbar advance search navigator
|
||||
</a>
|
||||
</b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
@@ -47,19 +52,19 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_web_widget_ztree/" target="_blank" class="text-danger">zTree widget (must need to use in following demo).</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_product_ztree/" target="_blank">Product and category.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_stock_ztree/" target="_blank">Stock and Location.</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/14.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_hr_ztree/" target="_blank">hr department and employee.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
Free for category Hierarchy chart, stock Hierarchy chart. account chart. user multi level chart.
|
||||
""",
|
||||
'description': """
|
||||
Need extra paid apps https://www.odoo.com/apps/modules/13.0/app_web_chart_hierarchy/
|
||||
Need extra paid apps https://www.odoo.com/apps/modules/15.0/app_web_chart_hierarchy/
|
||||
This module extend to show a Hierarchy chart.
|
||||
(N+1, N+2, direct subordinates)
|
||||
image: image_field,
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
|
||||
<h1 class="text-danger text-center">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/13.0/app_web_widget_ztree/">
|
||||
<a href="https://www.odoo.com/apps/modules/15.0/app_web_widget_ztree/">
|
||||
this 1 zchart hierarchy
|
||||
</a>
|
||||
in odoo Store. Get free 5 related free apps.
|
||||
@@ -61,23 +61,23 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_mrp_production_zchart/" target="_blank">MRP Production zChart Hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_mrp_production_zchart/" target="_blank">MRP Production zChart Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_product_category_zchart/" target="_blank">Product category zchart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_product_category_zchart/" target="_blank">Product category zchart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_stock_location_zchart/" target="_blank">Stock Location zchart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_stock_location_zchart/" target="_blank">Stock Location zchart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.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/13.0/app_users_zchart/" target="_blank">User Alliance Distribution Multi level zchart</a>
|
||||
<a href="http://www.odoo.com/apps/modules/15.0/app_users_zchart/" target="_blank">User Alliance Distribution Multi level zchart</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user