init odoo13
@@ -1,4 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
||||
@@ -1,69 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2019-01-04
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# Odoo12在线用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/12.0/en/index.html
|
||||
|
||||
# Odoo12在线开发者手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/12.0/index.html
|
||||
|
||||
# Odoo10在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
|
||||
|
||||
{
|
||||
'name': 'Account Chart Hierarchy, 中国会计科目多层级结构图',
|
||||
'version': '12.19.04.19',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Account',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 2,
|
||||
'summary': """
|
||||
Chart Hierarchy Widget. Hierarchy Chart, Hierarchy Tree for multi level Parent Children relation tree.
|
||||
Free for category Hierarchy chart, stock Hierarchy chart. account chart.
|
||||
""",
|
||||
'description': """
|
||||
This module extend to show a Hierarchy chart.
|
||||
(N+1, N+2, direct subordinates)
|
||||
image: image_field,
|
||||
desc: descript_field,
|
||||
direct_sub: children_field, must be one2many,
|
||||
child_all_count: child_all_count field, count of direct and indirect children.
|
||||
""",
|
||||
'price': 0.00,
|
||||
'currency': 'EUR',
|
||||
'depends': [
|
||||
'l10n_cn_standard_lastest',
|
||||
],
|
||||
'images': ['static/description/banner.gif'],
|
||||
'data': [
|
||||
'views/account_account_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
'test': [
|
||||
],
|
||||
'css': [
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/*.xml',
|
||||
],
|
||||
'js': [
|
||||
],
|
||||
'post_load': None,
|
||||
'post_init_hook': None,
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
# -*- coding: utf-8 -*
|
||||
|
||||
@@ -1,112 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * app_catetory_chart_hierarchy
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# 珠海-杜哥 <liangjia@qq.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: 珠海-杜哥 <liangjia@qq.com>, 2018\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/js/app_catetory_chart_hierarchy.js:137
|
||||
#, python-format
|
||||
msgid "Direct Subordinates of %s"
|
||||
msgstr "%s的直接下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:126
|
||||
#, python-format
|
||||
msgid "Direct subordinates"
|
||||
msgstr "直接下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#: model:ir.model,name:app_catetory_chart_hierarchy.model_product.category
|
||||
msgid "node"
|
||||
msgstr "员工"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:89
|
||||
#, python-format
|
||||
msgid "In order to get an organigram, set a parent and save the record."
|
||||
msgstr "为了获取组织图,请设置一个上司然后保存"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/js/app_catetory_chart_hierarchy.js:147
|
||||
#, python-format
|
||||
msgid "Indirect Subordinates of %s"
|
||||
msgstr "%s的非直接下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#: model:ir.model.fields,field_description:app_catetory_chart_hierarchy.field_product.category__child_all_count
|
||||
msgid "Indirect Surbordinates Count"
|
||||
msgstr "非直接下属数量"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:136
|
||||
#, python-format
|
||||
msgid "Indirect subordinates"
|
||||
msgstr "非直接下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:66
|
||||
#, python-format
|
||||
msgid "More parents"
|
||||
msgstr "更多管理员"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:87
|
||||
#, python-format
|
||||
msgid "No hierarchy position."
|
||||
msgstr "没有层级位置"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:app_catetory_chart_hierarchy.product.category_view_form_inherit_chart_hierarchy
|
||||
msgid "Organization Chart"
|
||||
msgstr "组织图表"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:155
|
||||
#, python-format
|
||||
msgid "Redirect"
|
||||
msgstr "重定向"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/js/app_catetory_chart_hierarchy.js:140
|
||||
#, python-format
|
||||
msgid "Subordinates of %s"
|
||||
msgstr "%s的下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:88
|
||||
#, python-format
|
||||
msgid "This employee has no parent or subordinate."
|
||||
msgstr "该员工没有上司或下属"
|
||||
|
||||
#. module: app_catetory_chart_hierarchy
|
||||
#. openerp-web
|
||||
#: code:addons/app_catetory_chart_hierarchy/static/src/xml/app_catetory_chart_hierarchy.xml:144
|
||||
#, python-format
|
||||
msgid "Total"
|
||||
msgstr "合计"
|
||||
@@ -1,4 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import account_account
|
||||
@@ -1,30 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models, tools, _
|
||||
|
||||
|
||||
class AccountAccount(models.Model):
|
||||
_inherit = "account.account"
|
||||
|
||||
# 图片,可显示小图标,
|
||||
# image: all image fields are base64 encoded and PIL-supported
|
||||
image = fields.Binary("Image", attachment=True,
|
||||
help="This field holds the image used as avatar for this category, limited to 1024x1024px",)
|
||||
image_medium = fields.Binary("Medium-sized image", attachment=True,
|
||||
help="Medium-sized image of this Category. It is automatically "\
|
||||
"resized as a 128x128px image, with aspect ratio preserved. "\
|
||||
"Use this field in form views or some kanban views.")
|
||||
image_small = fields.Binary("Small-sized image", attachment=True,
|
||||
help="Small-sized image of this Category. It is automatically "\
|
||||
"resized as a 64x64px image, with aspect ratio preserved. "\
|
||||
"Use this field anywhere a small image is required.")
|
||||
|
||||
child_all_count = fields.Integer(
|
||||
'Indirect Surbordinates Count',
|
||||
compute='_compute_child_all_count', store=False)
|
||||
|
||||
@api.depends('child_ids.child_all_count')
|
||||
def _compute_child_all_count(self):
|
||||
for rec in self:
|
||||
rec.child_all_count = len(rec.child_ids) + sum(child.child_all_count for child in rec.child_ids)
|
||||
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 227 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 42 KiB |
@@ -1,190 +0,0 @@
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<h2 class="oe_slogan" style="color:#875A7B;">Account Chart Hierarchy for Multi Level</h2>
|
||||
<h3 class="oe_slogan">Very useful for show parent child relationship, like product category, stock location, hr department</h3>
|
||||
</div>
|
||||
</section>
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Easy to make show parent children Chart Hierarchy.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Free to Use in product category.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Free to Use in stock location.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Free to Use in hr department, employee.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Free to Use in Account chart.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Free to Use in User Alliance Distribution Multi level.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
It's a widget, you can use it in anywhere in odoo.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h1 class="text-danger text-center">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/">
|
||||
this 1 chart hierarchy
|
||||
</a>
|
||||
in odoo Store. Get free 5 related free apps.
|
||||
</a>
|
||||
</h1>
|
||||
<div class="oe_span12">
|
||||
<img class="oe_demo oe_screenshot" src="banner.gif">
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b>Get relate Demo </b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">Product category Chart Hierarchy</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo1.jpg">
|
||||
</div>
|
||||
<h4 class="oe_slogan">Show sub category and quick access category</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo2.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">Stock Location Chart Hierarchy</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo4.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">HR Department Chart Hierarchy</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo5.jpg">
|
||||
</div>
|
||||
<h1 class="text-danger text-center">HR Emploee Chart Hierarchy (this is include in odoo)</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo6.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">Account Chart Hierarchy</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo7.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">User Alliance Distribution Multi level</h1>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo9.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Easy to setup just use widget='web_chart_hierarchy'. like this</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="setup1.jpg">
|
||||
</div>
|
||||
<h4 class="oe_slogan">Also need to change view for better ui</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="setup2.jpg">
|
||||
</div>
|
||||
<h1><br/> Use follow param to setup widget:<br/></h1>
|
||||
<h4>image: --the field of image.</h4>
|
||||
<h4>desc: --the field of subtitle.</h4>
|
||||
<h4>direct_sub: --the field of sub node.</h4>
|
||||
<h4>child_all_count: --the field of node count.</h4>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced text-center">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">Technical Help & Support</h2>
|
||||
</div>
|
||||
<div class="col-md-12 pad0">
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
For any type of technical help & support requests, Feel free to contact us</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
|
||||
<p><h4>
|
||||
Via QQ: 300883</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> 300883@qq.com</a>
|
||||
</div>
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
Visit our website for more support.</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-web"></i>https://www.sunpop.cn</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 37 KiB |
@@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="app_view_account_form" model="ir.ui.view">
|
||||
<field name="name">app.account.account.form</field>
|
||||
<field name="model">account.account</field>
|
||||
<field name="inherit_id" ref="account.view_account_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//group[1]" position="before">
|
||||
<div id="o_node_container">
|
||||
<div id="o_node_main">
|
||||
<field name="image" widget="image" class="oe_avatar" invisible="1"
|
||||
options="{'preview_image': 'image_medium', 'size': [90, 90]}"/>
|
||||
<span id="add_group"/>
|
||||
</div>
|
||||
<div id="o_node_right">
|
||||
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
|
||||
<field name="child_ids" widget="web_chart_hierarchy"
|
||||
string="Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/"
|
||||
options="{
|
||||
'image': 'image_small',
|
||||
'desc': 'code',
|
||||
'direct_sub': 'child_ids',
|
||||
'child_all_count':'child_all_count'}"/>
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
<xpath expr="//span[@id='add_group']" position="after">
|
||||
<xpath expr="//group[1]" position="move"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -1,6 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import controllers
|
||||
from . import models
|
||||
from . import ir
|
||||
from . import res
|
||||
@@ -1,63 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2018-08-15
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
# Odoo在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
# description:
|
||||
|
||||
{
|
||||
'name': "App Account Invoice Product Multi Batch Add",
|
||||
'version': '12.19.04.07',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 2,
|
||||
'price': 0.00,
|
||||
'currency': 'USD',
|
||||
'summary': """
|
||||
App Account Invoice Product Multi Batch Add
|
||||
Odoo App of Sunpop.cn
|
||||
""",
|
||||
'description': """
|
||||
App Account Invoice Product Multi Add
|
||||
1. One Click to add multi product to Account Invoice.
|
||||
2. All the product can filter and group.
|
||||
客户收据与供应商帐单批量增加产品
|
||||
1. 可以一键快速将多个产品加到客户收据与供应商帐单中
|
||||
2. 可对产品进行过滤、分组,然后批量加入
|
||||
""",
|
||||
'depends': [
|
||||
# 'app_web_one2many_multi_add',
|
||||
'account',
|
||||
],
|
||||
'images': ['static/description/account1.gif'],
|
||||
'data': [
|
||||
'views/account_invoice_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
'test': [
|
||||
],
|
||||
'css': [
|
||||
],
|
||||
'qweb': [
|
||||
],
|
||||
'js': [
|
||||
],
|
||||
'post_load': None,
|
||||
'post_init_hook': None,
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1,23 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * app_account_invoice_product_multi_add
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0+e-20190301\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-14 16:06+0000\n"
|
||||
"PO-Revision-Date: 2019-03-14 16:06+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: app_account_invoice_product_multi_add
|
||||
#: model_terms:ir.ui.view,arch_db:app_account_invoice_product_multi_add.app_invoice_form
|
||||
#: model_terms:ir.ui.view,arch_db:app_account_invoice_product_multi_add.app_invoice_supplier_form
|
||||
msgid "Multi Add Line"
|
||||
msgstr "批量添加"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1,2 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 78 KiB |
@@ -1,135 +0,0 @@
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<h2 class="oe_slogan" style="color:#875A7B;">Account Invoice Product Multi Add</h2>
|
||||
<h3>One Click to add multi product to Account Customer Invoice, Vendor Bill.</h3>
|
||||
<h2>Important: This app is depends on a Paid App.
|
||||
<a class="btn btn-danger mb4" href="http://www.odoo.com/apps/modules/12.0/app_web_one2many_multi_add/" target="_blank">app_web_one2many_multi_add</a>
|
||||
</h2>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>One Click to add multi product to Account Customer Invoice, Vendor Bill.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="account1.gif" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<h3>You may also like these free Apps for odoo.</h3>
|
||||
<ul>
|
||||
<li>1. One Click to add multi product to Sale Order.
|
||||
<a class="btn btn-primary mb4" href="http://www.odoo.com/apps/modules/12.0/app_sale_product_multi_add/" target="_blank">Free Download from here.</a></li>
|
||||
<li>2. One Click to add multi product to Purchase Order.
|
||||
<a class="btn btn-primary mb4" href="http://www.odoo.com/apps/modules/12.0/app_purchase_product_multi_add/" target="_blank">Free Download from here.</a></li>
|
||||
<li>3. One Click to add multi product to MRP Bom.
|
||||
<a class="btn btn-primary mb4" href="http://www.odoo.com/apps/modules/12.0/app_mrp_bom_product_multi_add/" target="_blank">Free Download from here.</a></li>
|
||||
<li>4. One Click to add multi product to Stock Picking Order.
|
||||
<a class="btn btn-primary mb4" href="http://www.odoo.com/apps/modules/12.0/app_stock_picking_product_multi_add/" target="_blank">Free Download from here.</a></li>
|
||||
<li>5. One Click to add multi product to Account Customer Invoice, Vendor Bill.
|
||||
<a class="btn btn-primary mb4" href="http://www.odoo.com/apps/modules/12.0/app_account_invoice_product_multi_add/" target="_blank">Free Download from here.</a></li>
|
||||
<li>6. You can also make any one2many field to get this feature by config the xml.</li>
|
||||
<li>7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order</li>
|
||||
</ul>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="cnreadme.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<h3 class="oe_slogan">Easy to Use. Click "Multi Add Items" in the one2many tree view.</h3>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<h2 class='oe_mt32'>Step1. Click "Multi Add Items" in any order form.</h2>
|
||||
<img src="use1.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
<h2 class='oe_mt32'>Step2. Select product (or any item you setup in xml).</h2>
|
||||
<img src="use2.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
<h2 class='oe_mt32'>Step3. Click "Select", then all product you select would add to the order.</h2>
|
||||
<img src="use3.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>1. One Click to add multi product to Sale Order.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="sale1.gif" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>2. One Click to add multi product to Purchase Order.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="purchase1.gif" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>3. One Click to add multi product to MRP Bom.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="mrp1.gif" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>4. One Click to add multi product to Stock Picking Order.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="stock1.gif" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<div class="oe_demo"
|
||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%; ">
|
||||
<h2 class='oe_mt32'>6. You can also make any one2many field to get this feature by config the xml.</h2>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<p>Check this example.</p>
|
||||
<img src="guide1.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced text-center">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">Technical Help & Support</h2>
|
||||
</div>
|
||||
<div class="col-md-12 pad0">
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
For any type of technical help & support requests, Feel free to contact us</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
|
||||
<p><h4>
|
||||
Via QQ: 300883</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> 300883@qq.com</a>
|
||||
</div>
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
Visit our website for more support.</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-web"></i>https://www.sunpop.cn</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 5.8 MiB |
|
Before Width: | Height: | Size: 4.6 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 116 KiB |
@@ -1,37 +0,0 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- Inherit Form View to Modify it -->
|
||||
<record id="app_invoice_form" model="ir.ui.view">
|
||||
<field name="name">app.account.invoice.form</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="inherit_id" ref="account.invoice_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page/field[@name='invoice_line_ids']/tree/field[1]" position="before">
|
||||
<control>
|
||||
<create string="Multi Add Line" context="{
|
||||
'pro_multi_add': True,
|
||||
'pro_res_model': 'product.product',
|
||||
'pro_res_field': 'product_id',
|
||||
}"/>
|
||||
</control>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record id="app_invoice_supplier_form" model="ir.ui.view">
|
||||
<field name="name">app.account.invoice.supplier.form</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="inherit_id" ref="account.invoice_supplier_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page/field[@name='invoice_line_ids']/tree/field[1]" position="before">
|
||||
<control>
|
||||
<create string="Multi Add Line" context="{
|
||||
'pro_multi_add': True,
|
||||
'pro_res_model': 'product.product',
|
||||
'pro_res_field': 'product_id',
|
||||
}"/>
|
||||
</control>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
@@ -1,4 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import models
|
||||
from .hooks import post_init_hook
|
||||
@@ -1,66 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2018-08-15
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# Odoo在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
# description:
|
||||
|
||||
{
|
||||
'name': "Account Searchpanel Hierarchy Tree, quick kanban filter",
|
||||
'version': '12.19.04.22',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 20,
|
||||
'summary': """
|
||||
Browse journal by account chart... Use for parent children kanban navigator.
|
||||
dynanmic kanban. Hierarchy Tree. Parent Children relation tree filter, navigator.
|
||||
""",
|
||||
'description': """
|
||||
Advance Search, Advance Filter with Parent Children Tree.
|
||||
Easy to navigator and browse any data.
|
||||
Ready for any odoo module. Like product, partner, sales order, purchase order, account, stock.
|
||||
easy use, like:
|
||||
<searchpanel>
|
||||
<field name='partner_id'/>
|
||||
</searchpanel>
|
||||
The limit of the apps is only support many2one field and kanban view. also not good for domain filter of panel.
|
||||
If you want more powerful function. please go to https://www.odoo.com/apps/modules/12.0/app_web_superbar
|
||||
""",
|
||||
'price': 0.00,
|
||||
'currency': 'EUR',
|
||||
'depends': [
|
||||
'account',
|
||||
],
|
||||
'images': ['static/description/banner.png'],
|
||||
'data': [
|
||||
'views/account_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
'test': [
|
||||
],
|
||||
'css': [
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/*.xml',
|
||||
],
|
||||
'js': [
|
||||
],
|
||||
'post_load': None,
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2018-10-12
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# Odoo在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
# description:
|
||||
|
||||
def post_init_hook(cr, pool):
|
||||
pass
|
||||
# cr.execute("")
|
||||
@@ -1,14 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-08 14:28+0000\n"
|
||||
"PO-Revision-Date: 2018-01-08 14:28+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1,2 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 982 KiB |
|
Before Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 591 KiB |
|
Before Width: | Height: | Size: 64 KiB |
@@ -1,320 +0,0 @@
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<h2 class="oe_slogan" style="color:#875A7B;">Account Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13</h2>
|
||||
</div>
|
||||
</section>
|
||||
<section class="oe_container">
|
||||
<div class="oe_row">
|
||||
<div class="oe_span12">
|
||||
<img class="oe_demo oe_screenshot" src="banner.gif">
|
||||
</div>
|
||||
<h3 class="oe_slogan">Advance Search, Advance Filter with Parent Children Tree.</h3>
|
||||
<h1 class="text-danger text-center">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/12.0/app_web_searchpanel/">
|
||||
this 1 Advance Search panel app
|
||||
</a>
|
||||
in odoo Store. Get
|
||||
<a href="https://www.odoo.com/apps/modules/browse?search=searchpanel+hierarchy" target="_blank">
|
||||
free 8 related apps.
|
||||
</a>
|
||||
</h1>
|
||||
<h3 class="oe_slogan">Easy to navigator and browse any data. </h3>
|
||||
<div class="oe_span12 oe_spaced">
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Update: v12.19.05.23, Enhance UI. Add Pos Function.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Easy to show custom parent children filter panel for kanban view.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Product navigate by category or type is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_product_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Account chart navigate by type is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_account_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Contacts navigate by company is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_contacts_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Sale order navigate by partner and channel is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_sale_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Purchase order navigate by partner is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_purchase_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Stock picking navigate by picking type is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_stock_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
HR employee navigate by department is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_hr_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Apps Navigator by Category, Module Navigator is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_module_searchpanel/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
It is so easy to customize, you can use it in anywhere in odoo.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h1> </h1>
|
||||
<h1 class="text-danger text-center">So Easy to navigator and search any data.</h1>
|
||||
<h4 class="oe_slogan">Product by category or type in kanban view</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="product1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in Sale.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="sale1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in purchase.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="purchase1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in stock.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="stock1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in contacts.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="contacts1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in HR employee.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="hr2.gif">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Use in Account.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="account1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">Apps Navigator by Category, Module Navigator is ready.</h4>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="demo_module1.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<br/><h1 class="oe_slogan text-danger">At last, we strongly recommend you to get another Superbar app for more powerful feature.</h1>
|
||||
<div class="oe_row">
|
||||
<h3 class="oe_slogan">Advance Search, Advance Filter with Parent Children Tree.</h3>
|
||||
<h1 class="text-danger text-center">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/12.0/app_web_superbar/" target="_blank">
|
||||
this 1 Advance Search Apps
|
||||
</a>
|
||||
in odoo Store. Get
|
||||
<a href="https://www.odoo.com/apps/modules/browse?search=ztree" target="_blank">
|
||||
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>
|
||||
<h2>Online demo <i class="fa fa-user text-primary"></i> user/password: demo/demo
|
||||
<a href="http://demo.odooapp.cn/web?#action=263&model=sale.order&view_type=list&menu_id=141" target="_blank">
|
||||
<i class="fa fa-arrow-right text-warning"></i>Click to get demo.
|
||||
</a> </h2>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="https://www.odoo.com/apps/modules/12.0/app_web_superbar/superbar.gif">
|
||||
</div>
|
||||
<div class="oe_span12 oe_spaced">
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Update: v12.19.05.23, Enhance UI. Add Pos Function.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Easy to make custom parent children tree for and data.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Easy to show custom parent children tree for tree, kanban, pivot, graph view.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Filter product of any data in "Search More..." popup windows.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Responsive UI.Only show when width > 992px;
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Product navigate by category or type is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_product_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
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.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_account_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Contacts navigate by company is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_contacts_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Sale order navigate by partner and channel is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_sale_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
Purchase order navigate by partner is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_purchase_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
HR employee navigate by department is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.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>
|
||||
Apps Navigator by Category, Module Navigator is ready.
|
||||
<a href="http://www.odoo.com/apps/modules/12.0/app_module_superbar/" target="_blank">
|
||||
<i class="fa fa-download text-warning"></i>Click to download.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
It is so easy to customize, you can use it in anywhere in odoo.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced text-center">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">Technical Help & Support</h2>
|
||||
</div>
|
||||
<div class="col-md-12 pad0">
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
For any type of technical help & support requests, Feel free to contact us</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
|
||||
<p><h4>
|
||||
Via QQ: 300883</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> 300883@qq.com</a>
|
||||
</div>
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
Visit our website for more support.</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-web"></i>https://www.sunpop.cn</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 638 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 6.3 MiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 77 KiB |
@@ -1,57 +0,0 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- account.account -->
|
||||
<record id="app_view_account_account_kanban" model="ir.ui.view">
|
||||
<field name="name">app.account.account.kanban</field>
|
||||
<field name="model">account.account</field>
|
||||
<field name="inherit_id" ref="account.view_account_account_kanban"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//templates">
|
||||
<searchpanel>
|
||||
<field name="group_id"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<!-- account.invoice -->
|
||||
<record id="app_invoice_kanban" model="ir.ui.view">
|
||||
<field name="name">app.account.invoice.kanban</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="inherit_id" ref="account.invoice_kanban"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//templates">
|
||||
<searchpanel>
|
||||
<field name="partner_id"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<!-- account.move -->
|
||||
<record id="app_view_account_move_kanban" model="ir.ui.view">
|
||||
<field name="name">app.account.move.kanban</field>
|
||||
<field name="model">account.move</field>
|
||||
<field name="inherit_id" ref="account.view_account_move_kanban"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//templates">
|
||||
<searchpanel>
|
||||
<field name="journal_id"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<!-- account.move.line -->
|
||||
<record id="app_account_move_line_view_kanban" model="ir.ui.view">
|
||||
<field name="name">app.account.move.line.kanban</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.account_move_line_view_kanban"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//templates">
|
||||
<searchpanel>
|
||||
<field name="partner_id"/>
|
||||
<field name="account_id"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
@@ -1,4 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import models
|
||||
from .hooks import post_init_hook
|
||||
@@ -1,61 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2018-08-15
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# Odoo在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
# description:
|
||||
|
||||
{
|
||||
'name': "App account superbar navigator",
|
||||
'version': '12.19.05.22',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 2,
|
||||
'summary': """
|
||||
Browse journal by account chart... Use for parent children tree list kanban navigator.
|
||||
ztree widget.Hierarchy Tree.Parent Children relation tree..
|
||||
""",
|
||||
'description': """
|
||||
Superbar, zTree widget.
|
||||
Advance search with real parent children tree, ListView or KanbanView. parent tree, children tree,
|
||||
eg: Product category tree ,Department tree, stock location tree.
|
||||
超级方便的查询,树状视图。
|
||||
""",
|
||||
'price': 0.00,
|
||||
'currency': 'EUR',
|
||||
'depends': [
|
||||
'account',
|
||||
],
|
||||
'images': ['static/description/banner.png'],
|
||||
'data': [
|
||||
'views/account_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
'test': [
|
||||
],
|
||||
'css': [
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/*.xml',
|
||||
],
|
||||
'js': [
|
||||
],
|
||||
'post_load': None,
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Created on 2018-10-12
|
||||
# author: 广州尚鹏,https://www.sunpop.cn
|
||||
# email: 300883@qq.com
|
||||
# resource of Sunpop
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
# Odoo在线中文用户手册(长期更新)
|
||||
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
|
||||
|
||||
# Odoo10离线中文用户手册下载
|
||||
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
|
||||
# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
|
||||
# https://www.sunpop.cn/odoo10_developer_document_offline/
|
||||
# description:
|
||||
|
||||
def post_init_hook(cr, pool):
|
||||
pass
|
||||
# cr.execute("")
|
||||
@@ -1,14 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-08 14:28+0000\n"
|
||||
"PO-Revision-Date: 2018-01-08 14:28+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
@@ -1 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -1,2 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 902 KiB |
|
Before Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 44 KiB |