diff --git a/app_account_account_chart/__init__.py b/app_account_account_chart/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_account_account_chart/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_account_account_chart/__manifest__.py b/app_account_account_chart/__manifest__.py deleted file mode 100644 index fc9bd160..00000000 --- a/app_account_account_chart/__manifest__.py +++ /dev/null @@ -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, -} diff --git a/app_account_account_chart/controllers/__init__.py b/app_account_account_chart/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_account_account_chart/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_account_account_chart/i18n/zh_CN.po b/app_account_account_chart/i18n/zh_CN.po deleted file mode 100644 index a27e8876..00000000 --- a/app_account_account_chart/i18n/zh_CN.po +++ /dev/null @@ -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 -# 珠海-杜哥 , 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: 珠海-杜哥 , 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 "合计" diff --git a/app_account_account_chart/models/__init__.py b/app_account_account_chart/models/__init__.py deleted file mode 100644 index 2329ffde..00000000 --- a/app_account_account_chart/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import account_account diff --git a/app_account_account_chart/models/account_account.py b/app_account_account_chart/models/account_account.py deleted file mode 100644 index 5c79489b..00000000 --- a/app_account_account_chart/models/account_account.py +++ /dev/null @@ -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) diff --git a/app_account_account_chart/static/description/banner.gif b/app_account_account_chart/static/description/banner.gif deleted file mode 100644 index 54fb9413..00000000 Binary files a/app_account_account_chart/static/description/banner.gif and /dev/null differ diff --git a/app_account_account_chart/static/description/banner.png b/app_account_account_chart/static/description/banner.png deleted file mode 100644 index a83464d6..00000000 Binary files a/app_account_account_chart/static/description/banner.png and /dev/null differ diff --git a/app_account_account_chart/static/description/demo1.jpg b/app_account_account_chart/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_account_account_chart/static/description/demo1.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo2.jpg b/app_account_account_chart/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_account_account_chart/static/description/demo2.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo4.jpg b/app_account_account_chart/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_account_account_chart/static/description/demo4.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo5.jpg b/app_account_account_chart/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_account_account_chart/static/description/demo5.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo6.jpg b/app_account_account_chart/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_account_account_chart/static/description/demo6.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo7.jpg b/app_account_account_chart/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_account_account_chart/static/description/demo7.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/demo9.jpg b/app_account_account_chart/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_account_account_chart/static/description/demo9.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/icon.png b/app_account_account_chart/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_account_account_chart/static/description/icon.png and /dev/null differ diff --git a/app_account_account_chart/static/description/index.html b/app_account_account_chart/static/description/index.html deleted file mode 100644 index ff165b27..00000000 --- a/app_account_account_chart/static/description/index.html +++ /dev/null @@ -1,190 +0,0 @@ -
-
-

Account Chart Hierarchy for Multi Level

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 5 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_account_chart/static/description/setup1.jpg b/app_account_account_chart/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_account_account_chart/static/description/setup1.jpg and /dev/null differ diff --git a/app_account_account_chart/static/description/setup2.jpg b/app_account_account_chart/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_account_account_chart/static/description/setup2.jpg and /dev/null differ diff --git a/app_account_account_chart/views/account_account_views.xml b/app_account_account_chart/views/account_account_views.xml deleted file mode 100644 index b2991d03..00000000 --- a/app_account_account_chart/views/account_account_views.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - app.account.account.form - account.account - - - -
-
- - -
-
-

Hierarchy Chart

- -
-
-
- - - -
-
-
diff --git a/app_account_invoice_product_multi_add/__init__.py b/app_account_invoice_product_multi_add/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_account_invoice_product_multi_add/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_account_invoice_product_multi_add/__manifest__.py b/app_account_invoice_product_multi_add/__manifest__.py deleted file mode 100644 index 77d2faec..00000000 --- a/app_account_invoice_product_multi_add/__manifest__.py +++ /dev/null @@ -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, -} diff --git a/app_account_invoice_product_multi_add/controllers/__init__.py b/app_account_invoice_product_multi_add/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_invoice_product_multi_add/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_invoice_product_multi_add/i18n/zh_CN.po b/app_account_invoice_product_multi_add/i18n/zh_CN.po deleted file mode 100644 index b22b9ac4..00000000 --- a/app_account_invoice_product_multi_add/i18n/zh_CN.po +++ /dev/null @@ -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 "批量添加" - diff --git a/app_account_invoice_product_multi_add/ir/__init__.py b/app_account_invoice_product_multi_add/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_invoice_product_multi_add/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_invoice_product_multi_add/models/__init__.py b/app_account_invoice_product_multi_add/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_invoice_product_multi_add/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_invoice_product_multi_add/report/__init__.py b/app_account_invoice_product_multi_add/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_account_invoice_product_multi_add/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_account_invoice_product_multi_add/res/__init__.py b/app_account_invoice_product_multi_add/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_invoice_product_multi_add/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_invoice_product_multi_add/static/description/account1.gif b/app_account_invoice_product_multi_add/static/description/account1.gif deleted file mode 100644 index ed6ad818..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/account1.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/banner.gif b/app_account_invoice_product_multi_add/static/description/banner.gif deleted file mode 100644 index 3796d869..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/banner.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/banner.png b/app_account_invoice_product_multi_add/static/description/banner.png deleted file mode 100644 index 8b958c64..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/banner.png and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/cnreadme.jpg b/app_account_invoice_product_multi_add/static/description/cnreadme.jpg deleted file mode 100644 index 2be54766..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/cnreadme.jpg and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/example.png b/app_account_invoice_product_multi_add/static/description/example.png deleted file mode 100644 index 27ff6d0f..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/example.png and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/guide1.jpg b/app_account_invoice_product_multi_add/static/description/guide1.jpg deleted file mode 100644 index 0eb8ddee..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/guide1.jpg and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/icon.png b/app_account_invoice_product_multi_add/static/description/icon.png deleted file mode 100644 index 4c57f611..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/icon.png and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/index.html b/app_account_invoice_product_multi_add/static/description/index.html deleted file mode 100644 index 013e4de4..00000000 --- a/app_account_invoice_product_multi_add/static/description/index.html +++ /dev/null @@ -1,135 +0,0 @@ -
-
-

Account Invoice Product Multi Add

-

One Click to add multi product to Account Customer Invoice, Vendor Bill.

-

Important: This app is depends on a Paid App. - app_web_one2many_multi_add -

-
-
-

One Click to add multi product to Account Customer Invoice, Vendor Bill.

-
-
- -
-
-
-

You may also like these free Apps for odoo.

-
    -
  • 1. One Click to add multi product to Sale Order. - Free Download from here.
  • -
  • 2. One Click to add multi product to Purchase Order. - Free Download from here.
  • -
  • 3. One Click to add multi product to MRP Bom. - Free Download from here.
  • -
  • 4. One Click to add multi product to Stock Picking Order. - Free Download from here.
  • -
  • 5. One Click to add multi product to Account Customer Invoice, Vendor Bill. - Free Download from here.
  • -
  • 6. You can also make any one2many field to get this feature by config the xml.
  • -
  • 7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order
  • -
-
- -
-
-

Easy to Use. Click "Multi Add Items" in the one2many tree view.

-
-

Step1. Click "Multi Add Items" in any order form.

- -
-

Step2. Select product (or any item you setup in xml).

- -
-

Step3. Click "Select", then all product you select would add to the order.

- -
-
-
-
-
-

1. One Click to add multi product to Sale Order.

-
-
- -
-
-
-
-
-

2. One Click to add multi product to Purchase Order.

-
-
- -
-
-
-
-
-

3. One Click to add multi product to MRP Bom.

-
-
- -
-
-
-
-
-

4. One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-
-
-

6. You can also make any one2many field to get this feature by config the xml.

-
-
-

Check this example.

- -
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_invoice_product_multi_add/static/description/mrp1.gif b/app_account_invoice_product_multi_add/static/description/mrp1.gif deleted file mode 100644 index 3fb5a814..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/mrp1.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/purchase1.gif b/app_account_invoice_product_multi_add/static/description/purchase1.gif deleted file mode 100644 index 43cd2a3b..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/purchase1.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/sale1.gif b/app_account_invoice_product_multi_add/static/description/sale1.gif deleted file mode 100644 index f8db4f7d..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/sale1.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/stock1.gif b/app_account_invoice_product_multi_add/static/description/stock1.gif deleted file mode 100644 index debbca34..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/stock1.gif and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/use1.jpg b/app_account_invoice_product_multi_add/static/description/use1.jpg deleted file mode 100644 index dc70f00f..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/use1.jpg and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/use2.jpg b/app_account_invoice_product_multi_add/static/description/use2.jpg deleted file mode 100644 index 74e49c8d..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/use2.jpg and /dev/null differ diff --git a/app_account_invoice_product_multi_add/static/description/use3.jpg b/app_account_invoice_product_multi_add/static/description/use3.jpg deleted file mode 100644 index 541828c1..00000000 Binary files a/app_account_invoice_product_multi_add/static/description/use3.jpg and /dev/null differ diff --git a/app_account_invoice_product_multi_add/views/account_invoice_views.xml b/app_account_invoice_product_multi_add/views/account_invoice_views.xml deleted file mode 100644 index e1f1f3d1..00000000 --- a/app_account_invoice_product_multi_add/views/account_invoice_views.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - app.account.invoice.form - account.invoice - - - - - - - - - - - app.account.invoice.supplier.form - account.invoice - - - - - - - - - - - \ No newline at end of file diff --git a/app_account_searchpanel/__init__.py b/app_account_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_account_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_account_searchpanel/__manifest__.py b/app_account_searchpanel/__manifest__.py deleted file mode 100644 index 5dfc8222..00000000 --- a/app_account_searchpanel/__manifest__.py +++ /dev/null @@ -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: - - - - 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, -} diff --git a/app_account_searchpanel/hooks.py b/app_account_searchpanel/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_account_searchpanel/hooks.py +++ /dev/null @@ -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("") diff --git a/app_account_searchpanel/i18n/zh_CN.po b/app_account_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_account_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_account_searchpanel/models/__init__.py b/app_account_searchpanel/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_searchpanel/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_searchpanel/report/__init__.py b/app_account_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_account_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_account_searchpanel/static/description/account1.jpg b/app_account_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_account_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/banner.gif b/app_account_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_account_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_account_searchpanel/static/description/banner.png b/app_account_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_account_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_account_searchpanel/static/description/contacts1.jpg b/app_account_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_account_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/demo2.jpg b/app_account_searchpanel/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_account_searchpanel/static/description/demo2.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/demo_module1.jpg b/app_account_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_account_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/hr1.jpg b/app_account_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_account_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/hr2.gif b/app_account_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_account_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_account_searchpanel/static/description/icon.png b/app_account_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_account_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_account_searchpanel/static/description/index.html b/app_account_searchpanel/static/description/index.html deleted file mode 100644 index dd55bb89..00000000 --- a/app_account_searchpanel/static/description/index.html +++ /dev/null @@ -1,320 +0,0 @@ -
-
-

Account Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_searchpanel/static/description/product1.jpg b/app_account_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_account_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/purchase1.gif b/app_account_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_account_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_account_searchpanel/static/description/purchase1.jpg b/app_account_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_account_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/sale1.jpg b/app_account_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_account_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/stock1.jpg b/app_account_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_account_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/superbar.gif b/app_account_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_account_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_account_searchpanel/static/description/superbar_use.gif b/app_account_searchpanel/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_account_searchpanel/static/description/superbar_use.gif and /dev/null differ diff --git a/app_account_searchpanel/static/description/superbar_use.png b/app_account_searchpanel/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_account_searchpanel/static/description/superbar_use.png and /dev/null differ diff --git a/app_account_searchpanel/static/description/use1.jpg b/app_account_searchpanel/static/description/use1.jpg deleted file mode 100644 index b951024b..00000000 Binary files a/app_account_searchpanel/static/description/use1.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use2.jpg b/app_account_searchpanel/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_account_searchpanel/static/description/use2.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use3.jpg b/app_account_searchpanel/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_account_searchpanel/static/description/use3.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use4.jpg b/app_account_searchpanel/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_account_searchpanel/static/description/use4.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use5.jpg b/app_account_searchpanel/static/description/use5.jpg deleted file mode 100644 index 18b0d1b4..00000000 Binary files a/app_account_searchpanel/static/description/use5.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use6.jpg b/app_account_searchpanel/static/description/use6.jpg deleted file mode 100644 index f900ded8..00000000 Binary files a/app_account_searchpanel/static/description/use6.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use7.jpg b/app_account_searchpanel/static/description/use7.jpg deleted file mode 100644 index 93fc8d4d..00000000 Binary files a/app_account_searchpanel/static/description/use7.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use8.jpg b/app_account_searchpanel/static/description/use8.jpg deleted file mode 100644 index 41a2796e..00000000 Binary files a/app_account_searchpanel/static/description/use8.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/use9.jpg b/app_account_searchpanel/static/description/use9.jpg deleted file mode 100644 index 9b442b4a..00000000 Binary files a/app_account_searchpanel/static/description/use9.jpg and /dev/null differ diff --git a/app_account_searchpanel/static/description/usea.jpg b/app_account_searchpanel/static/description/usea.jpg deleted file mode 100644 index 3c27fb9e..00000000 Binary files a/app_account_searchpanel/static/description/usea.jpg and /dev/null differ diff --git a/app_account_searchpanel/views/account_views.xml b/app_account_searchpanel/views/account_views.xml deleted file mode 100644 index 139904c8..00000000 --- a/app_account_searchpanel/views/account_views.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - app.account.account.kanban - account.account - - - - - - - - - - - - app.account.invoice.kanban - account.invoice - - - - - - - - - - - - app.account.move.kanban - account.move - - - - - - - - - - - - app.account.move.line.kanban - account.move.line - - - - - - - - - - - - \ No newline at end of file diff --git a/app_account_superbar/__init__.py b/app_account_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_account_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py deleted file mode 100644 index 677adef9..00000000 --- a/app_account_superbar/__manifest__.py +++ /dev/null @@ -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, -} diff --git a/app_account_superbar/hooks.py b/app_account_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_account_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_account_superbar/i18n/zh_CN.po b/app_account_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_account_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_account_superbar/models/__init__.py b/app_account_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_superbar/report/__init__.py b/app_account_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_account_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_account_superbar/static/description/account1.jpg b/app_account_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_account_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/banner.png b/app_account_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_account_superbar/static/description/banner.png and /dev/null differ diff --git a/app_account_superbar/static/description/base1.jpg b/app_account_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_account_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base2.jpg b/app_account_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_account_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base3.jpg b/app_account_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_account_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base4.jpg b/app_account_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_account_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base5.jpg b/app_account_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_account_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base6.jpg b/app_account_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_account_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base7.jpg b/app_account_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_account_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base8.jpg b/app_account_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_account_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/base9.jpg b/app_account_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_account_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/contacts1.jpg b/app_account_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_account_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/crm1.jpg b/app_account_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_account_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/demo2.jpg b/app_account_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_account_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/demo_module1.jpg b/app_account_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_account_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/demo_module2.jpg b/app_account_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_account_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/hr1.jpg b/app_account_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_account_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/hr2.gif b/app_account_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_account_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_account_superbar/static/description/icon.png b/app_account_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_account_superbar/static/description/icon.png and /dev/null differ diff --git a/app_account_superbar/static/description/index.html b/app_account_superbar/static/description/index.html deleted file mode 100644 index f15381c3..00000000 --- a/app_account_superbar/static/description/index.html +++ /dev/null @@ -1,298 +0,0 @@ -
-
-

Account App Super Sidebar for Advance Search with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_superbar/static/description/mrp1.gif b/app_account_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_account_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_account_superbar/static/description/mrp1.jpg b/app_account_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_account_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/pos1.jpg b/app_account_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_account_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/pos2.jpg b/app_account_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_account_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/pos3.jpg b/app_account_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_account_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/product1.jpg b/app_account_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_account_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/purchase1.jpg b/app_account_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_account_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/sale1.jpg b/app_account_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_account_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/searchmore.jpg b/app_account_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_account_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/stock1.jpg b/app_account_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_account_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/superbar.gif b/app_account_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_account_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_account_superbar/static/description/superbar_use.gif b/app_account_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_account_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_account_superbar/static/description/superbar_use.png b/app_account_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_account_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_account_superbar/static/description/use.jpg b/app_account_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_account_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use1.jpg b/app_account_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_account_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use2.jpg b/app_account_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_account_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use3.jpg b/app_account_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_account_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use4.jpg b/app_account_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_account_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use5.jpg b/app_account_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_account_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use6.jpg b/app_account_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_account_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use7.jpg b/app_account_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_account_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use8.jpg b/app_account_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_account_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/use9.jpg b/app_account_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_account_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/usea.jpg b/app_account_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_account_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_account_superbar/static/description/z_hr1.gif b/app_account_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_account_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_account_superbar/static/description/z_product1.gif b/app_account_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_account_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_account_superbar/static/description/z_stock1.gif b/app_account_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_account_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_account_superbar/views/account_views.xml b/app_account_superbar/views/account_views.xml deleted file mode 100644 index 8c996fa1..00000000 --- a/app_account_superbar/views/account_views.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - account.account.search.superbar - account.account - - - - - - - - - - - - - - account.invoice.select.superbar - account.invoice - - - - - - - - - - - - - - account.move.select.superbar - account.move - - - - - - - - - - - - - - Journal Items superbar - account.move.line - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_account_superbar_chinese/__init__.py b/app_account_superbar_chinese/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_account_superbar_chinese/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_account_superbar_chinese/__manifest__.py b/app_account_superbar_chinese/__manifest__.py deleted file mode 100644 index 9377a59b..00000000 --- a/app_account_superbar_chinese/__manifest__.py +++ /dev/null @@ -1,62 +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 superbar navigator for chinese account.", - 'version': '12.0.11.15', - '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': [ - 'l10n_cn_standard_lastest', - 'app_account_superbar', - ], - '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, -} diff --git a/app_account_superbar_chinese/hooks.py b/app_account_superbar_chinese/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_account_superbar_chinese/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_account_superbar_chinese/i18n/zh_CN.po b/app_account_superbar_chinese/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_account_superbar_chinese/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_account_superbar_chinese/models/__init__.py b/app_account_superbar_chinese/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_superbar_chinese/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_superbar_chinese/report/__init__.py b/app_account_superbar_chinese/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_account_superbar_chinese/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_account_superbar_chinese/static/description/account1.jpg b/app_account_superbar_chinese/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_account_superbar_chinese/static/description/account1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/banner.png b/app_account_superbar_chinese/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_account_superbar_chinese/static/description/banner.png and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base1.jpg b/app_account_superbar_chinese/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_account_superbar_chinese/static/description/base1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base2.jpg b/app_account_superbar_chinese/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_account_superbar_chinese/static/description/base2.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base3.jpg b/app_account_superbar_chinese/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_account_superbar_chinese/static/description/base3.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base4.jpg b/app_account_superbar_chinese/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_account_superbar_chinese/static/description/base4.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base5.jpg b/app_account_superbar_chinese/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_account_superbar_chinese/static/description/base5.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base6.jpg b/app_account_superbar_chinese/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_account_superbar_chinese/static/description/base6.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base7.jpg b/app_account_superbar_chinese/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_account_superbar_chinese/static/description/base7.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base8.jpg b/app_account_superbar_chinese/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_account_superbar_chinese/static/description/base8.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/base9.jpg b/app_account_superbar_chinese/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_account_superbar_chinese/static/description/base9.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/contacts1.jpg b/app_account_superbar_chinese/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_account_superbar_chinese/static/description/contacts1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/crm1.jpg b/app_account_superbar_chinese/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_account_superbar_chinese/static/description/crm1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/demo2.jpg b/app_account_superbar_chinese/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_account_superbar_chinese/static/description/demo2.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/demo_module1.jpg b/app_account_superbar_chinese/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_account_superbar_chinese/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/demo_module2.jpg b/app_account_superbar_chinese/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_account_superbar_chinese/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/hr1.jpg b/app_account_superbar_chinese/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_account_superbar_chinese/static/description/hr1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/hr2.gif b/app_account_superbar_chinese/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_account_superbar_chinese/static/description/hr2.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/icon.png b/app_account_superbar_chinese/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_account_superbar_chinese/static/description/icon.png and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/index.html b/app_account_superbar_chinese/static/description/index.html deleted file mode 100644 index f15381c3..00000000 --- a/app_account_superbar_chinese/static/description/index.html +++ /dev/null @@ -1,298 +0,0 @@ -
-
-

Account App Super Sidebar for Advance Search with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_superbar_chinese/static/description/mrp1.gif b/app_account_superbar_chinese/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_account_superbar_chinese/static/description/mrp1.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/mrp1.jpg b/app_account_superbar_chinese/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_account_superbar_chinese/static/description/mrp1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/pos1.jpg b/app_account_superbar_chinese/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_account_superbar_chinese/static/description/pos1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/pos2.jpg b/app_account_superbar_chinese/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_account_superbar_chinese/static/description/pos2.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/pos3.jpg b/app_account_superbar_chinese/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_account_superbar_chinese/static/description/pos3.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/product1.jpg b/app_account_superbar_chinese/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_account_superbar_chinese/static/description/product1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/purchase1.jpg b/app_account_superbar_chinese/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_account_superbar_chinese/static/description/purchase1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/sale1.jpg b/app_account_superbar_chinese/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_account_superbar_chinese/static/description/sale1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/searchmore.jpg b/app_account_superbar_chinese/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_account_superbar_chinese/static/description/searchmore.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/stock1.jpg b/app_account_superbar_chinese/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_account_superbar_chinese/static/description/stock1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/superbar.gif b/app_account_superbar_chinese/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_account_superbar_chinese/static/description/superbar.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/superbar_use.gif b/app_account_superbar_chinese/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_account_superbar_chinese/static/description/superbar_use.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/superbar_use.png b/app_account_superbar_chinese/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_account_superbar_chinese/static/description/superbar_use.png and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use.jpg b/app_account_superbar_chinese/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_account_superbar_chinese/static/description/use.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use1.jpg b/app_account_superbar_chinese/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_account_superbar_chinese/static/description/use1.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use2.jpg b/app_account_superbar_chinese/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_account_superbar_chinese/static/description/use2.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use3.jpg b/app_account_superbar_chinese/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_account_superbar_chinese/static/description/use3.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use4.jpg b/app_account_superbar_chinese/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_account_superbar_chinese/static/description/use4.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use5.jpg b/app_account_superbar_chinese/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_account_superbar_chinese/static/description/use5.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use6.jpg b/app_account_superbar_chinese/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_account_superbar_chinese/static/description/use6.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use7.jpg b/app_account_superbar_chinese/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_account_superbar_chinese/static/description/use7.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use8.jpg b/app_account_superbar_chinese/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_account_superbar_chinese/static/description/use8.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/use9.jpg b/app_account_superbar_chinese/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_account_superbar_chinese/static/description/use9.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/usea.jpg b/app_account_superbar_chinese/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_account_superbar_chinese/static/description/usea.jpg and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/z_hr1.gif b/app_account_superbar_chinese/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_account_superbar_chinese/static/description/z_hr1.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/z_product1.gif b/app_account_superbar_chinese/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_account_superbar_chinese/static/description/z_product1.gif and /dev/null differ diff --git a/app_account_superbar_chinese/static/description/z_stock1.gif b/app_account_superbar_chinese/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_account_superbar_chinese/static/description/z_stock1.gif and /dev/null differ diff --git a/app_account_superbar_chinese/views/account_views.xml b/app_account_superbar_chinese/views/account_views.xml deleted file mode 100644 index d5271682..00000000 --- a/app_account_superbar_chinese/views/account_views.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Journal Items superbar - account.move.line - - - - parent_id - - - - - \ No newline at end of file diff --git a/app_account_ztree/__init__.py b/app_account_ztree/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_account_ztree/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_account_ztree/__manifest__.py b/app_account_ztree/__manifest__.py deleted file mode 100644 index 6af74a87..00000000 --- a/app_account_ztree/__manifest__.py +++ /dev/null @@ -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 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 Multi Level Chart, parent children tree", - 'version': '12.0.12.14', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Use for parent children tree list select navigator. Multi Level Account Chart tree. - ztree widget. - """, - 'description': """ - zTree widget. - Advance search with real parent children tree, ListView or KanbanView , - eg: Account Chart tree, Product category tree,Department tree, stock location tree. - 超级方便的查询,树状视图。 - """, - 'price': 0.00, - 'currency': 'EUR', - 'depends': [ - 'account', - ], - 'images': ['static/description/banner.gif'], - '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, -} diff --git a/app_account_ztree/hooks.py b/app_account_ztree/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_account_ztree/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_account_ztree/i18n/zh_CN.po b/app_account_ztree/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_account_ztree/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_account_ztree/models/__init__.py b/app_account_ztree/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_account_ztree/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_account_ztree/report/__init__.py b/app_account_ztree/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_account_ztree/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_account_ztree/static/description/banner.gif b/app_account_ztree/static/description/banner.gif deleted file mode 100644 index e69de29b..00000000 diff --git a/app_account_ztree/static/description/demo1.jpg b/app_account_ztree/static/description/demo1.jpg deleted file mode 100644 index fd538628..00000000 Binary files a/app_account_ztree/static/description/demo1.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo11.jpg b/app_account_ztree/static/description/demo11.jpg deleted file mode 100644 index 72ad356b..00000000 Binary files a/app_account_ztree/static/description/demo11.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo12.jpg b/app_account_ztree/static/description/demo12.jpg deleted file mode 100644 index ecc58186..00000000 Binary files a/app_account_ztree/static/description/demo12.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo2.jpg b/app_account_ztree/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_account_ztree/static/description/demo2.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo3.jpg b/app_account_ztree/static/description/demo3.jpg deleted file mode 100644 index e82b0990..00000000 Binary files a/app_account_ztree/static/description/demo3.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo4.jpg b/app_account_ztree/static/description/demo4.jpg deleted file mode 100644 index 4a4abce1..00000000 Binary files a/app_account_ztree/static/description/demo4.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/demo5.jpg b/app_account_ztree/static/description/demo5.jpg deleted file mode 100644 index 849b7841..00000000 Binary files a/app_account_ztree/static/description/demo5.jpg and /dev/null differ diff --git a/app_account_ztree/static/description/icon.png b/app_account_ztree/static/description/icon.png deleted file mode 100644 index 57e223d0..00000000 Binary files a/app_account_ztree/static/description/icon.png and /dev/null differ diff --git a/app_account_ztree/static/description/index.html b/app_account_ztree/static/description/index.html deleted file mode 100644 index e88bceaf..00000000 --- a/app_account_ztree/static/description/index.html +++ /dev/null @@ -1,179 +0,0 @@ -
-
-

App ztree widget, for parent children tree list. Demo for hr department employee

-

Very useful for parent child relationship, like product category, stock location, hr department

-
-
- -
-
-
-
- Key features: -
    -
  • - - Easy to make custom parent children tree. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
-
- Extend features(Need extra module, release soon): -
    -
  • - - Easy to navigate product, employee in tree or kanban view. -
  • -
-
- -
-
-
- -
-
-

Use in hr department.

-
- -
-
-
- -
-
-

Use in hr employee.

-
- -
-
-
- -
-
-

Use in product.

-
- -
-
-
- -
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in stock location.

-
- -
-
-
- -
-
-

 

-

(!Need extra module and pay, release soon)Easy to navigator.

-

Product, employee in kanban view

-
- -
-
-
- -
-
-

(!Need extra module and pay, release soon)List view

-
- -
-
-
- -
-
-

Easy to setup just use widget='widget_select'. like this

-
- -
-


Use follow param to setup widget:

-

ztree_parent_key: --the key field of parent children relation.

-

ztree_expend_level: --how many level to expend the tree for initialize. Default is 2

-

limit: --how many record to show ztree. Default is 16

-

order: --the field to order by

-
-
-
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_account_ztree/static/description/setup1.jpg b/app_account_ztree/static/description/setup1.jpg deleted file mode 100644 index d5ade2b1..00000000 Binary files a/app_account_ztree/static/description/setup1.jpg and /dev/null differ diff --git a/app_account_ztree/static/img/icon_sunpop.png b/app_account_ztree/static/img/icon_sunpop.png deleted file mode 100644 index aa490954..00000000 Binary files a/app_account_ztree/static/img/icon_sunpop.png and /dev/null differ diff --git a/app_account_ztree/static/img/logo_sunpop.png b/app_account_ztree/static/img/logo_sunpop.png deleted file mode 100644 index 90cbe0e2..00000000 Binary files a/app_account_ztree/static/img/logo_sunpop.png and /dev/null differ diff --git a/app_account_ztree/views/account_views.xml b/app_account_ztree/views/account_views.xml deleted file mode 100644 index 663cef75..00000000 --- a/app_account_ztree/views/account_views.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app_base_superbar/__init__.py b/app_base_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_base_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_base_superbar/__manifest__.py b/app_base_superbar/__manifest__.py deleted file mode 100644 index f19e14ec..00000000 --- a/app_base_superbar/__manifest__.py +++ /dev/null @@ -1,72 +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': "Easy Admin navigator, quick search filter", - 'version': '12.19.05.11', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 10, - '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. - 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': [ - 'web', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - # 'views/res_groups_views.xml', - 'views/ir_actions_act_window_views.xml', - 'views/ir_actions_actions_views.xml', - 'views/ir_actions_report_views.xml', - 'views/ir_actions_server_views.xml', - 'views/ir_attachment_views.xml', - 'views/ir_default_views.xml', - 'views/ir_model_access_views.xml', - 'views/ir_model_constraint_views.xml', - 'views/ir_model_fields_views.xml', - 'views/ir_ui_menu_views.xml', - 'views/ir_ui_view_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, -} diff --git a/app_base_superbar/hooks.py b/app_base_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_base_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_base_superbar/i18n/zh_CN.po b/app_base_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_base_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_base_superbar/models/__init__.py b/app_base_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_base_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_base_superbar/report/__init__.py b/app_base_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_base_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_base_superbar/static/description/account1.jpg b/app_base_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_base_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/banner.gif b/app_base_superbar/static/description/banner.gif deleted file mode 100644 index 61fd49d2..00000000 Binary files a/app_base_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_base_superbar/static/description/banner.png b/app_base_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_base_superbar/static/description/banner.png and /dev/null differ diff --git a/app_base_superbar/static/description/base1.jpg b/app_base_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_base_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base2.jpg b/app_base_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_base_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base3.jpg b/app_base_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_base_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base4.jpg b/app_base_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_base_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base5.jpg b/app_base_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_base_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base6.jpg b/app_base_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_base_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base7.jpg b/app_base_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_base_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base8.jpg b/app_base_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_base_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/base9.jpg b/app_base_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_base_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/contacts1.jpg b/app_base_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_base_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/crm1.jpg b/app_base_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_base_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/demo2.jpg b/app_base_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_base_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/demo_module1.jpg b/app_base_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_base_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/demo_module2.jpg b/app_base_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_base_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/hr1.jpg b/app_base_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_base_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/hr2.gif b/app_base_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_base_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_base_superbar/static/description/icon.png b/app_base_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_base_superbar/static/description/icon.png and /dev/null differ diff --git a/app_base_superbar/static/description/index.html b/app_base_superbar/static/description/index.html deleted file mode 100644 index 4271f4cc..00000000 --- a/app_base_superbar/static/description/index.html +++ /dev/null @@ -1,504 +0,0 @@ -
-
-

Quick Admin navigator, Superbar with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. - -

-

Menu admin by menu category

-
- -
-

Actions admin by type and model

-
- -
-
- -
-
- -
-

Report admin by type and model

-
- -
-

Views admin by type and model

-
- -
-

Model Constraints admin by module and model

-
- -
-

Attachment admin by type and creator

-
- -
-

The following is the feather of extra paid Apps, which support this apps.

-
-
- -
-
-

App Advance Search Sidebar with Hierarchy Parent Children Tree

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

What you see is what you get. - Online demo user/password: demo/demo - - Click to get demo. - -

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in CRM.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in MRP.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-
- -
-
-

Buy this apps, get Extra bonus apps, App zTree widget, Hierarchy Parent tree in m2o select

-

Ready for product category Hierarchy Parent tree in m2o select

-
- -
-

Ready for Stock Location Hierarchy Parent tree in m2o select

-
- -
-

Ready for Hr Department Hierarchy Parent tree in m2o select

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
  • --
  • -
  • Or you can set dynamic domain in .py file.
  • -
  • use param: search_superbar_domain_xxx , xxx is a field name.
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_base_superbar/static/description/mail1.jpg b/app_base_superbar/static/description/mail1.jpg deleted file mode 100644 index 1595fe83..00000000 Binary files a/app_base_superbar/static/description/mail1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/mail2.jpg b/app_base_superbar/static/description/mail2.jpg deleted file mode 100644 index ba7a9711..00000000 Binary files a/app_base_superbar/static/description/mail2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/mail3.jpg b/app_base_superbar/static/description/mail3.jpg deleted file mode 100644 index 908f028a..00000000 Binary files a/app_base_superbar/static/description/mail3.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/mail4.jpg b/app_base_superbar/static/description/mail4.jpg deleted file mode 100644 index 049623f8..00000000 Binary files a/app_base_superbar/static/description/mail4.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/mrp1.gif b/app_base_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_base_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_base_superbar/static/description/mrp1.jpg b/app_base_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_base_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/pos1.jpg b/app_base_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_base_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/pos2.jpg b/app_base_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_base_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/pos3.jpg b/app_base_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_base_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/product1.jpg b/app_base_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_base_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/purchase1.jpg b/app_base_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_base_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/sale1.jpg b/app_base_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_base_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/searchmore.jpg b/app_base_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_base_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/stock1.jpg b/app_base_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_base_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/superbar.gif b/app_base_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_base_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_base_superbar/static/description/superbar_use.gif b/app_base_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_base_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_base_superbar/static/description/superbar_use.png b/app_base_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_base_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_base_superbar/static/description/use.jpg b/app_base_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_base_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use1.jpg b/app_base_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_base_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use2.jpg b/app_base_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_base_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use3.jpg b/app_base_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_base_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use4.jpg b/app_base_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_base_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use5.jpg b/app_base_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_base_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use6.jpg b/app_base_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_base_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use7.jpg b/app_base_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_base_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use8.jpg b/app_base_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_base_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/use9.jpg b/app_base_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_base_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/usea.jpg b/app_base_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_base_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_base_superbar/static/description/z_hr1.gif b/app_base_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_base_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_base_superbar/static/description/z_product1.gif b/app_base_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_base_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_base_superbar/static/description/z_stock1.gif b/app_base_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_base_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_base_superbar/views/ir_actions_act_window_views.xml b/app_base_superbar/views/ir_actions_act_window_views.xml deleted file mode 100644 index 734081c4..00000000 --- a/app_base_superbar/views/ir_actions_act_window_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.actions.windows.search - ir.actions.act_window - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_actions_actions_views.xml b/app_base_superbar/views/ir_actions_actions_views.xml deleted file mode 100644 index 68b0df3c..00000000 --- a/app_base_superbar/views/ir_actions_actions_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.actions.actions.search - ir.actions.actions - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_actions_report_views.xml b/app_base_superbar/views/ir_actions_report_views.xml deleted file mode 100644 index d162ce65..00000000 --- a/app_base_superbar/views/ir_actions_report_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.actions.report.search - ir.actions.report - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_actions_server_views.xml b/app_base_superbar/views/ir_actions_server_views.xml deleted file mode 100644 index 9e9da0ec..00000000 --- a/app_base_superbar/views/ir_actions_server_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - app.ir.actions.server.search - ir.actions.server - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_attachment_views.xml b/app_base_superbar/views/ir_attachment_views.xml deleted file mode 100644 index cacc9879..00000000 --- a/app_base_superbar/views/ir_attachment_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.attachment.search - ir.attachment - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_default_views.xml b/app_base_superbar/views/ir_default_views.xml deleted file mode 100644 index 81b10fe0..00000000 --- a/app_base_superbar/views/ir_default_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.default.search - ir.default - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_model_access_views.xml b/app_base_superbar/views/ir_model_access_views.xml deleted file mode 100644 index 33e16c26..00000000 --- a/app_base_superbar/views/ir_model_access_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.model.access.search - ir.model.access - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_model_constraint_views.xml b/app_base_superbar/views/ir_model_constraint_views.xml deleted file mode 100644 index 7a9db8ed..00000000 --- a/app_base_superbar/views/ir_model_constraint_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - app.ir.model.constraint.search - ir.model.constraint - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_model_fields_views.xml b/app_base_superbar/views/ir_model_fields_views.xml deleted file mode 100644 index fc5d2e77..00000000 --- a/app_base_superbar/views/ir_model_fields_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.model.fields.search - ir.model.fields - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_ui_menu_views.xml b/app_base_superbar/views/ir_ui_menu_views.xml deleted file mode 100644 index 7e0127a0..00000000 --- a/app_base_superbar/views/ir_ui_menu_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.ui.menu.search - ir.ui.menu - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/ir_ui_view_views.xml b/app_base_superbar/views/ir_ui_view_views.xml deleted file mode 100644 index 3a45dab7..00000000 --- a/app_base_superbar/views/ir_ui_view_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.ir.ui.menu.search - ir.ui.view - - - - - - - - - - - - \ No newline at end of file diff --git a/app_base_superbar/views/res_groups_views.xml b/app_base_superbar/views/res_groups_views.xml deleted file mode 100644 index 7902f9a0..00000000 --- a/app_base_superbar/views/res_groups_views.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - app.res.groups.search - res.groups - - - - - - - - - - - \ No newline at end of file diff --git a/app_company_chart_hierarchy/__init__.py b/app_company_chart_hierarchy/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_company_chart_hierarchy/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_company_chart_hierarchy/__manifest__.py b/app_company_chart_hierarchy/__manifest__.py deleted file mode 100644 index 2311f602..00000000 --- a/app_company_chart_hierarchy/__manifest__.py +++ /dev/null @@ -1,71 +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': 'Company Multi Level Chart Hierarchy, 多层级公司', - 'version': '12.19.05.11', - 'author': 'Sunpop.cn', - 'category': 'Sales', - '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. user multi level 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': [ - 'base', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'security/res_group.xml', - 'views/res_company_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, -} - diff --git a/app_company_chart_hierarchy/controllers/__init__.py b/app_company_chart_hierarchy/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_company_chart_hierarchy/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_company_chart_hierarchy/i18n/zh_CN.po b/app_company_chart_hierarchy/i18n/zh_CN.po deleted file mode 100644 index c664e321..00000000 --- a/app_company_chart_hierarchy/i18n/zh_CN.po +++ /dev/null @@ -1,112 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_users_chart_hierarchy -# -# Translators: -# Martin Trigaux, 2018 -# 珠海-杜哥 , 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: 珠海-杜哥 , 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_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:137 -#, python-format -msgid "Direct Subordinates of %s" -msgstr "%s的直接下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:126 -#, python-format -msgid "Direct subordinates" -msgstr "直接下属" - -#. module: app_users_chart_hierarchy -#: model:ir.model,name:app_users_chart_hierarchy.model_product.category -msgid "node" -msgstr "员工" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:89 -#, python-format -msgid "In order to get an organigram, set a parent and save the record." -msgstr "为了获取组织图,请设置一个上司然后保存" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:147 -#, python-format -msgid "Indirect Subordinates of %s" -msgstr "%s的非直接下属" - -#. module: app_users_chart_hierarchy -#: model:ir.model.fields,field_description:app_users_chart_hierarchy.field_product.category__child_all_count -msgid "Indirect Surbordinates Count" -msgstr "非直接下属数量" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:136 -#, python-format -msgid "Indirect subordinates" -msgstr "非直接下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:66 -#, python-format -msgid "More parents" -msgstr "更多管理员" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:87 -#, python-format -msgid "No hierarchy position." -msgstr "没有层级位置" - -#. module: app_users_chart_hierarchy -#: model_terms:ir.ui.view,arch_db:app_users_chart_hierarchy.product.category_view_form_inherit_chart_hierarchy -msgid "Organization Chart" -msgstr "组织图表" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:155 -#, python-format -msgid "Redirect" -msgstr "重定向" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:140 -#, python-format -msgid "Subordinates of %s" -msgstr "%s的下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:88 -#, python-format -msgid "This employee has no parent or subordinate." -msgstr "该员工没有上司或下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:144 -#, python-format -msgid "Total" -msgstr "合计" diff --git a/app_company_chart_hierarchy/models/__init__.py b/app_company_chart_hierarchy/models/__init__.py deleted file mode 100644 index dc8bc644..00000000 --- a/app_company_chart_hierarchy/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import res_company diff --git a/app_company_chart_hierarchy/models/res_company.py b/app_company_chart_hierarchy/models/res_company.py deleted file mode 100644 index 2d712ea9..00000000 --- a/app_company_chart_hierarchy/models/res_company.py +++ /dev/null @@ -1,27 +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 Company(models.Model): - _inherit = "res.company" - - # 注意,res.partner 有 parent_id 和 child_ids - _parent_name = "parent_id" - # _parent_store = True - # parent_path = fields.Char(index=True) - # - # child_all_count = fields.Integer( - # 'Indirect Surbordinates Count', - # compute='_compute_child_all_count', store=True) - # - # - # @api.depends('child_ids.child_all_count') - # def _compute_child_all_count(self): - # for rec in self: - # try: - # c_count = sum(child.child_all_count for child in rec.child_ids) - # rec.child_all_count = len(rec.child_ids) + c_count - # except Exception as e: - # rec.child_all_count = 0 diff --git a/app_company_chart_hierarchy/security/res_group.xml b/app_company_chart_hierarchy/security/res_group.xml deleted file mode 100644 index 9e24c066..00000000 --- a/app_company_chart_hierarchy/security/res_group.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app_company_chart_hierarchy/static/description/banner.gif b/app_company_chart_hierarchy/static/description/banner.gif deleted file mode 100644 index 60fbd472..00000000 Binary files a/app_company_chart_hierarchy/static/description/banner.gif and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/banner.png b/app_company_chart_hierarchy/static/description/banner.png deleted file mode 100644 index 91d2f883..00000000 Binary files a/app_company_chart_hierarchy/static/description/banner.png and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo1.jpg b/app_company_chart_hierarchy/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo1.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo2.jpg b/app_company_chart_hierarchy/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo2.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo4.jpg b/app_company_chart_hierarchy/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo4.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo5.jpg b/app_company_chart_hierarchy/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo5.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo6.jpg b/app_company_chart_hierarchy/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo6.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo7.jpg b/app_company_chart_hierarchy/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo7.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demo9.jpg b/app_company_chart_hierarchy/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_company_chart_hierarchy/static/description/demo9.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/demoa.jpg b/app_company_chart_hierarchy/static/description/demoa.jpg deleted file mode 100644 index 133082c4..00000000 Binary files a/app_company_chart_hierarchy/static/description/demoa.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/icon.png b/app_company_chart_hierarchy/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_company_chart_hierarchy/static/description/icon.png and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/index.html b/app_company_chart_hierarchy/static/description/index.html deleted file mode 100644 index 53e12c2f..00000000 --- a/app_company_chart_hierarchy/static/description/index.html +++ /dev/null @@ -1,212 +0,0 @@ -
-
-

Company Multi Level Chart Hierarchy

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - Free to Use in Company Multi Level Chart Hierarchy. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 6 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Company Multi Level Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_company_chart_hierarchy/static/description/setup1.jpg b/app_company_chart_hierarchy/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_company_chart_hierarchy/static/description/setup1.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/static/description/setup2.jpg b/app_company_chart_hierarchy/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_company_chart_hierarchy/static/description/setup2.jpg and /dev/null differ diff --git a/app_company_chart_hierarchy/views/res_company_views.xml b/app_company_chart_hierarchy/views/res_company_views.xml deleted file mode 100644 index 05b5eb84..00000000 --- a/app_company_chart_hierarchy/views/res_company_views.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - app.res.company.form - res.company - - - -
-
- - - -
-
-

Hierarchy Chart

- -
-
-
- - - - - - - - - -
-
-
diff --git a/app_contacts_searchpanel/__init__.py b/app_contacts_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_contacts_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_contacts_searchpanel/__manifest__.py b/app_contacts_searchpanel/__manifest__.py deleted file mode 100644 index ded5e928..00000000 --- a/app_contacts_searchpanel/__manifest__.py +++ /dev/null @@ -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 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': "Contact 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 contacts by company. 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: - - - - 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': [ - 'contacts', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/res_partner_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, -} diff --git a/app_contacts_searchpanel/hooks.py b/app_contacts_searchpanel/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_contacts_searchpanel/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_contacts_searchpanel/i18n/zh_CN.po b/app_contacts_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_contacts_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_contacts_searchpanel/models/__init__.py b/app_contacts_searchpanel/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_contacts_searchpanel/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_contacts_searchpanel/report/__init__.py b/app_contacts_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_contacts_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_contacts_searchpanel/static/description/account1.jpg b/app_contacts_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_contacts_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/banner.gif b/app_contacts_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_contacts_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/banner.png b/app_contacts_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_contacts_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/contacts1.jpg b/app_contacts_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_contacts_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/demo_module1.jpg b/app_contacts_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_contacts_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/hr1.jpg b/app_contacts_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_contacts_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/hr2.gif b/app_contacts_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_contacts_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/icon.png b/app_contacts_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_contacts_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/index.html b/app_contacts_searchpanel/static/description/index.html deleted file mode 100644 index 3b32af81..00000000 --- a/app_contacts_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

App Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_contacts_searchpanel/static/description/product1.jpg b/app_contacts_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_contacts_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/purchase1.gif b/app_contacts_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_contacts_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/purchase1.jpg b/app_contacts_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_contacts_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/sale1.jpg b/app_contacts_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_contacts_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/stock1.jpg b/app_contacts_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_contacts_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_contacts_searchpanel/static/description/superbar.gif b/app_contacts_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_contacts_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_contacts_searchpanel/views/res_partner_views.xml b/app_contacts_searchpanel/views/res_partner_views.xml deleted file mode 100644 index bb836a22..00000000 --- a/app_contacts_searchpanel/views/res_partner_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - app.res.partner.kanban - res.partner - - - - - - - - - - - - \ No newline at end of file diff --git a/app_contacts_superbar/__init__.py b/app_contacts_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_contacts_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_contacts_superbar/__manifest__.py b/app_contacts_superbar/__manifest__.py deleted file mode 100644 index b2069e26..00000000 --- a/app_contacts_superbar/__manifest__.py +++ /dev/null @@ -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 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 contacts by category company superbar", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse contacts by company. 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': [ - 'contacts', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/res_partner_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, -} diff --git a/app_contacts_superbar/hooks.py b/app_contacts_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_contacts_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_contacts_superbar/i18n/zh_CN.po b/app_contacts_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_contacts_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_contacts_superbar/models/__init__.py b/app_contacts_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_contacts_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_contacts_superbar/report/__init__.py b/app_contacts_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_contacts_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_contacts_superbar/static/description/account1.jpg b/app_contacts_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_contacts_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/banner.png b/app_contacts_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_contacts_superbar/static/description/banner.png and /dev/null differ diff --git a/app_contacts_superbar/static/description/base1.jpg b/app_contacts_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_contacts_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base2.jpg b/app_contacts_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_contacts_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base3.jpg b/app_contacts_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_contacts_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base4.jpg b/app_contacts_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_contacts_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base5.jpg b/app_contacts_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_contacts_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base6.jpg b/app_contacts_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_contacts_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base7.jpg b/app_contacts_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_contacts_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base8.jpg b/app_contacts_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_contacts_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/base9.jpg b/app_contacts_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_contacts_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/contacts1.jpg b/app_contacts_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_contacts_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/crm1.jpg b/app_contacts_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_contacts_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/demo2.jpg b/app_contacts_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_contacts_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/demo_module1.jpg b/app_contacts_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_contacts_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/demo_module2.jpg b/app_contacts_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_contacts_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/hr1.jpg b/app_contacts_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_contacts_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/hr2.gif b/app_contacts_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_contacts_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/icon.png b/app_contacts_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_contacts_superbar/static/description/icon.png and /dev/null differ diff --git a/app_contacts_superbar/static/description/index.html b/app_contacts_superbar/static/description/index.html deleted file mode 100644 index dfcc02cd..00000000 --- a/app_contacts_superbar/static/description/index.html +++ /dev/null @@ -1,298 +0,0 @@ -
-
-

Contact App Super Sidebar for Advance Search with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_contacts_superbar/static/description/mrp1.gif b/app_contacts_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_contacts_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/mrp1.jpg b/app_contacts_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_contacts_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/pos1.jpg b/app_contacts_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_contacts_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/pos2.jpg b/app_contacts_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_contacts_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/pos3.jpg b/app_contacts_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_contacts_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/product1.jpg b/app_contacts_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_contacts_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/purchase1.jpg b/app_contacts_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_contacts_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/sale1.jpg b/app_contacts_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_contacts_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/searchmore.jpg b/app_contacts_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_contacts_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/stock1.jpg b/app_contacts_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_contacts_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/superbar.gif b/app_contacts_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_contacts_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/superbar_use.gif b/app_contacts_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_contacts_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/superbar_use.png b/app_contacts_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_contacts_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_contacts_superbar/static/description/use.jpg b/app_contacts_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_contacts_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use1.jpg b/app_contacts_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_contacts_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use2.jpg b/app_contacts_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_contacts_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use3.jpg b/app_contacts_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_contacts_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use4.jpg b/app_contacts_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_contacts_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use5.jpg b/app_contacts_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_contacts_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use6.jpg b/app_contacts_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_contacts_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use7.jpg b/app_contacts_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_contacts_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use8.jpg b/app_contacts_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_contacts_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/use9.jpg b/app_contacts_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_contacts_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/usea.jpg b/app_contacts_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_contacts_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_contacts_superbar/static/description/z_hr1.gif b/app_contacts_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_contacts_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/z_product1.gif b/app_contacts_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_contacts_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_contacts_superbar/static/description/z_stock1.gif b/app_contacts_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_contacts_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_contacts_superbar/views/res_partner_views.xml b/app_contacts_superbar/views/res_partner_views.xml deleted file mode 100644 index 9fcf526e..00000000 --- a/app_contacts_superbar/views/res_partner_views.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - res.partner.select.superbar - res.partner - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_crm_superbar/__init__.py b/app_crm_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_crm_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_crm_superbar/__manifest__.py b/app_crm_superbar/__manifest__.py deleted file mode 100644 index 9ec21c6a..00000000 --- a/app_crm_superbar/__manifest__.py +++ /dev/null @@ -1,62 +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 crm browse by stage and team", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 10, - 'summary': """ - Browse crm lead by stage and team. 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': [ - 'crm', - 'utm', - ], - 'images': ['static/description/crm1.jpg'], - 'data': [ - 'views/crm_lead_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, -} diff --git a/app_crm_superbar/hooks.py b/app_crm_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_crm_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_crm_superbar/i18n/zh_CN.po b/app_crm_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_crm_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_crm_superbar/models/__init__.py b/app_crm_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_crm_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_crm_superbar/report/__init__.py b/app_crm_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_crm_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_crm_superbar/static/description/account1.jpg b/app_crm_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_crm_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/banner.png b/app_crm_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_crm_superbar/static/description/banner.png and /dev/null differ diff --git a/app_crm_superbar/static/description/base1.jpg b/app_crm_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_crm_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base2.jpg b/app_crm_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_crm_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base3.jpg b/app_crm_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_crm_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base4.jpg b/app_crm_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_crm_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base5.jpg b/app_crm_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_crm_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base6.jpg b/app_crm_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_crm_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base7.jpg b/app_crm_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_crm_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base8.jpg b/app_crm_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_crm_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/base9.jpg b/app_crm_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_crm_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/contacts1.jpg b/app_crm_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_crm_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/crm1.jpg b/app_crm_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_crm_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/demo2.jpg b/app_crm_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_crm_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/demo_module1.jpg b/app_crm_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_crm_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/demo_module2.jpg b/app_crm_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_crm_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/hr1.jpg b/app_crm_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_crm_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/hr2.gif b/app_crm_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_crm_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/icon.png b/app_crm_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_crm_superbar/static/description/icon.png and /dev/null differ diff --git a/app_crm_superbar/static/description/index.html b/app_crm_superbar/static/description/index.html deleted file mode 100644 index 5ec7efe9..00000000 --- a/app_crm_superbar/static/description/index.html +++ /dev/null @@ -1,310 +0,0 @@ -
-
-

CRM browse by stage and team, Super with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-

Free to Use in CRM browse by stage and team

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_crm_superbar/static/description/mrp1.gif b/app_crm_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_crm_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/mrp1.jpg b/app_crm_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_crm_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/pos1.jpg b/app_crm_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_crm_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/pos2.jpg b/app_crm_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_crm_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/pos3.jpg b/app_crm_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_crm_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/product1.jpg b/app_crm_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_crm_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/purchase1.jpg b/app_crm_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_crm_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/sale1.jpg b/app_crm_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_crm_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/searchmore.jpg b/app_crm_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_crm_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/stock1.jpg b/app_crm_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_crm_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/superbar.gif b/app_crm_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_crm_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/superbar_use.gif b/app_crm_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_crm_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/superbar_use.png b/app_crm_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_crm_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_crm_superbar/static/description/use.jpg b/app_crm_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_crm_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use1.jpg b/app_crm_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_crm_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use2.jpg b/app_crm_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_crm_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use3.jpg b/app_crm_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_crm_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use4.jpg b/app_crm_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_crm_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use5.jpg b/app_crm_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_crm_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use6.jpg b/app_crm_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_crm_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use7.jpg b/app_crm_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_crm_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use8.jpg b/app_crm_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_crm_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/use9.jpg b/app_crm_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_crm_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/usea.jpg b/app_crm_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_crm_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_crm_superbar/static/description/z_hr1.gif b/app_crm_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_crm_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/z_product1.gif b/app_crm_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_crm_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_crm_superbar/static/description/z_stock1.gif b/app_crm_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_crm_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_crm_superbar/views/crm_lead_views.xml b/app_crm_superbar/views/crm_lead_views.xml deleted file mode 100644 index 61fa92c9..00000000 --- a/app_crm_superbar/views/crm_lead_views.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - app.crm.lead.search.opportunity - crm.lead - - - - - - - - - - - - - - app.crm.lead.search.lead - crm.lead - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_hr_department_chart/__init__.py b/app_hr_department_chart/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_hr_department_chart/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_hr_department_chart/__manifest__.py b/app_hr_department_chart/__manifest__.py deleted file mode 100644 index d68b1629..00000000 --- a/app_hr_department_chart/__manifest__.py +++ /dev/null @@ -1,70 +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': 'Hr Department 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': [ - 'hr_org_chart', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/hr_department_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, -} - diff --git a/app_hr_department_chart/controllers/__init__.py b/app_hr_department_chart/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_hr_department_chart/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_hr_department_chart/i18n/zh_CN.po b/app_hr_department_chart/i18n/zh_CN.po deleted file mode 100644 index 61c89441..00000000 --- a/app_hr_department_chart/i18n/zh_CN.po +++ /dev/null @@ -1,67 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_product_category_chart -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20190301\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-09 00:38+0000\n" -"PO-Revision-Date: 2019-04-09 00:38+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_product_category_chart -#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view -msgid "Hierarchy Chart" -msgstr "目录结构图" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image -msgid "Image" -msgstr "图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__child_all_count -msgid "Indirect Surbordinates Count" -msgstr "非直接下属数量" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image_medium -msgid "Medium-sized image" -msgstr "中等尺寸图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image_medium -msgid "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." -msgstr "" - -#. module: app_product_category_chart -#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view -msgid "Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/" -msgstr "" - -#. module: app_product_category_chart -#: model:ir.model,name:app_product_category_chart.model_product_category -msgid "Product Category" -msgstr "产品种类" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image_small -msgid "Small-sized image" -msgstr "小尺寸图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image_small -msgid "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." -msgstr "" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image -msgid "This field holds the image used as avatar for this category, limited to 1024x1024px" -msgstr "目录图像最大为 1024x1024px" - diff --git a/app_hr_department_chart/models/__init__.py b/app_hr_department_chart/models/__init__.py deleted file mode 100644 index 021d0479..00000000 --- a/app_hr_department_chart/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import hr_department diff --git a/app_hr_department_chart/models/hr_department.py b/app_hr_department_chart/models/hr_department.py deleted file mode 100644 index 990f9e47..00000000 --- a/app_hr_department_chart/models/hr_department.py +++ /dev/null @@ -1,43 +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 Department(models.Model): - _inherit = "hr.department" - - # 目录图片,可显示小图标, - # 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) - - manager_name = fields.Char(related="manager_id.name", store=True) - - @api.model_create_multi - def create(self, vals_list): - for vals in vals_list: - tools.image_resize_images(vals) - return super(Department, self).create(vals_list) - - @api.multi - def write(self, vals): - tools.image_resize_images(vals) - return super(Department, self).write(vals) - - @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) diff --git a/app_hr_department_chart/static/description/banner.gif b/app_hr_department_chart/static/description/banner.gif deleted file mode 100644 index 54fb9413..00000000 Binary files a/app_hr_department_chart/static/description/banner.gif and /dev/null differ diff --git a/app_hr_department_chart/static/description/banner.png b/app_hr_department_chart/static/description/banner.png deleted file mode 100644 index a83464d6..00000000 Binary files a/app_hr_department_chart/static/description/banner.png and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo1.jpg b/app_hr_department_chart/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_hr_department_chart/static/description/demo1.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo2.jpg b/app_hr_department_chart/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_hr_department_chart/static/description/demo2.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo4.jpg b/app_hr_department_chart/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_hr_department_chart/static/description/demo4.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo5.jpg b/app_hr_department_chart/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_hr_department_chart/static/description/demo5.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo6.jpg b/app_hr_department_chart/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_hr_department_chart/static/description/demo6.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo7.jpg b/app_hr_department_chart/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_hr_department_chart/static/description/demo7.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/demo9.jpg b/app_hr_department_chart/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_hr_department_chart/static/description/demo9.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/icon.png b/app_hr_department_chart/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_hr_department_chart/static/description/icon.png and /dev/null differ diff --git a/app_hr_department_chart/static/description/index.html b/app_hr_department_chart/static/description/index.html deleted file mode 100644 index 071b75e5..00000000 --- a/app_hr_department_chart/static/description/index.html +++ /dev/null @@ -1,190 +0,0 @@ -
-
-

HR Department Chart Hierarchy for Multi Level

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 5 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_hr_department_chart/static/description/setup1.jpg b/app_hr_department_chart/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_hr_department_chart/static/description/setup1.jpg and /dev/null differ diff --git a/app_hr_department_chart/static/description/setup2.jpg b/app_hr_department_chart/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_hr_department_chart/static/description/setup2.jpg and /dev/null differ diff --git a/app_hr_department_chart/views/hr_department_views.xml b/app_hr_department_chart/views/hr_department_views.xml deleted file mode 100644 index f267d924..00000000 --- a/app_hr_department_chart/views/hr_department_views.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - app.hr.department.form - hr.department - - - -
-
- - -
-
-

Hierarchy Chart

- -
-
-
- - - -
-
-
diff --git a/app_hr_searchpanel/__init__.py b/app_hr_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_hr_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_hr_searchpanel/__manifest__.py b/app_hr_searchpanel/__manifest__.py deleted file mode 100644 index 31556598..00000000 --- a/app_hr_searchpanel/__manifest__.py +++ /dev/null @@ -1,67 +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': "Employee Navigator by department, hr search panel", - 'version': '12.19.01.10', - 'author': 'Sunpop.cn', - 'category': 'Human Resources', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse employees by departments tree. hr organization chart. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - ztree widget. hr Hierarchy organization chart Tree. - """, - '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: - - - - 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': [ - 'hr', - ], - 'images': ['static/description/hr2.gif'], - 'data': [ - 'views/hr_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, -} diff --git a/app_hr_searchpanel/hooks.py b/app_hr_searchpanel/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_hr_searchpanel/hooks.py +++ /dev/null @@ -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("") diff --git a/app_hr_searchpanel/i18n/zh_CN.po b/app_hr_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_hr_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_hr_searchpanel/models/__init__.py b/app_hr_searchpanel/models/__init__.py deleted file mode 100644 index fbc15372..00000000 --- a/app_hr_searchpanel/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - - - diff --git a/app_hr_searchpanel/report/__init__.py b/app_hr_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_hr_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_hr_searchpanel/static/description/account1.jpg b/app_hr_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_hr_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/banner.gif b/app_hr_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_hr_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_hr_searchpanel/static/description/banner.png b/app_hr_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_hr_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_hr_searchpanel/static/description/contacts1.jpg b/app_hr_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_hr_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/demo_module1.jpg b/app_hr_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_hr_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/hr1.jpg b/app_hr_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_hr_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/hr2.gif b/app_hr_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_hr_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_hr_searchpanel/static/description/icon.png b/app_hr_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_hr_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_hr_searchpanel/static/description/index.html b/app_hr_searchpanel/static/description/index.html deleted file mode 100644 index 893f62a7..00000000 --- a/app_hr_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

HR Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_hr_searchpanel/static/description/product1.jpg b/app_hr_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_hr_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/purchase1.gif b/app_hr_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_hr_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_hr_searchpanel/static/description/purchase1.jpg b/app_hr_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_hr_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/sale1.jpg b/app_hr_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_hr_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/stock1.jpg b/app_hr_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_hr_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_hr_searchpanel/static/description/superbar.gif b/app_hr_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_hr_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_hr_searchpanel/views/hr_views.xml b/app_hr_searchpanel/views/hr_views.xml deleted file mode 100644 index 5be576f1..00000000 --- a/app_hr_searchpanel/views/hr_views.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - app.hr.employee.kanban - hr.employee - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_hr_superbar/__init__.py b/app_hr_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_hr_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py deleted file mode 100644 index a9567aa2..00000000 --- a/app_hr_superbar/__manifest__.py +++ /dev/null @@ -1,62 +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': "Employee Navigator by department, hr superbar", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Human Resources', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse employees by departments tree. hr organization chart. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - ztree widget. hr Hierarchy organization chart 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': [ - 'hr', - ], - 'images': ['static/description/hr2.gif'], - 'data': [ - 'views/hr_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, -} diff --git a/app_hr_superbar/hooks.py b/app_hr_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_hr_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_hr_superbar/i18n/zh_CN.po b/app_hr_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_hr_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_hr_superbar/models/__init__.py b/app_hr_superbar/models/__init__.py deleted file mode 100644 index fbc15372..00000000 --- a/app_hr_superbar/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - - - diff --git a/app_hr_superbar/report/__init__.py b/app_hr_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_hr_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_hr_superbar/static/description/account1.jpg b/app_hr_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_hr_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/banner.gif b/app_hr_superbar/static/description/banner.gif deleted file mode 100644 index 48f55f93..00000000 Binary files a/app_hr_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/banner.png b/app_hr_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_hr_superbar/static/description/banner.png and /dev/null differ diff --git a/app_hr_superbar/static/description/base1.jpg b/app_hr_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_hr_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base2.jpg b/app_hr_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_hr_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base3.jpg b/app_hr_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_hr_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base4.jpg b/app_hr_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_hr_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base5.jpg b/app_hr_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_hr_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base6.jpg b/app_hr_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_hr_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base7.jpg b/app_hr_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_hr_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base8.jpg b/app_hr_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_hr_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/base9.jpg b/app_hr_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_hr_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/contacts1.jpg b/app_hr_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_hr_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/crm1.jpg b/app_hr_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_hr_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/demo2.jpg b/app_hr_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_hr_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/demo_module1.jpg b/app_hr_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_hr_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/demo_module2.jpg b/app_hr_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_hr_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/hr.png b/app_hr_superbar/static/description/hr.png deleted file mode 100644 index 1e25e532..00000000 Binary files a/app_hr_superbar/static/description/hr.png and /dev/null differ diff --git a/app_hr_superbar/static/description/hr1.jpg b/app_hr_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_hr_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/hr2.gif b/app_hr_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_hr_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/icon.png b/app_hr_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_hr_superbar/static/description/icon.png and /dev/null differ diff --git a/app_hr_superbar/static/description/index.html b/app_hr_superbar/static/description/index.html deleted file mode 100644 index 615dc820..00000000 --- a/app_hr_superbar/static/description/index.html +++ /dev/null @@ -1,335 +0,0 @@ -
-
-

HR employee navigate by department is ready.

-
-
-
-
-
- -
-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Advance Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
- Key features: - -
-
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_hr_superbar/static/description/mrp1.gif b/app_hr_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_hr_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/mrp1.jpg b/app_hr_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_hr_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/pos1.jpg b/app_hr_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_hr_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/pos2.jpg b/app_hr_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_hr_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/pos3.jpg b/app_hr_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_hr_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/product1.jpg b/app_hr_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_hr_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/purchase1.jpg b/app_hr_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_hr_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/sale1.jpg b/app_hr_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_hr_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/searchmore.jpg b/app_hr_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_hr_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/stock1.jpg b/app_hr_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_hr_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/superbar.gif b/app_hr_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_hr_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/superbar_use.gif b/app_hr_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_hr_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/superbar_use.png b/app_hr_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_hr_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_hr_superbar/static/description/use.jpg b/app_hr_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_hr_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use1.jpg b/app_hr_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_hr_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use2.jpg b/app_hr_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_hr_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use3.jpg b/app_hr_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_hr_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use4.jpg b/app_hr_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_hr_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use5.jpg b/app_hr_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_hr_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use6.jpg b/app_hr_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_hr_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use7.jpg b/app_hr_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_hr_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use8.jpg b/app_hr_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_hr_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/use9.jpg b/app_hr_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_hr_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/usea.jpg b/app_hr_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_hr_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_hr_superbar/static/description/z_hr1.gif b/app_hr_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_hr_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/z_product1.gif b/app_hr_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_hr_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_hr_superbar/static/description/z_stock1.gif b/app_hr_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_hr_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_hr_superbar/views/hr_views.xml b/app_hr_superbar/views/hr_views.xml deleted file mode 100644 index 9e81d0e2..00000000 --- a/app_hr_superbar/views/hr_views.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - app.hr.employee.search - hr.employee - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_hr_ztree/__init__.py b/app_hr_ztree/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_hr_ztree/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_hr_ztree/__manifest__.py b/app_hr_ztree/__manifest__.py deleted file mode 100644 index eca73ef5..00000000 --- a/app_hr_ztree/__manifest__.py +++ /dev/null @@ -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 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 HR department ztree, parent children tree", - 'version': '12.19.05.22', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Use for parent children tree list select navigator. hr department employee tree. - ztree widget. - """, - 'description': """ - zTree widget. - Advance search with real parent children tree, ListView or KanbanView , - eg: Product category tree ,Department tree, stock location tree. - 超级方便的查询,树状视图。 - """, - 'price': 0.00, - 'currency': 'EUR', - 'depends': [ - 'hr', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/hr_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, -} diff --git a/app_hr_ztree/hooks.py b/app_hr_ztree/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_hr_ztree/hooks.py +++ /dev/null @@ -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("") diff --git a/app_hr_ztree/i18n/zh_CN.po b/app_hr_ztree/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_hr_ztree/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_hr_ztree/models/__init__.py b/app_hr_ztree/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_hr_ztree/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_hr_ztree/report/__init__.py b/app_hr_ztree/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_hr_ztree/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_hr_ztree/static/description/banner.gif b/app_hr_ztree/static/description/banner.gif deleted file mode 100644 index ac3c0327..00000000 Binary files a/app_hr_ztree/static/description/banner.gif and /dev/null differ diff --git a/app_hr_ztree/static/description/demo1.jpg b/app_hr_ztree/static/description/demo1.jpg deleted file mode 100644 index fd538628..00000000 Binary files a/app_hr_ztree/static/description/demo1.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo11.jpg b/app_hr_ztree/static/description/demo11.jpg deleted file mode 100644 index 72ad356b..00000000 Binary files a/app_hr_ztree/static/description/demo11.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo12.jpg b/app_hr_ztree/static/description/demo12.jpg deleted file mode 100644 index ecc58186..00000000 Binary files a/app_hr_ztree/static/description/demo12.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo2.jpg b/app_hr_ztree/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_hr_ztree/static/description/demo2.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo3.jpg b/app_hr_ztree/static/description/demo3.jpg deleted file mode 100644 index e82b0990..00000000 Binary files a/app_hr_ztree/static/description/demo3.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo4.jpg b/app_hr_ztree/static/description/demo4.jpg deleted file mode 100644 index 4a4abce1..00000000 Binary files a/app_hr_ztree/static/description/demo4.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/demo5.jpg b/app_hr_ztree/static/description/demo5.jpg deleted file mode 100644 index 849b7841..00000000 Binary files a/app_hr_ztree/static/description/demo5.jpg and /dev/null differ diff --git a/app_hr_ztree/static/description/icon.png b/app_hr_ztree/static/description/icon.png deleted file mode 100644 index 57e223d0..00000000 Binary files a/app_hr_ztree/static/description/icon.png and /dev/null differ diff --git a/app_hr_ztree/static/description/index.html b/app_hr_ztree/static/description/index.html deleted file mode 100644 index e88bceaf..00000000 --- a/app_hr_ztree/static/description/index.html +++ /dev/null @@ -1,179 +0,0 @@ -
-
-

App ztree widget, for parent children tree list. Demo for hr department employee

-

Very useful for parent child relationship, like product category, stock location, hr department

-
-
- -
-
-
-
- Key features: -
    -
  • - - Easy to make custom parent children tree. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
-
- Extend features(Need extra module, release soon): -
    -
  • - - Easy to navigate product, employee in tree or kanban view. -
  • -
-
- -
-
-
- -
-
-

Use in hr department.

-
- -
-
-
- -
-
-

Use in hr employee.

-
- -
-
-
- -
-
-

Use in product.

-
- -
-
-
- -
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in stock location.

-
- -
-
-
- -
-
-

 

-

(!Need extra module and pay, release soon)Easy to navigator.

-

Product, employee in kanban view

-
- -
-
-
- -
-
-

(!Need extra module and pay, release soon)List view

-
- -
-
-
- -
-
-

Easy to setup just use widget='widget_select'. like this

-
- -
-


Use follow param to setup widget:

-

ztree_parent_key: --the key field of parent children relation.

-

ztree_expend_level: --how many level to expend the tree for initialize. Default is 2

-

limit: --how many record to show ztree. Default is 16

-

order: --the field to order by

-
-
-
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_hr_ztree/static/description/setup1.jpg b/app_hr_ztree/static/description/setup1.jpg deleted file mode 100644 index d5ade2b1..00000000 Binary files a/app_hr_ztree/static/description/setup1.jpg and /dev/null differ diff --git a/app_hr_ztree/static/img/icon_sunpop.png b/app_hr_ztree/static/img/icon_sunpop.png deleted file mode 100644 index aa490954..00000000 Binary files a/app_hr_ztree/static/img/icon_sunpop.png and /dev/null differ diff --git a/app_hr_ztree/static/img/logo_sunpop.png b/app_hr_ztree/static/img/logo_sunpop.png deleted file mode 100644 index 90cbe0e2..00000000 Binary files a/app_hr_ztree/static/img/logo_sunpop.png and /dev/null differ diff --git a/app_hr_ztree/views/hr_views.xml b/app_hr_ztree/views/hr_views.xml deleted file mode 100644 index 21356c8c..00000000 --- a/app_hr_ztree/views/hr_views.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - app.hr.department.form - hr.department - - - - - ztree_select - parent_id - - - - - app.hr.employee.form - hr.employee - - - - - - ztree_select - parent_id - - - - - \ No newline at end of file diff --git a/app_mail_superbar/__init__.py b/app_mail_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_mail_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_mail_superbar/__manifest__.py b/app_mail_superbar/__manifest__.py deleted file mode 100644 index 5dad1685..00000000 --- a/app_mail_superbar/__manifest__.py +++ /dev/null @@ -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 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': "Mail quick navigator,mail filter", - 'version': '12.19.05.02', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 10, - 'summary': """ - 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.. - """, - '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': [ - 'web', - 'mail', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/mail_channel_partner_views.xml', - 'views/mail_followers_views.xml', - 'views/mail_mail_views.xml', - 'views/mail_message_views.xml', - 'views/mail_tracking_value_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, -} diff --git a/app_mail_superbar/hooks.py b/app_mail_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_mail_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_mail_superbar/i18n/zh_CN.po b/app_mail_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_mail_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_mail_superbar/models/__init__.py b/app_mail_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_mail_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_mail_superbar/report/__init__.py b/app_mail_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_mail_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_mail_superbar/static/description/account1.jpg b/app_mail_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_mail_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/banner.png b/app_mail_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_mail_superbar/static/description/banner.png and /dev/null differ diff --git a/app_mail_superbar/static/description/base1.jpg b/app_mail_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_mail_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base2.jpg b/app_mail_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_mail_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base3.jpg b/app_mail_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_mail_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base4.jpg b/app_mail_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_mail_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base5.jpg b/app_mail_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_mail_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base6.jpg b/app_mail_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_mail_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base7.jpg b/app_mail_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_mail_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base8.jpg b/app_mail_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_mail_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/base9.jpg b/app_mail_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_mail_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/contacts1.jpg b/app_mail_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_mail_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/crm1.jpg b/app_mail_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_mail_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/demo2.jpg b/app_mail_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_mail_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/demo_module1.jpg b/app_mail_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_mail_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/demo_module2.jpg b/app_mail_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_mail_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/hr1.jpg b/app_mail_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_mail_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/hr2.gif b/app_mail_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_mail_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/icon.png b/app_mail_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_mail_superbar/static/description/icon.png and /dev/null differ diff --git a/app_mail_superbar/static/description/index.html b/app_mail_superbar/static/description/index.html deleted file mode 100644 index 0e6aa645..00000000 --- a/app_mail_superbar/static/description/index.html +++ /dev/null @@ -1,490 +0,0 @@ -
-
-

Mail quick navigator, Superbar with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. - -

-

Message navigator

-
- -
-

Mail navigator

-
- -
-

Channels Partner navigator

-
- -
-

Mail navigator

-
- -
-

The following is the feather of extra paid Apps, which support this apps.

-
-
- -
-
-

App Advance Search Sidebar with Hierarchy Parent Children Tree

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

What you see is what you get. - Online demo user/password: demo/demo - - Click to get demo. - -

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in CRM.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in MRP.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-
- -
-
-

Buy this apps, get Extra bonus apps, App zTree widget, Hierarchy Parent tree in m2o select

-

Ready for product category Hierarchy Parent tree in m2o select

-
- -
-

Ready for Stock Location Hierarchy Parent tree in m2o select

-
- -
-

Ready for Hr Department Hierarchy Parent tree in m2o select

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
  • --
  • -
  • Or you can set dynamic domain in .py file.
  • -
  • use param: search_superbar_domain_xxx , xxx is a field name.
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_mail_superbar/static/description/mail1.jpg b/app_mail_superbar/static/description/mail1.jpg deleted file mode 100644 index 1595fe83..00000000 Binary files a/app_mail_superbar/static/description/mail1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/mail2.jpg b/app_mail_superbar/static/description/mail2.jpg deleted file mode 100644 index ba7a9711..00000000 Binary files a/app_mail_superbar/static/description/mail2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/mail3.jpg b/app_mail_superbar/static/description/mail3.jpg deleted file mode 100644 index 908f028a..00000000 Binary files a/app_mail_superbar/static/description/mail3.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/mail4.jpg b/app_mail_superbar/static/description/mail4.jpg deleted file mode 100644 index 049623f8..00000000 Binary files a/app_mail_superbar/static/description/mail4.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/mrp1.gif b/app_mail_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_mail_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/mrp1.jpg b/app_mail_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_mail_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/pos1.jpg b/app_mail_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_mail_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/pos2.jpg b/app_mail_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_mail_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/pos3.jpg b/app_mail_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_mail_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/product1.jpg b/app_mail_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_mail_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/purchase1.jpg b/app_mail_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_mail_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/sale1.jpg b/app_mail_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_mail_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/searchmore.jpg b/app_mail_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_mail_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/stock1.jpg b/app_mail_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_mail_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/superbar.gif b/app_mail_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_mail_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/superbar_use.gif b/app_mail_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_mail_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/superbar_use.png b/app_mail_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_mail_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_mail_superbar/static/description/use.jpg b/app_mail_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_mail_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use1.jpg b/app_mail_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_mail_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use2.jpg b/app_mail_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_mail_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use3.jpg b/app_mail_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_mail_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use4.jpg b/app_mail_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_mail_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use5.jpg b/app_mail_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_mail_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use6.jpg b/app_mail_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_mail_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use7.jpg b/app_mail_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_mail_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use8.jpg b/app_mail_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_mail_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/use9.jpg b/app_mail_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_mail_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/usea.jpg b/app_mail_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_mail_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_mail_superbar/static/description/z_hr1.gif b/app_mail_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_mail_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/z_product1.gif b/app_mail_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_mail_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_mail_superbar/static/description/z_stock1.gif b/app_mail_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_mail_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_mail_superbar/views/mail_channel_partner_views.xml b/app_mail_superbar/views/mail_channel_partner_views.xml deleted file mode 100644 index 31145a53..00000000 --- a/app_mail_superbar/views/mail_channel_partner_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.mail.channel.partner.search - mail.channel.partner - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mail_superbar/views/mail_followers_views.xml b/app_mail_superbar/views/mail_followers_views.xml deleted file mode 100644 index 4008dd47..00000000 --- a/app_mail_superbar/views/mail_followers_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - app.mail.followers.search - mail.followers - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mail_superbar/views/mail_mail_views.xml b/app_mail_superbar/views/mail_mail_views.xml deleted file mode 100644 index 20046f7f..00000000 --- a/app_mail_superbar/views/mail_mail_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - app.mail.mail.search - mail.mail - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mail_superbar/views/mail_message_views.xml b/app_mail_superbar/views/mail_message_views.xml deleted file mode 100644 index 8b51478c..00000000 --- a/app_mail_superbar/views/mail_message_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - app.mail.message.search - mail.message - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mail_superbar/views/mail_tracking_value_views.xml b/app_mail_superbar/views/mail_tracking_value_views.xml deleted file mode 100644 index 327809a1..00000000 --- a/app_mail_superbar/views/mail_tracking_value_views.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - app.mail.tracking.value.search - mail.tracking.value - - - - - - - - - - - \ No newline at end of file diff --git a/app_module_searchpanel/__init__.py b/app_module_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_module_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_module_searchpanel/__manifest__.py b/app_module_searchpanel/__manifest__.py deleted file mode 100644 index 90ae6cf9..00000000 --- a/app_module_searchpanel/__manifest__.py +++ /dev/null @@ -1,67 +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': "Apps Navigator by Category, Module Navigator", - 'version': '12.19.01.14', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse Apps by category tree. Use for parent children kanban navigator. - dynanmic kanban. Hierarchy Tree. Parent Children relation tree filter, navigator. - """, - 'description': """ - Feature of odoo13. Support one2many field and kanban view. - 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: - - - - 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': [ - 'base', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/module_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, -} diff --git a/app_module_searchpanel/hooks.py b/app_module_searchpanel/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_module_searchpanel/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_module_searchpanel/i18n/zh_CN.po b/app_module_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_module_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_module_searchpanel/models/__init__.py b/app_module_searchpanel/models/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_module_searchpanel/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_module_searchpanel/report/__init__.py b/app_module_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_module_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_module_searchpanel/static/description/account1.jpg b/app_module_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_module_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/banner.gif b/app_module_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_module_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_module_searchpanel/static/description/banner.png b/app_module_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_module_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_module_searchpanel/static/description/contacts1.jpg b/app_module_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_module_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/demo2.jpg b/app_module_searchpanel/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_module_searchpanel/static/description/demo2.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/demo_module1.jpg b/app_module_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_module_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/demo_module2.jpg b/app_module_searchpanel/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_module_searchpanel/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/hr1.jpg b/app_module_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_module_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/hr2.gif b/app_module_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_module_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_module_searchpanel/static/description/icon.png b/app_module_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_module_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_module_searchpanel/static/description/index.html b/app_module_searchpanel/static/description/index.html deleted file mode 100644 index a5f30bff..00000000 --- a/app_module_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

Module Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_module_searchpanel/static/description/product1.jpg b/app_module_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_module_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/purchase1.gif b/app_module_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_module_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_module_searchpanel/static/description/purchase1.jpg b/app_module_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_module_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/sale1.jpg b/app_module_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_module_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/searchmore.jpg b/app_module_searchpanel/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_module_searchpanel/static/description/searchmore.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/stock1.jpg b/app_module_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_module_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/superbar.gif b/app_module_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_module_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_module_searchpanel/static/description/superbar_use.gif b/app_module_searchpanel/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_module_searchpanel/static/description/superbar_use.gif and /dev/null differ diff --git a/app_module_searchpanel/static/description/superbar_use.png b/app_module_searchpanel/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_module_searchpanel/static/description/superbar_use.png and /dev/null differ diff --git a/app_module_searchpanel/static/description/use1.jpg b/app_module_searchpanel/static/description/use1.jpg deleted file mode 100644 index b951024b..00000000 Binary files a/app_module_searchpanel/static/description/use1.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use2.jpg b/app_module_searchpanel/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_module_searchpanel/static/description/use2.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use3.jpg b/app_module_searchpanel/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_module_searchpanel/static/description/use3.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use4.jpg b/app_module_searchpanel/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_module_searchpanel/static/description/use4.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use5.jpg b/app_module_searchpanel/static/description/use5.jpg deleted file mode 100644 index 18b0d1b4..00000000 Binary files a/app_module_searchpanel/static/description/use5.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use6.jpg b/app_module_searchpanel/static/description/use6.jpg deleted file mode 100644 index f900ded8..00000000 Binary files a/app_module_searchpanel/static/description/use6.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use7.jpg b/app_module_searchpanel/static/description/use7.jpg deleted file mode 100644 index 93fc8d4d..00000000 Binary files a/app_module_searchpanel/static/description/use7.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use8.jpg b/app_module_searchpanel/static/description/use8.jpg deleted file mode 100644 index 41a2796e..00000000 Binary files a/app_module_searchpanel/static/description/use8.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/use9.jpg b/app_module_searchpanel/static/description/use9.jpg deleted file mode 100644 index 9b442b4a..00000000 Binary files a/app_module_searchpanel/static/description/use9.jpg and /dev/null differ diff --git a/app_module_searchpanel/static/description/usea.jpg b/app_module_searchpanel/static/description/usea.jpg deleted file mode 100644 index 3c27fb9e..00000000 Binary files a/app_module_searchpanel/static/description/usea.jpg and /dev/null differ diff --git a/app_module_searchpanel/views/module_views.xml b/app_module_searchpanel/views/module_views.xml deleted file mode 100644 index a7c2a6f7..00000000 --- a/app_module_searchpanel/views/module_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Apps Kanban searchpanel - ir.module.module - - - - - - - - - - - \ No newline at end of file diff --git a/app_module_superbar/__init__.py b/app_module_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_module_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_module_superbar/__manifest__.py b/app_module_superbar/__manifest__.py deleted file mode 100644 index ac784765..00000000 --- a/app_module_superbar/__manifest__.py +++ /dev/null @@ -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': "Apps Navigator by Category, Module Navigator", - 'version': '12.19.05.24', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse Apps by category tree. Browse Module by category. Use for parent children tree list kanban navigator. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - """, - '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': [ - 'base', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/module_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, -} diff --git a/app_module_superbar/hooks.py b/app_module_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_module_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_module_superbar/i18n/zh_CN.po b/app_module_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_module_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_module_superbar/models/__init__.py b/app_module_superbar/models/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_module_superbar/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_module_superbar/report/__init__.py b/app_module_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_module_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_module_superbar/static/description/account1.jpg b/app_module_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_module_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/banner.gif b/app_module_superbar/static/description/banner.gif deleted file mode 100644 index 48f55f93..00000000 Binary files a/app_module_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_module_superbar/static/description/banner.png b/app_module_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_module_superbar/static/description/banner.png and /dev/null differ diff --git a/app_module_superbar/static/description/base1.jpg b/app_module_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_module_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base2.jpg b/app_module_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_module_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base3.jpg b/app_module_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_module_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base4.jpg b/app_module_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_module_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base5.jpg b/app_module_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_module_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base6.jpg b/app_module_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_module_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base7.jpg b/app_module_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_module_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base8.jpg b/app_module_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_module_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/base9.jpg b/app_module_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_module_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/contacts1.jpg b/app_module_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_module_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/crm1.jpg b/app_module_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_module_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/demo2.jpg b/app_module_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_module_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/demo_module1.jpg b/app_module_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_module_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/demo_module2.jpg b/app_module_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_module_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/hr1.jpg b/app_module_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_module_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/hr2.gif b/app_module_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_module_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_module_superbar/static/description/icon.png b/app_module_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_module_superbar/static/description/icon.png and /dev/null differ diff --git a/app_module_superbar/static/description/index.html b/app_module_superbar/static/description/index.html deleted file mode 100644 index da1655a4..00000000 --- a/app_module_superbar/static/description/index.html +++ /dev/null @@ -1,354 +0,0 @@ -
-
-

Apps Navigator by Category, Module Navigator

-
-
-
-
-

!This moduld Do Need extra paid Apps - - Click to download. -

-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: - -
-
-
-
- -
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_module_superbar/static/description/mrp1.gif b/app_module_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_module_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_module_superbar/static/description/mrp1.jpg b/app_module_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_module_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/pos1.jpg b/app_module_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_module_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/pos2.jpg b/app_module_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_module_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/pos3.jpg b/app_module_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_module_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/product1.jpg b/app_module_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_module_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/purchase1.jpg b/app_module_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_module_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/sale1.jpg b/app_module_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_module_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/searchmore.jpg b/app_module_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_module_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/stock1.jpg b/app_module_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_module_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/superbar.gif b/app_module_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_module_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_module_superbar/static/description/superbar_use.gif b/app_module_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_module_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_module_superbar/static/description/superbar_use.png b/app_module_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_module_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_module_superbar/static/description/use.jpg b/app_module_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_module_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use1.jpg b/app_module_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_module_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use2.jpg b/app_module_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_module_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use3.jpg b/app_module_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_module_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use4.jpg b/app_module_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_module_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use5.jpg b/app_module_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_module_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use6.jpg b/app_module_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_module_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use7.jpg b/app_module_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_module_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use8.jpg b/app_module_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_module_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/use9.jpg b/app_module_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_module_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/usea.jpg b/app_module_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_module_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_module_superbar/static/description/z_hr1.gif b/app_module_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_module_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_module_superbar/static/description/z_product1.gif b/app_module_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_module_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_module_superbar/static/description/z_stock1.gif b/app_module_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_module_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_module_superbar/views/module_views.xml b/app_module_superbar/views/module_views.xml deleted file mode 100644 index c9a5668e..00000000 --- a/app_module_superbar/views/module_views.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ir.module.module.list.select - ir.module.module - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mrp_bom_product_multi_add/__init__.py b/app_mrp_bom_product_multi_add/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_mrp_bom_product_multi_add/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_mrp_bom_product_multi_add/__manifest__.py b/app_mrp_bom_product_multi_add/__manifest__.py deleted file mode 100644 index bda857df..00000000 --- a/app_mrp_bom_product_multi_add/__manifest__.py +++ /dev/null @@ -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 MRP Bom 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 MRP Bom Product Multi Batch Add, 制造Bom批量增加产品. - Odoo App of Sunpop.cn - """, - 'description': """ - App MRP Bom Product Multi Add. - 1. One Click to add multi product to MRP Bom. - 2. All the product can filter and group. - 制造Bom批量增加产品 - 1. 可以一键快速将多个产品加到制造Bom中 - 2. 可对产品进行过滤、分组,然后批量加入 - """, - 'depends': [ - # 'app_web_one2many_multi_add', - 'mrp', - ], - 'images': ['static/description/mrp1.gif'], - 'data': [ - 'views/mrp_bom_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'post_load': None, - 'post_init_hook': None, - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_mrp_bom_product_multi_add/controllers/__init__.py b/app_mrp_bom_product_multi_add/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_mrp_bom_product_multi_add/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_mrp_bom_product_multi_add/i18n/zh_CN.po b/app_mrp_bom_product_multi_add/i18n/zh_CN.po deleted file mode 100644 index 8e99b37c..00000000 --- a/app_mrp_bom_product_multi_add/i18n/zh_CN.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_mrp_bom_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:07+0000\n" -"PO-Revision-Date: 2019-03-14 16:07+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_mrp_bom_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_mrp_bom_product_multi_add.app_mrp_bom_form_view -msgid "Add a line" -msgstr "添加明细行" - -#. module: app_mrp_bom_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_mrp_bom_product_multi_add.app_mrp_bom_form_view -msgid "Multi add line" -msgstr "批量添加" - diff --git a/app_mrp_bom_product_multi_add/ir/__init__.py b/app_mrp_bom_product_multi_add/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_mrp_bom_product_multi_add/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_mrp_bom_product_multi_add/models/__init__.py b/app_mrp_bom_product_multi_add/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_mrp_bom_product_multi_add/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_mrp_bom_product_multi_add/report/__init__.py b/app_mrp_bom_product_multi_add/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_mrp_bom_product_multi_add/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_mrp_bom_product_multi_add/res/__init__.py b/app_mrp_bom_product_multi_add/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_mrp_bom_product_multi_add/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_mrp_bom_product_multi_add/static/description/account1.gif b/app_mrp_bom_product_multi_add/static/description/account1.gif deleted file mode 100644 index ed6ad818..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/account1.gif and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/banner.png b/app_mrp_bom_product_multi_add/static/description/banner.png deleted file mode 100644 index 8b958c64..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/banner.png and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/cnreadme.jpg b/app_mrp_bom_product_multi_add/static/description/cnreadme.jpg deleted file mode 100644 index 2be54766..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/cnreadme.jpg and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/example.png b/app_mrp_bom_product_multi_add/static/description/example.png deleted file mode 100644 index 27ff6d0f..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/example.png and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/guide1.jpg b/app_mrp_bom_product_multi_add/static/description/guide1.jpg deleted file mode 100644 index 0eb8ddee..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/guide1.jpg and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/icon.png b/app_mrp_bom_product_multi_add/static/description/icon.png deleted file mode 100644 index 4c57f611..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/icon.png and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/index.html b/app_mrp_bom_product_multi_add/static/description/index.html deleted file mode 100644 index a454d11c..00000000 --- a/app_mrp_bom_product_multi_add/static/description/index.html +++ /dev/null @@ -1,145 +0,0 @@ -
-
-

App MRP Bom Product Multi Add

-

One Click to add multi product to MRP Bom.

-

Important: This app is depends on a Paid App. - app_web_one2many_multi_add -

-
-
-

One Click to add multi product to MRP Bom.

-
-
- -
-
-
-

You may also like these free Apps for odoo.

-
    -
  • 1. One Click to add multi product to Sale Order. - Free Download from here.
  • -
  • 2. One Click to add multi product to Purchase Order. - Free Download from here.
  • -
  • 3. One Click to add multi product to MRP Bom. - Free Download from here.
  • -
  • 4. One Click to add multi product to Stock Picking Order. - Free Download from here.
  • -
  • 5. One Click to add multi product to Account Customer Invoice, Vendor Bill. - Free Download from here.
  • -
  • 6. You can also make any one2many field to get this feature by config the xml.
  • -
  • 7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order
  • -
-
- -
-
-

Easy to Use. Click "Multi Add Items" in the one2many tree view.

-
-

Step1. Click "Multi Add Items" in any order form.

- -
-

Step2. Select product (or any item you setup in xml).

- -
-

Step3. Click "Select", then all product you select would add to the order.

- -
-
-
-
-
-

1. One Click to add multi product to Sale Order.

-
-
- -
-
-
-
-
-

2. One Click to add multi product to Purchase Order.

-
-
- -
-
-
-
-
-

3. One Click to add multi product to MRP Bom.

-
-
- -
-
-
-
-
-

4. One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-
-
-

5. One Click to add multi product to Account Customer Invoice, Vendor Bill.

-
-
- -
-
-
-
-
-

6. You can also make any one2many field to get this feature by config the xml.

-
-
-

Check this example.

- -
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_mrp_bom_product_multi_add/static/description/mrp1.gif b/app_mrp_bom_product_multi_add/static/description/mrp1.gif deleted file mode 100644 index 3fb5a814..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/mrp1.gif and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/purchase1.gif b/app_mrp_bom_product_multi_add/static/description/purchase1.gif deleted file mode 100644 index 43cd2a3b..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/purchase1.gif and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/sale1.gif b/app_mrp_bom_product_multi_add/static/description/sale1.gif deleted file mode 100644 index f8db4f7d..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/sale1.gif and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/stock1.gif b/app_mrp_bom_product_multi_add/static/description/stock1.gif deleted file mode 100644 index debbca34..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/stock1.gif and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/use1.jpg b/app_mrp_bom_product_multi_add/static/description/use1.jpg deleted file mode 100644 index dc70f00f..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/use1.jpg and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/use2.jpg b/app_mrp_bom_product_multi_add/static/description/use2.jpg deleted file mode 100644 index 74e49c8d..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/use2.jpg and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/static/description/use3.jpg b/app_mrp_bom_product_multi_add/static/description/use3.jpg deleted file mode 100644 index 541828c1..00000000 Binary files a/app_mrp_bom_product_multi_add/static/description/use3.jpg and /dev/null differ diff --git a/app_mrp_bom_product_multi_add/views/mrp_bom_views.xml b/app_mrp_bom_product_multi_add/views/mrp_bom_views.xml deleted file mode 100644 index a6aa4e7c..00000000 --- a/app_mrp_bom_product_multi_add/views/mrp_bom_views.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - app.mrp.bom.form - mrp.bom - - - - - - - - - - - - \ No newline at end of file diff --git a/app_mrp_superbar/__init__.py b/app_mrp_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_mrp_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py deleted file mode 100644 index bd8c541b..00000000 --- a/app_mrp_superbar/__manifest__.py +++ /dev/null @@ -1,64 +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 mrp Manufacturing Orders browse by state workcenter navigator", - 'version': '12.19.05.28', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse mrp order, Manufacturing Orders by Materials Availability, work center. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - ztree widget.Hierarchy 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': [ - 'mrp_workorder', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/mrp_production_views.xml', - 'views/mrp_workorder_views.xml', - 'views/mrp_bom_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, -} diff --git a/app_mrp_superbar/hooks.py b/app_mrp_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_mrp_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_mrp_superbar/i18n/zh_CN.po b/app_mrp_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_mrp_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_mrp_superbar/models/__init__.py b/app_mrp_superbar/models/__init__.py deleted file mode 100644 index cfc06edc..00000000 --- a/app_mrp_superbar/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -# from . import product_category - diff --git a/app_mrp_superbar/report/__init__.py b/app_mrp_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_mrp_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_mrp_superbar/static/description/account1.jpg b/app_mrp_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_mrp_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/banner.gif b/app_mrp_superbar/static/description/banner.gif deleted file mode 100644 index 7f84f91e..00000000 Binary files a/app_mrp_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/banner.png b/app_mrp_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_mrp_superbar/static/description/banner.png and /dev/null differ diff --git a/app_mrp_superbar/static/description/base1.jpg b/app_mrp_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_mrp_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base2.jpg b/app_mrp_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_mrp_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base3.jpg b/app_mrp_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_mrp_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base4.jpg b/app_mrp_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_mrp_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base5.jpg b/app_mrp_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_mrp_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base6.jpg b/app_mrp_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_mrp_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base7.jpg b/app_mrp_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_mrp_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base8.jpg b/app_mrp_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_mrp_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/base9.jpg b/app_mrp_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_mrp_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/contacts1.jpg b/app_mrp_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_mrp_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/crm1.jpg b/app_mrp_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_mrp_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/demo2.jpg b/app_mrp_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_mrp_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/demo_module1.jpg b/app_mrp_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_mrp_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/demo_module2.jpg b/app_mrp_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_mrp_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/hr1.jpg b/app_mrp_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_mrp_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/hr2.gif b/app_mrp_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_mrp_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/icon.png b/app_mrp_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_mrp_superbar/static/description/icon.png and /dev/null differ diff --git a/app_mrp_superbar/static/description/index.html b/app_mrp_superbar/static/description/index.html deleted file mode 100644 index c03d821c..00000000 --- a/app_mrp_superbar/static/description/index.html +++ /dev/null @@ -1,413 +0,0 @@ -
-
-

MRP Advance Search Sidebar with Hierarchy Parent Children Tree

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in CRM.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in MRP.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
  • --
  • -
  • Or you can set dynamic domain in .py file.
  • -
  • use param: search_superbar_domain_xxx , xxx is a field name.
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_mrp_superbar/static/description/mrp1.gif b/app_mrp_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_mrp_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/mrp1.jpg b/app_mrp_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_mrp_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/pos1.jpg b/app_mrp_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_mrp_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/pos2.jpg b/app_mrp_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_mrp_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/pos3.jpg b/app_mrp_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_mrp_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/product1.jpg b/app_mrp_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_mrp_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/purchase1.jpg b/app_mrp_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_mrp_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/sale1.jpg b/app_mrp_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_mrp_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/searchmore.jpg b/app_mrp_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_mrp_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/stock1.jpg b/app_mrp_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_mrp_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/superbar.gif b/app_mrp_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_mrp_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/superbar_use.gif b/app_mrp_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_mrp_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/use.jpg b/app_mrp_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_mrp_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use1.jpg b/app_mrp_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_mrp_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use2.jpg b/app_mrp_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_mrp_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use3.jpg b/app_mrp_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_mrp_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use4.jpg b/app_mrp_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_mrp_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use5.jpg b/app_mrp_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_mrp_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use6.jpg b/app_mrp_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_mrp_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use7.jpg b/app_mrp_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_mrp_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use8.jpg b/app_mrp_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_mrp_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/use9.jpg b/app_mrp_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_mrp_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/usea.jpg b/app_mrp_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_mrp_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_mrp_superbar/static/description/z_hr1.gif b/app_mrp_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_mrp_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/z_product1.gif b/app_mrp_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_mrp_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_mrp_superbar/static/description/z_stock1.gif b/app_mrp_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_mrp_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_mrp_superbar/views/mrp_bom_views.xml b/app_mrp_superbar/views/mrp_bom_views.xml deleted file mode 100644 index 90f12d3a..00000000 --- a/app_mrp_superbar/views/mrp_bom_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - mrp.bom.select.superbar - mrp.bom - - - - - - - - - - - diff --git a/app_mrp_superbar/views/mrp_production_views.xml b/app_mrp_superbar/views/mrp_production_views.xml deleted file mode 100644 index f37cef96..00000000 --- a/app_mrp_superbar/views/mrp_production_views.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - app.mrp.production.select - mrp.production - - - - - - - - - - - - diff --git a/app_mrp_superbar/views/mrp_workorder_views.xml b/app_mrp_superbar/views/mrp_workorder_views.xml deleted file mode 100644 index f8a600c6..00000000 --- a/app_mrp_superbar/views/mrp_workorder_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - app.mrp.production.work.order.select - mrp.workorder - - - - - - - - - - - diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index e46d0ba0..dc0b9700 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'Odoo Customize(Debranding, My Odoo)', - 'version': '12.19.05.11', + 'version': '13.19.05.30', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'https://www.sunpop.cn', diff --git a/app_pos_superbar/__init__.py b/app_pos_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_pos_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_pos_superbar/__manifest__.py b/app_pos_superbar/__manifest__.py deleted file mode 100644 index 31e926af..00000000 --- a/app_pos_superbar/__manifest__.py +++ /dev/null @@ -1,65 +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 Pos order browse by store salesperson status", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Point of Sale', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 12, - 'summary': """ - Browse pos order by store tree. Use for parent children tree list kanban navigator. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - 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': [ - 'point_of_sale', - 'app_product_superbar', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/product_views.xml', - 'views/pos_order_views.xml', - 'views/report_pos_order_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, -} diff --git a/app_pos_superbar/hooks.py b/app_pos_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_pos_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_pos_superbar/i18n/zh_CN.po b/app_pos_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_pos_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_pos_superbar/models/__init__.py b/app_pos_superbar/models/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_pos_superbar/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_pos_superbar/report/__init__.py b/app_pos_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_pos_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_pos_superbar/static/description/account1.jpg b/app_pos_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_pos_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/banner.gif b/app_pos_superbar/static/description/banner.gif deleted file mode 100644 index 3fa07c7f..00000000 Binary files a/app_pos_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/banner.png b/app_pos_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_pos_superbar/static/description/banner.png and /dev/null differ diff --git a/app_pos_superbar/static/description/base1.jpg b/app_pos_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_pos_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base2.jpg b/app_pos_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_pos_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base3.jpg b/app_pos_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_pos_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base4.jpg b/app_pos_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_pos_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base5.jpg b/app_pos_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_pos_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base6.jpg b/app_pos_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_pos_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base7.jpg b/app_pos_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_pos_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base8.jpg b/app_pos_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_pos_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/base9.jpg b/app_pos_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_pos_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/contacts1.jpg b/app_pos_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_pos_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/crm1.jpg b/app_pos_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_pos_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/demo2.jpg b/app_pos_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_pos_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/demo_module1.jpg b/app_pos_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_pos_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/demo_module2.jpg b/app_pos_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_pos_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/hr1.jpg b/app_pos_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_pos_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/hr2.gif b/app_pos_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_pos_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/icon.png b/app_pos_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_pos_superbar/static/description/icon.png and /dev/null differ diff --git a/app_pos_superbar/static/description/index.html b/app_pos_superbar/static/description/index.html deleted file mode 100644 index e9ddf161..00000000 --- a/app_pos_superbar/static/description/index.html +++ /dev/null @@ -1,413 +0,0 @@ -
-
-

POS Super Sidebar for Advance Search with Parent Children Tree

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in CRM.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in MRP.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
  • --
  • -
  • Or you can set dynamic domain in .py file.
  • -
  • use param: search_superbar_domain_xxx , xxx is a field name.
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_pos_superbar/static/description/mrp1.gif b/app_pos_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_pos_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/mrp1.jpg b/app_pos_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_pos_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/pos1.jpg b/app_pos_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_pos_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/pos2.jpg b/app_pos_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_pos_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/pos3.jpg b/app_pos_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_pos_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/product1.jpg b/app_pos_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_pos_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/purchase1.jpg b/app_pos_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_pos_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/sale1.jpg b/app_pos_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_pos_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/searchmore.jpg b/app_pos_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_pos_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/stock1.jpg b/app_pos_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_pos_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/superbar.gif b/app_pos_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_pos_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/superbar_use.gif b/app_pos_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_pos_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/use.jpg b/app_pos_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_pos_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use1.jpg b/app_pos_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_pos_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use2.jpg b/app_pos_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_pos_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use3.jpg b/app_pos_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_pos_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use4.jpg b/app_pos_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_pos_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use5.jpg b/app_pos_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_pos_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use6.jpg b/app_pos_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_pos_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use7.jpg b/app_pos_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_pos_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use8.jpg b/app_pos_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_pos_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/use9.jpg b/app_pos_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_pos_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/usea.jpg b/app_pos_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_pos_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_pos_superbar/static/description/z_hr1.gif b/app_pos_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_pos_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/z_product1.gif b/app_pos_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_pos_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_pos_superbar/static/description/z_stock1.gif b/app_pos_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_pos_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_pos_superbar/views/pos_order_views.xml b/app_pos_superbar/views/pos_order_views.xml deleted file mode 100644 index c4fb0335..00000000 --- a/app_pos_superbar/views/pos_order_views.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - app.pos.order.list.select - pos.order - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_pos_superbar/views/product_views.xml b/app_pos_superbar/views/product_views.xml deleted file mode 100644 index 510c6307..00000000 --- a/app_pos_superbar/views/product_views.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - product.template.search.ztree - product.template - - - - - - - - - \ No newline at end of file diff --git a/app_pos_superbar/views/report_pos_order_views.xml b/app_pos_superbar/views/report_pos_order_views.xml deleted file mode 100644 index b12b9a61..00000000 --- a/app_pos_superbar/views/report_pos_order_views.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - app.report.pos.order.search - report.pos.order - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_product_category_chart/__init__.py b/app_product_category_chart/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_product_category_chart/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_product_category_chart/__manifest__.py b/app_product_category_chart/__manifest__.py deleted file mode 100644 index aaf6b725..00000000 --- a/app_product_category_chart/__manifest__.py +++ /dev/null @@ -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': 'Category Chart Hierarchy, 产品目录多层级结构图', - 'version': '12.19.04.19', - 'author': 'Sunpop.cn', - 'category': 'Base', - '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': [ - 'product', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/product_category_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, -} diff --git a/app_product_category_chart/controllers/__init__.py b/app_product_category_chart/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_product_category_chart/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_product_category_chart/i18n/zh_CN.po b/app_product_category_chart/i18n/zh_CN.po deleted file mode 100644 index 61c89441..00000000 --- a/app_product_category_chart/i18n/zh_CN.po +++ /dev/null @@ -1,67 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_product_category_chart -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20190301\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-09 00:38+0000\n" -"PO-Revision-Date: 2019-04-09 00:38+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_product_category_chart -#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view -msgid "Hierarchy Chart" -msgstr "目录结构图" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image -msgid "Image" -msgstr "图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__child_all_count -msgid "Indirect Surbordinates Count" -msgstr "非直接下属数量" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image_medium -msgid "Medium-sized image" -msgstr "中等尺寸图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image_medium -msgid "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." -msgstr "" - -#. module: app_product_category_chart -#: model_terms:ir.ui.view,arch_db:app_product_category_chart.app_product_category_form_view -msgid "Please get widget from https://apps.odoo.com/apps/modules/12.0/app_web_chart_hierarchy/" -msgstr "" - -#. module: app_product_category_chart -#: model:ir.model,name:app_product_category_chart.model_product_category -msgid "Product Category" -msgstr "产品种类" - -#. module: app_product_category_chart -#: model:ir.model.fields,field_description:app_product_category_chart.field_product_category__image_small -msgid "Small-sized image" -msgstr "小尺寸图像" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image_small -msgid "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." -msgstr "" - -#. module: app_product_category_chart -#: model:ir.model.fields,help:app_product_category_chart.field_product_category__image -msgid "This field holds the image used as avatar for this category, limited to 1024x1024px" -msgstr "目录图像最大为 1024x1024px" - diff --git a/app_product_category_chart/models/__init__.py b/app_product_category_chart/models/__init__.py deleted file mode 100644 index bb9851db..00000000 --- a/app_product_category_chart/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import product_category diff --git a/app_product_category_chart/models/product_category.py b/app_product_category_chart/models/product_category.py deleted file mode 100644 index 5e094be8..00000000 --- a/app_product_category_chart/models/product_category.py +++ /dev/null @@ -1,41 +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 ProductCategory(models.Model): - _inherit = "product.category" - - # 目录图片,可显示小图标, - # 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.model_create_multi - def create(self, vals_list): - for vals in vals_list: - tools.image_resize_images(vals) - return super(ProductCategory, self).create(vals_list) - - @api.multi - def write(self, vals): - tools.image_resize_images(vals) - return super(ProductCategory, self).write(vals) - - @api.depends('child_id.child_all_count') - def _compute_child_all_count(self): - for rec in self: - rec.child_all_count = len(rec.child_id) + sum(child.child_all_count for child in rec.child_id) diff --git a/app_product_category_chart/static/description/banner.gif b/app_product_category_chart/static/description/banner.gif deleted file mode 100644 index 54fb9413..00000000 Binary files a/app_product_category_chart/static/description/banner.gif and /dev/null differ diff --git a/app_product_category_chart/static/description/banner.png b/app_product_category_chart/static/description/banner.png deleted file mode 100644 index a83464d6..00000000 Binary files a/app_product_category_chart/static/description/banner.png and /dev/null differ diff --git a/app_product_category_chart/static/description/demo1.jpg b/app_product_category_chart/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_product_category_chart/static/description/demo1.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo2.jpg b/app_product_category_chart/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_product_category_chart/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo4.jpg b/app_product_category_chart/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_product_category_chart/static/description/demo4.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo5.jpg b/app_product_category_chart/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_product_category_chart/static/description/demo5.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo6.jpg b/app_product_category_chart/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_product_category_chart/static/description/demo6.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo7.jpg b/app_product_category_chart/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_product_category_chart/static/description/demo7.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/demo9.jpg b/app_product_category_chart/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_product_category_chart/static/description/demo9.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/icon.png b/app_product_category_chart/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_product_category_chart/static/description/icon.png and /dev/null differ diff --git a/app_product_category_chart/static/description/index.html b/app_product_category_chart/static/description/index.html deleted file mode 100644 index bd35f988..00000000 --- a/app_product_category_chart/static/description/index.html +++ /dev/null @@ -1,190 +0,0 @@ -
-
-

Product Category Chart Hierarchy

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 5 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_product_category_chart/static/description/setup1.jpg b/app_product_category_chart/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_product_category_chart/static/description/setup1.jpg and /dev/null differ diff --git a/app_product_category_chart/static/description/setup2.jpg b/app_product_category_chart/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_product_category_chart/static/description/setup2.jpg and /dev/null differ diff --git a/app_product_category_chart/static/img/专家顾问.png b/app_product_category_chart/static/img/专家顾问.png deleted file mode 100644 index 20353c64..00000000 Binary files a/app_product_category_chart/static/img/专家顾问.png and /dev/null differ diff --git a/app_product_category_chart/static/img/值班经理.png b/app_product_category_chart/static/img/值班经理.png deleted file mode 100644 index b8fa6afb..00000000 Binary files a/app_product_category_chart/static/img/值班经理.png and /dev/null differ diff --git a/app_product_category_chart/static/img/内部往来挂账.png b/app_product_category_chart/static/img/内部往来挂账.png deleted file mode 100644 index 68f32682..00000000 Binary files a/app_product_category_chart/static/img/内部往来挂账.png and /dev/null differ diff --git a/app_product_category_chart/static/img/办公家具.png b/app_product_category_chart/static/img/办公家具.png deleted file mode 100644 index 12971616..00000000 Binary files a/app_product_category_chart/static/img/办公家具.png and /dev/null differ diff --git a/app_product_category_chart/static/img/半成品质检.png b/app_product_category_chart/static/img/半成品质检.png deleted file mode 100644 index 37c42899..00000000 Binary files a/app_product_category_chart/static/img/半成品质检.png and /dev/null differ diff --git a/app_product_category_chart/static/img/原材料.png b/app_product_category_chart/static/img/原材料.png deleted file mode 100644 index 57d2bb36..00000000 Binary files a/app_product_category_chart/static/img/原材料.png and /dev/null differ diff --git a/app_product_category_chart/static/img/成品.png b/app_product_category_chart/static/img/成品.png deleted file mode 100644 index 0ad857f4..00000000 Binary files a/app_product_category_chart/static/img/成品.png and /dev/null differ diff --git a/app_product_category_chart/static/img/所有.png b/app_product_category_chart/static/img/所有.png deleted file mode 100644 index e6d08c65..00000000 Binary files a/app_product_category_chart/static/img/所有.png and /dev/null differ diff --git a/app_product_category_chart/static/img/旅游.png b/app_product_category_chart/static/img/旅游.png deleted file mode 100644 index a856ca6d..00000000 Binary files a/app_product_category_chart/static/img/旅游.png and /dev/null differ diff --git a/app_product_category_chart/static/img/服务.png b/app_product_category_chart/static/img/服务.png deleted file mode 100644 index 9d5192be..00000000 Binary files a/app_product_category_chart/static/img/服务.png and /dev/null differ diff --git a/app_product_category_chart/static/img/消耗品.png b/app_product_category_chart/static/img/消耗品.png deleted file mode 100644 index 7ec2ccf0..00000000 Binary files a/app_product_category_chart/static/img/消耗品.png and /dev/null differ diff --git a/app_product_category_chart/static/img/管理.png b/app_product_category_chart/static/img/管理.png deleted file mode 100644 index 5cb89a2e..00000000 Binary files a/app_product_category_chart/static/img/管理.png and /dev/null differ diff --git a/app_product_category_chart/static/img/费用管理.png b/app_product_category_chart/static/img/费用管理.png deleted file mode 100644 index ee5a94aa..00000000 Binary files a/app_product_category_chart/static/img/费用管理.png and /dev/null differ diff --git a/app_product_category_chart/static/img/软件.png b/app_product_category_chart/static/img/软件.png deleted file mode 100644 index 691b5900..00000000 Binary files a/app_product_category_chart/static/img/软件.png and /dev/null differ diff --git a/app_product_category_chart/static/img/运费.png b/app_product_category_chart/static/img/运费.png deleted file mode 100644 index 10c8be96..00000000 Binary files a/app_product_category_chart/static/img/运费.png and /dev/null differ diff --git a/app_product_category_chart/static/img/销售.png b/app_product_category_chart/static/img/销售.png deleted file mode 100644 index 9e8a70a2..00000000 Binary files a/app_product_category_chart/static/img/销售.png and /dev/null differ diff --git a/app_product_category_chart/views/product_category_views.xml b/app_product_category_chart/views/product_category_views.xml deleted file mode 100644 index a5a755eb..00000000 --- a/app_product_category_chart/views/product_category_views.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - app.product.category.form - product.category - - - -
-
- - - -
-
-

Hierarchy Chart

- -
-
-
- - - - - - -
-
-
diff --git a/app_product_searchpanel/__init__.py b/app_product_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_product_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_product_searchpanel/__manifest__.py b/app_product_searchpanel/__manifest__.py deleted file mode 100644 index 06ff2b66..00000000 --- a/app_product_searchpanel/__manifest__.py +++ /dev/null @@ -1,67 +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 product browse by category navigator", - 'version': '12.19.01.11', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse Product by category tree. Use for parent children kanban navigator. - dynanmic kanban. Hierarchy Tree. Parent Children relation tree filter, navigator. - """, - 'description': """ - Feature of odoo13. Support one2many field and kanban view. - 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: - - - - 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': [ - 'product', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/product_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, -} diff --git a/app_product_searchpanel/hooks.py b/app_product_searchpanel/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_product_searchpanel/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_product_searchpanel/i18n/zh_CN.po b/app_product_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_product_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_product_searchpanel/models/__init__.py b/app_product_searchpanel/models/__init__.py deleted file mode 100644 index cfc06edc..00000000 --- a/app_product_searchpanel/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -# from . import product_category - diff --git a/app_product_searchpanel/models/product_category.py b/app_product_searchpanel/models/product_category.py deleted file mode 100644 index 709d0af2..00000000 --- a/app_product_searchpanel/models/product_category.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2017-11-28 -# 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: - -from odoo import api, fields, models, exceptions, _ - -class ProductCategory(models.Model): - _inherit = 'product.category' - - # 更新 complete_name 算法,当有context: show_short =1 时,只显示短名 - @api.multi - def name_get(self): - if self._context.get('category_show_short'): - new_res = [] - for category in self: - name = category.name - new_res.append((category.id, name)) - return new_res - else: - return super(ProductCategory, self).name_get() diff --git a/app_product_searchpanel/report/__init__.py b/app_product_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_product_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_product_searchpanel/static/description/account1.jpg b/app_product_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_product_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/banner.gif b/app_product_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_product_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_product_searchpanel/static/description/banner.png b/app_product_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_product_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_product_searchpanel/static/description/contacts1.jpg b/app_product_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_product_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/demo2.jpg b/app_product_searchpanel/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_product_searchpanel/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/demo_module1.jpg b/app_product_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_product_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/demo_module2.jpg b/app_product_searchpanel/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_product_searchpanel/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/hr1.jpg b/app_product_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_product_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/hr2.gif b/app_product_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_product_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_product_searchpanel/static/description/icon.png b/app_product_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_product_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_product_searchpanel/static/description/index.html b/app_product_searchpanel/static/description/index.html deleted file mode 100644 index 79febeae..00000000 --- a/app_product_searchpanel/static/description/index.html +++ /dev/null @@ -1,322 +0,0 @@ -
-
-

Product Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_product_searchpanel/static/description/product1.jpg b/app_product_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_product_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/purchase1.gif b/app_product_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_product_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_product_searchpanel/static/description/purchase1.jpg b/app_product_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_product_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/sale1.jpg b/app_product_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_product_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/searchmore.jpg b/app_product_searchpanel/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_product_searchpanel/static/description/searchmore.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/stock1.jpg b/app_product_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_product_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/superbar.gif b/app_product_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_product_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_product_searchpanel/static/description/superbar_use.gif b/app_product_searchpanel/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_product_searchpanel/static/description/superbar_use.gif and /dev/null differ diff --git a/app_product_searchpanel/static/description/superbar_use.png b/app_product_searchpanel/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_product_searchpanel/static/description/superbar_use.png and /dev/null differ diff --git a/app_product_searchpanel/static/description/use1.jpg b/app_product_searchpanel/static/description/use1.jpg deleted file mode 100644 index b951024b..00000000 Binary files a/app_product_searchpanel/static/description/use1.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use2.jpg b/app_product_searchpanel/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_product_searchpanel/static/description/use2.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use3.jpg b/app_product_searchpanel/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_product_searchpanel/static/description/use3.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use4.jpg b/app_product_searchpanel/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_product_searchpanel/static/description/use4.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use5.jpg b/app_product_searchpanel/static/description/use5.jpg deleted file mode 100644 index 18b0d1b4..00000000 Binary files a/app_product_searchpanel/static/description/use5.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use6.jpg b/app_product_searchpanel/static/description/use6.jpg deleted file mode 100644 index f900ded8..00000000 Binary files a/app_product_searchpanel/static/description/use6.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use7.jpg b/app_product_searchpanel/static/description/use7.jpg deleted file mode 100644 index 93fc8d4d..00000000 Binary files a/app_product_searchpanel/static/description/use7.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use8.jpg b/app_product_searchpanel/static/description/use8.jpg deleted file mode 100644 index 41a2796e..00000000 Binary files a/app_product_searchpanel/static/description/use8.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/use9.jpg b/app_product_searchpanel/static/description/use9.jpg deleted file mode 100644 index 9b442b4a..00000000 Binary files a/app_product_searchpanel/static/description/use9.jpg and /dev/null differ diff --git a/app_product_searchpanel/static/description/usea.jpg b/app_product_searchpanel/static/description/usea.jpg deleted file mode 100644 index 3c27fb9e..00000000 Binary files a/app_product_searchpanel/static/description/usea.jpg and /dev/null differ diff --git a/app_product_searchpanel/views/product_views.xml b/app_product_searchpanel/views/product_views.xml deleted file mode 100644 index 58b19bd3..00000000 --- a/app_product_searchpanel/views/product_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - product.template.search.ztree - product.template - - - - - - - - - - - - \ No newline at end of file diff --git a/app_product_superbar/__init__.py b/app_product_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_product_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py deleted file mode 100644 index 11304bee..00000000 --- a/app_product_superbar/__manifest__.py +++ /dev/null @@ -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 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 product browse by category navigator", - 'version': '12.19.04.29', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse Product by category tree. Use for parent children tree list kanban navigator. - Easy to navigator and browse any data. Support Search more list, kanban, pivot, graph view. - 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': [ - 'product', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/product_views.xml', - 'views/product_attribute_value_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, -} diff --git a/app_product_superbar/hooks.py b/app_product_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_product_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_product_superbar/i18n/zh_CN.po b/app_product_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_product_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_product_superbar/models/__init__.py b/app_product_superbar/models/__init__.py deleted file mode 100644 index cfc06edc..00000000 --- a/app_product_superbar/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -# from . import product_category - diff --git a/app_product_superbar/models/product_category.py b/app_product_superbar/models/product_category.py deleted file mode 100644 index 709d0af2..00000000 --- a/app_product_superbar/models/product_category.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2017-11-28 -# 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: - -from odoo import api, fields, models, exceptions, _ - -class ProductCategory(models.Model): - _inherit = 'product.category' - - # 更新 complete_name 算法,当有context: show_short =1 时,只显示短名 - @api.multi - def name_get(self): - if self._context.get('category_show_short'): - new_res = [] - for category in self: - name = category.name - new_res.append((category.id, name)) - return new_res - else: - return super(ProductCategory, self).name_get() diff --git a/app_product_superbar/report/__init__.py b/app_product_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_product_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_product_superbar/static/description/account1.jpg b/app_product_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_product_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/banner.gif b/app_product_superbar/static/description/banner.gif deleted file mode 100644 index 3fa07c7f..00000000 Binary files a/app_product_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_product_superbar/static/description/banner.png b/app_product_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_product_superbar/static/description/banner.png and /dev/null differ diff --git a/app_product_superbar/static/description/base1.jpg b/app_product_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_product_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base2.jpg b/app_product_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_product_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base3.jpg b/app_product_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_product_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base4.jpg b/app_product_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_product_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base5.jpg b/app_product_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_product_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base6.jpg b/app_product_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_product_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base7.jpg b/app_product_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_product_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base8.jpg b/app_product_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_product_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/base9.jpg b/app_product_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_product_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/contacts1.jpg b/app_product_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_product_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/crm1.jpg b/app_product_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_product_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/demo2.jpg b/app_product_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_product_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/demo_module1.jpg b/app_product_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_product_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/demo_module2.jpg b/app_product_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_product_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/hr1.jpg b/app_product_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_product_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/hr2.gif b/app_product_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_product_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_product_superbar/static/description/icon.png b/app_product_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_product_superbar/static/description/icon.png and /dev/null differ diff --git a/app_product_superbar/static/description/index.html b/app_product_superbar/static/description/index.html deleted file mode 100644 index 73493421..00000000 --- a/app_product_superbar/static/description/index.html +++ /dev/null @@ -1,413 +0,0 @@ -
-
-

Product Super Sidebar for Advance Search with Parent Children Tree

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
- -
-
-
-
-

 

-

Filter product or any data in search more windows

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in CRM.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in MRP.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
  • --
  • -
  • Or you can set dynamic domain in .py file.
  • -
  • use param: search_superbar_domain_xxx , xxx is a field name.
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_product_superbar/static/description/mrp1.gif b/app_product_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_product_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_product_superbar/static/description/mrp1.jpg b/app_product_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_product_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/pos1.jpg b/app_product_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_product_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/pos2.jpg b/app_product_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_product_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/pos3.jpg b/app_product_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_product_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/product1.jpg b/app_product_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_product_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/purchase1.jpg b/app_product_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_product_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/sale1.jpg b/app_product_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_product_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/searchmore.jpg b/app_product_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_product_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/stock1.jpg b/app_product_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_product_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/superbar.gif b/app_product_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_product_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_product_superbar/static/description/superbar_use.gif b/app_product_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_product_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_product_superbar/static/description/use.jpg b/app_product_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_product_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use1.jpg b/app_product_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_product_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use2.jpg b/app_product_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_product_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use3.jpg b/app_product_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_product_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use4.jpg b/app_product_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_product_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use5.jpg b/app_product_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_product_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use6.jpg b/app_product_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_product_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use7.jpg b/app_product_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_product_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use8.jpg b/app_product_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_product_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/use9.jpg b/app_product_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_product_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/usea.jpg b/app_product_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_product_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_product_superbar/static/description/z_hr1.gif b/app_product_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_product_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_product_superbar/static/description/z_product1.gif b/app_product_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_product_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_product_superbar/static/description/z_stock1.gif b/app_product_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_product_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_product_superbar/views/product_attribute_value_views.xml b/app_product_superbar/views/product_attribute_value_views.xml deleted file mode 100644 index 1b282341..00000000 --- a/app_product_superbar/views/product_attribute_value_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - app.product.attribute.value.search - product.attribute.value - - - - - - - - - - - - \ No newline at end of file diff --git a/app_product_superbar/views/product_views.xml b/app_product_superbar/views/product_views.xml deleted file mode 100644 index 7863be84..00000000 --- a/app_product_superbar/views/product_views.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - app.product.template.search - product.template - - - - - - - - - - - - \ No newline at end of file diff --git a/app_product_variant_color/__init__.py b/app_product_variant_color/__init__.py deleted file mode 100644 index 792d6005..00000000 --- a/app_product_variant_color/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# diff --git a/app_product_variant_color/__manifest__.py b/app_product_variant_color/__manifest__.py deleted file mode 100644 index c92566ee..00000000 --- a/app_product_variant_color/__manifest__.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2019-01-04 -# author: 广州尚鹏,https://www.sunpop.cn -# email: 300883@qq.com -# resource of Sunpop -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -# 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': "App Product Attribute Color", - 'category': "Sales", - 'version': "12.19.04.15", - "author": "Sunpop.cn", - 'price': 0.00, - 'currency': 'EUR', - 'summary': """ - Product color swatch. Use for quick select color. can be use in product attribute and other color variant. color widget. color picker. - """, - 'images': ['static/description/banner.png'], - 'depends': [ - 'sale', - ], - 'data': [ - 'view/product_attribute_views.xml' - ], - 'qweb': [ - 'static/src/xml/widget.xml', - ], - 'license': 'AGPL-3', - 'auto_install': True, - 'installable': True, -} diff --git a/app_product_variant_color/images/form_view.png b/app_product_variant_color/images/form_view.png deleted file mode 100644 index db1026b9..00000000 Binary files a/app_product_variant_color/images/form_view.png and /dev/null differ diff --git a/app_product_variant_color/images/list_view.png b/app_product_variant_color/images/list_view.png deleted file mode 100644 index f4965fd5..00000000 Binary files a/app_product_variant_color/images/list_view.png and /dev/null differ diff --git a/app_product_variant_color/images/picker.png b/app_product_variant_color/images/picker.png deleted file mode 100644 index 4c3f5e07..00000000 Binary files a/app_product_variant_color/images/picker.png and /dev/null differ diff --git a/app_product_variant_color/static/description/banner.png b/app_product_variant_color/static/description/banner.png deleted file mode 100644 index cc148d1d..00000000 Binary files a/app_product_variant_color/static/description/banner.png and /dev/null differ diff --git a/app_product_variant_color/static/description/demo1.jpg b/app_product_variant_color/static/description/demo1.jpg deleted file mode 100644 index bf810acc..00000000 Binary files a/app_product_variant_color/static/description/demo1.jpg and /dev/null differ diff --git a/app_product_variant_color/static/description/demo2.jpg b/app_product_variant_color/static/description/demo2.jpg deleted file mode 100644 index 36d511a0..00000000 Binary files a/app_product_variant_color/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_variant_color/static/description/form_view.png b/app_product_variant_color/static/description/form_view.png deleted file mode 100644 index db1026b9..00000000 Binary files a/app_product_variant_color/static/description/form_view.png and /dev/null differ diff --git a/app_product_variant_color/static/description/icon.png b/app_product_variant_color/static/description/icon.png deleted file mode 100644 index 22b83ffe..00000000 Binary files a/app_product_variant_color/static/description/icon.png and /dev/null differ diff --git a/app_product_variant_color/static/description/index.html b/app_product_variant_color/static/description/index.html deleted file mode 100644 index a90ba7a2..00000000 --- a/app_product_variant_color/static/description/index.html +++ /dev/null @@ -1,90 +0,0 @@ -
-
-
-

App Product Attribute Color

-

Quick Color picker for product variant

- -

!This moduld Do Need extra paid Apps - - Click to download. -

-
-
- -
-
-
- Key features: -
    -
  • - - Lastest update: v12.19.03.29 -
  • -
  • - - Easy to set color for product. -
  • -
-
-
-
-

Use in product color setup

- -
-
- -
-
-

In Form View

- -
-
-

In List View

- -
-
-

Picker View

- -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
-

More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons -

-
-
- diff --git a/app_product_variant_color/static/description/list_view.png b/app_product_variant_color/static/description/list_view.png deleted file mode 100644 index f4965fd5..00000000 Binary files a/app_product_variant_color/static/description/list_view.png and /dev/null differ diff --git a/app_product_variant_color/static/description/picker.png b/app_product_variant_color/static/description/picker.png deleted file mode 100644 index 4c3f5e07..00000000 Binary files a/app_product_variant_color/static/description/picker.png and /dev/null differ diff --git a/app_product_variant_color/view/product_attribute_views.xml b/app_product_variant_color/view/product_attribute_views.xml deleted file mode 100644 index fb166916..00000000 --- a/app_product_variant_color/view/product_attribute_views.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - app.product.attribute.form.inherit - product.attribute - - - - {'horizontal': true} - - - colorpicker - - - - - - app.product.attribute.form.inherit2 - product.attribute - - - - {'horizontal': true} - - - - - - app.product.template.attribute.line.form.inherit - product.template.attribute.line - - - - - colorpicker - - - - - - app.product.template.attribute.value.view.tree.inherit - product.template.attribute.value - - - - colorpicker - - - - - - app.product.template.attribute.value.view.form.inherit - product.template.attribute.value - - - - colorpicker - - - - - - app.variants.template.tree - product.attribute.value - - - - colorpicker - - - - - - \ No newline at end of file diff --git a/app_product_weight_sale/__init__.py b/app_product_weight_sale/__init__.py deleted file mode 100644 index 95ef785c..00000000 --- a/app_product_weight_sale/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models - - diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py deleted file mode 100644 index 333d8e6d..00000000 --- a/app_product_weight_sale/__manifest__.py +++ /dev/null @@ -1,34 +0,0 @@ -# -*- coding: utf-8 ---*--- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -{ - 'name': 'Weight in Sales Order', - 'version': '12.19.04.16', - 'summary': 'Add Product sku weight in Sale Order, product weight, sale weight, sale order weight, total weight, kg kg(s) lb lb(s) support', - 'sequence': 10, - 'license': 'LGPL-3', - 'description': """ - All in one Weight solution for sale, purchase, purchase agreement, mrp, stock. - Add product sku weight in Sale Order. Unit of measure auto weight, kg kg(s) lb lb(s) support. weight sale order. - Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order。 - Support kg(s) or lb(s) - """, - 'category': 'Sales', - 'author': 'Sunpop.cn', - 'website': 'https://www.sunpop.cn', - 'images': ['static/description/banner.png'], - 'currency': 'EUR', - 'price': 68, - 'depends': ['sale_management'], - 'data': [ - 'views/sale_order_views.xml', - 'report/report_sale_order_views.xml', - ], - 'demo': [ - ], - 'qweb': [ - ], - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_product_weight_sale/i18n/zh_CN.po b/app_product_weight_sale/i18n/zh_CN.po deleted file mode 100644 index afa423f5..00000000 --- a/app_product_weight_sale/i18n/zh_CN.po +++ /dev/null @@ -1,54 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_product_weight_sale -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20190124\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-01-28 10:38+0000\n" -"PO-Revision-Date: 2019-01-28 10:38+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_product_weight_sale -#: model:ir.model,name:app_product_weight_sale.model_sale_order -msgid "Sale Order" -msgstr "销售订单" - -#. module: app_product_weight_sale -#: model:ir.model,name:app_product_weight_sale.model_sale_order_line -msgid "Sales Order Line" -msgstr "销售订单行" - -#. module: app_product_weight_sale -#: model:ir.model.fields,field_description:app_product_weight_sale.field_sale_order__weight -#: model_terms:ir.ui.view,arch_db:app_product_weight_sale.sale_quotation_weight_tree -#: model_terms:ir.ui.view,arch_db:app_product_weight_sale.sale_weight_tree -msgid "Total Weight" -msgstr "总重量" - -#. module: app_product_weight_sale -#: model_terms:ir.ui.view,arch_db:app_product_weight_sale.sale_weight_line_form -msgid "Total Weight:" -msgstr "总重量" - -#. module: app_product_weight_sale -#: model:ir.model.fields,field_description:app_product_weight_sale.field_sale_order__weight_uom_name -msgid "Weight Measure" -msgstr "重量单位" - -#. module: app_product_weight_sale -#: model:ir.model.fields,field_description:app_product_weight_sale.field_sale_order_line__weight -msgid "Weight Subtotal" -msgstr "重量小计" - -#. module: app_product_weight_sale -#: model:ir.model.fields,field_description:app_product_weight_sale.field_sale_order_line__weight_unit -msgid "Weight Unit" -msgstr "单位重量" - diff --git a/app_product_weight_sale/models/__init__.py b/app_product_weight_sale/models/__init__.py deleted file mode 100644 index 4ae612e7..00000000 --- a/app_product_weight_sale/models/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import sale_order -from . import sale_order_line - - diff --git a/app_product_weight_sale/models/sale_order.py b/app_product_weight_sale/models/sale_order.py deleted file mode 100644 index bb56e9e2..00000000 --- a/app_product_weight_sale/models/sale_order.py +++ /dev/null @@ -1,31 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - - -from odoo import api, fields, models, _ - -class SaleOrder(models.Model): - _inherit = "sale.order" - - def _get_default_weight_uom_name(self): - get_param = self.env['ir.config_parameter'].sudo().get_param - product_weight_in_lbs_param = get_param('product.weight_in_lbs') - if product_weight_in_lbs_param == '1': - return self.env.ref('uom.product_uom_lb').name - else: - return self.env.ref('uom.product_uom_kgm').name - - weight = fields.Float(string='Total Weight', compute='_compute_weight') - # 重量显示的单位 - weight_uom_name = fields.Char(string='Weight Measure', default=_get_default_weight_uom_name, readonly=True) - - @api.multi - @api.depends('order_line.weight') - def _compute_weight(self): - for rec in self: - weight_tot = 0 - for line in rec.order_line: - if line.product_id: - weight_tot += line.weight or 0.0 - rec.weight = weight_tot - diff --git a/app_product_weight_sale/models/sale_order_line.py b/app_product_weight_sale/models/sale_order_line.py deleted file mode 100644 index 026d5cf6..00000000 --- a/app_product_weight_sale/models/sale_order_line.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - - -from odoo import api, fields, models, _ - - -# Record the net weight of the order line -class SaleOrderLine(models.Model): - _inherit = 'sale.order.line' - - # 显示的单位,影响性能暂时不使用 - # weight_uom_name = fields.Char(string='Weight Measure', related='product_id.weight_uom_id.name', readonly=True) - # 调整,根据 delivery 模块,将 weight 作为 该行合计,weight_unit 作为该单位的 - weight_unit = fields.Float(string='Weight Unit', compute='_compute_weight', store=True) - weight = fields.Float(string='Weight Subtotal', compute='_compute_weight', store=True) - - @api.multi - @api.depends('product_id', 'product_uom', 'product_uom_qty') - def _compute_weight(self): - for line in self.filtered(lambda rec: rec.product_id.weight > 0.00): - weight = 0 - try: - weight_unit = line.product_id.weight / line.product_uom.factor - except: - weight_unit = line.product_id.weight - weight += (weight_unit * line.product_uom_qty) - line.weight_unit = weight_unit - line.weight = weight - - @api.one - def _set_weight_subtotal(self): - pass diff --git a/app_product_weight_sale/report/__init__.py b/app_product_weight_sale/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_product_weight_sale/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_product_weight_sale/report/report_sale_order_views.xml b/app_product_weight_sale/report/report_sale_order_views.xml deleted file mode 100644 index a6c7d38a..00000000 --- a/app_product_weight_sale/report/report_sale_order_views.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - diff --git a/app_product_weight_sale/static/description/banner.png b/app_product_weight_sale/static/description/banner.png deleted file mode 100644 index e6bb426b..00000000 Binary files a/app_product_weight_sale/static/description/banner.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/banner_all.png b/app_product_weight_sale/static/description/banner_all.png deleted file mode 100644 index 76a8b62d..00000000 Binary files a/app_product_weight_sale/static/description/banner_all.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/banner_cn.png b/app_product_weight_sale/static/description/banner_cn.png deleted file mode 100644 index 3b0bd290..00000000 Binary files a/app_product_weight_sale/static/description/banner_cn.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo.jpg b/app_product_weight_sale/static/description/demo.jpg deleted file mode 100644 index 37b2b661..00000000 Binary files a/app_product_weight_sale/static/description/demo.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo1.jpg b/app_product_weight_sale/static/description/demo1.jpg deleted file mode 100644 index eddc1d91..00000000 Binary files a/app_product_weight_sale/static/description/demo1.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo2.jpg b/app_product_weight_sale/static/description/demo2.jpg deleted file mode 100644 index ce246e24..00000000 Binary files a/app_product_weight_sale/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_all.png b/app_product_weight_sale/static/description/demo_all.png deleted file mode 100644 index 50a3dc11..00000000 Binary files a/app_product_weight_sale/static/description/demo_all.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_mrp.jpg b/app_product_weight_sale/static/description/demo_mrp.jpg deleted file mode 100644 index c0f5dab1..00000000 Binary files a/app_product_weight_sale/static/description/demo_mrp.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_product.jpg b/app_product_weight_sale/static/description/demo_product.jpg deleted file mode 100644 index e2da71db..00000000 Binary files a/app_product_weight_sale/static/description/demo_product.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_purchase.jpg b/app_product_weight_sale/static/description/demo_purchase.jpg deleted file mode 100644 index c24952fc..00000000 Binary files a/app_product_weight_sale/static/description/demo_purchase.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_purchase_requisition.jpg b/app_product_weight_sale/static/description/demo_purchase_requisition.jpg deleted file mode 100644 index 7556bcdb..00000000 Binary files a/app_product_weight_sale/static/description/demo_purchase_requisition.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_sale.jpg b/app_product_weight_sale/static/description/demo_sale.jpg deleted file mode 100644 index e3de4f89..00000000 Binary files a/app_product_weight_sale/static/description/demo_sale.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_sale2.jpg b/app_product_weight_sale/static/description/demo_sale2.jpg deleted file mode 100644 index e0f28187..00000000 Binary files a/app_product_weight_sale/static/description/demo_sale2.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/demo_stock.jpg b/app_product_weight_sale/static/description/demo_stock.jpg deleted file mode 100644 index 37b2b661..00000000 Binary files a/app_product_weight_sale/static/description/demo_stock.jpg and /dev/null differ diff --git a/app_product_weight_sale/static/description/icon.png b/app_product_weight_sale/static/description/icon.png deleted file mode 100644 index 0153a963..00000000 Binary files a/app_product_weight_sale/static/description/icon.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html deleted file mode 100644 index b7250e03..00000000 --- a/app_product_weight_sale/static/description/index.html +++ /dev/null @@ -1,206 +0,0 @@ -
-
-
-

Weight in Stock Inventory Operation Picking and Move

- -
- -
- Key features: -
    -
  • - - All in one Weight solution for sale, purchase, purchase agreement, mrp, stock. Please check follow Pay app. -
  • -
  • - - Product auto weight is ready. - - Click to download. - -
  • -
  • - - Sale order Product weight is ready. - - Click to download. - -
  • -
  • - - Purchase order Product weight is ready. - - Click to download. - -
  • -
  • - - Purchase agreement Product weight is ready. - - Click to download. - -
  • -
  • - - MRP Product weight is ready. - - Click to download. - -
  • -
  • - - Stock inventory picking operation Product weight is ready. - - Click to download. - -
  • -
  • - - Add product sku weight in Stock Inventory. -
  • -
  • - - Add product sku weight in Stock picking Operation and stock move. -
  • -
  • - - Calculates total weight of a Stock picking. -
  • -
  • - - Support kg(s) or lb(s) -
  • -
-
-

Multi Language Support

- -
-
-
-

- Setup product weight. -

- -
- -
-

- Show product total weight in list view. -

- -
- -
-

- Get product weight and total weight in stock picking. -

- -
- -

- The calculation uses the following formula: -

-

-order_line_net_weight = (line_product_weight / line_product_uom_factor) -
-weight_total = sum(order_line_net_weight) -

- -
-
- -
-

Weight app relate.

-
-

Use in product auto weight

-
- -
-
-
- -
-
-

Use in sale order

-
- -
-

Weight in sale report

-
- -
-
-
- -
-
-

Use in Purcahse Order

-
- -
-

Weight in purchase report

-
- -
-
-
- -
-
-

Use in Purcahse Agreement

-
- -
-
-
- -
-
-

Use in MRP Manufacturing

-
- -
-
-
- -
-
-

Use in Stock Picking

-
- -
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_product_weight_sale/static/description/product_weight.jpg b/app_product_weight_sale/static/description/product_weight.jpg deleted file mode 100644 index 92a4573c..00000000 Binary files a/app_product_weight_sale/static/description/product_weight.jpg and /dev/null differ diff --git a/app_product_weight_sale/views/sale_order_views.xml b/app_product_weight_sale/views/sale_order_views.xml deleted file mode 100644 index 17506373..00000000 --- a/app_product_weight_sale/views/sale_order_views.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - sale.weight.view.tree - sale.order - - - - - - - - - - sale.quotation.weight.view.tree - sale.order - - - - - - - - - - - - sale.weight.view.line.form - sale.order - - - -
-
- -
- - - - - - - - -
-
- -
-
diff --git a/app_product_ztree/__init__.py b/app_product_ztree/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_product_ztree/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_product_ztree/__manifest__.py b/app_product_ztree/__manifest__.py deleted file mode 100644 index 815e7dfb..00000000 --- a/app_product_ztree/__manifest__.py +++ /dev/null @@ -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 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 Product category ztree, parent children tree", - 'version': '12.19.05.22', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Use for parent children tree list select navigator. Product category tree. - ztree widget. - """, - 'description': """ - zTree widget. - Advance search with real parent children tree, ListView or KanbanView , - eg: Product category tree ,Department tree, stock location tree. - 超级方便的查询,树状视图。 - """, - 'price': 0.00, - 'currency': 'EUR', - 'depends': [ - 'product', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/product_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, -} diff --git a/app_product_ztree/hooks.py b/app_product_ztree/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_product_ztree/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_product_ztree/i18n/zh_CN.po b/app_product_ztree/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_product_ztree/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_product_ztree/models/__init__.py b/app_product_ztree/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_product_ztree/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_product_ztree/report/__init__.py b/app_product_ztree/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_product_ztree/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_product_ztree/static/description/banner.gif b/app_product_ztree/static/description/banner.gif deleted file mode 100644 index ac3c0327..00000000 Binary files a/app_product_ztree/static/description/banner.gif and /dev/null differ diff --git a/app_product_ztree/static/description/demo1.jpg b/app_product_ztree/static/description/demo1.jpg deleted file mode 100644 index fd538628..00000000 Binary files a/app_product_ztree/static/description/demo1.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo11.jpg b/app_product_ztree/static/description/demo11.jpg deleted file mode 100644 index 72ad356b..00000000 Binary files a/app_product_ztree/static/description/demo11.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo12.jpg b/app_product_ztree/static/description/demo12.jpg deleted file mode 100644 index ecc58186..00000000 Binary files a/app_product_ztree/static/description/demo12.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo2.jpg b/app_product_ztree/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_product_ztree/static/description/demo2.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo3.jpg b/app_product_ztree/static/description/demo3.jpg deleted file mode 100644 index e82b0990..00000000 Binary files a/app_product_ztree/static/description/demo3.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo4.jpg b/app_product_ztree/static/description/demo4.jpg deleted file mode 100644 index 4a4abce1..00000000 Binary files a/app_product_ztree/static/description/demo4.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/demo5.jpg b/app_product_ztree/static/description/demo5.jpg deleted file mode 100644 index 849b7841..00000000 Binary files a/app_product_ztree/static/description/demo5.jpg and /dev/null differ diff --git a/app_product_ztree/static/description/icon.png b/app_product_ztree/static/description/icon.png deleted file mode 100644 index 57e223d0..00000000 Binary files a/app_product_ztree/static/description/icon.png and /dev/null differ diff --git a/app_product_ztree/static/description/index.html b/app_product_ztree/static/description/index.html deleted file mode 100644 index b48fc90d..00000000 --- a/app_product_ztree/static/description/index.html +++ /dev/null @@ -1,180 +0,0 @@ -
-
-

App ztree widget, for parent children tree list. Demo for product category

-

Very useful for parent child relationship, like product category, stock location, hr department

-
-
- -
-
-
-
- Key features: -
    -
  • - - Easy to make custom parent children tree. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
-
- Extend features(Need extra module, release soon): -
    -
  • - - Easy to navigate product, employee in tree or kanban view. -
  • -
-
- -
-
-
- -
-
-

Use in product.

-
- -
-
-
- -
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in stock location.

-
- -
-
-
- -
-
-

Use in hr department.

-
- -
-
-
- -
-
-

Use in hr employee.

-
- -
-
-
- - -
-
-

 

-

(!Need extra module and pay, release soon)Easy to navigator.

-

Product, employee in kanban view

-
- -
-
-
- -
-
-

(!Need extra module and pay, release soon)List view

-
- -
-
-
- -
-
-

Easy to setup just use widget='widget_select'. like this

-
- -
-


Use follow param to setup widget:

-

ztree_parent_key: --the key field of parent children relation.

-

ztree_expend_level: --how many level to expend the tree for initialize. Default is 2

-

limit: --how many record to show ztree. Default is 16

-

order: --the field to order by

-
-
-
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_product_ztree/static/description/setup1.jpg b/app_product_ztree/static/description/setup1.jpg deleted file mode 100644 index d5ade2b1..00000000 Binary files a/app_product_ztree/static/description/setup1.jpg and /dev/null differ diff --git a/app_product_ztree/static/img/icon_sunpop.png b/app_product_ztree/static/img/icon_sunpop.png deleted file mode 100644 index aa490954..00000000 Binary files a/app_product_ztree/static/img/icon_sunpop.png and /dev/null differ diff --git a/app_product_ztree/static/img/logo_sunpop.png b/app_product_ztree/static/img/logo_sunpop.png deleted file mode 100644 index 90cbe0e2..00000000 Binary files a/app_product_ztree/static/img/logo_sunpop.png and /dev/null differ diff --git a/app_product_ztree/views/product_views.xml b/app_product_ztree/views/product_views.xml deleted file mode 100644 index 7784215f..00000000 --- a/app_product_ztree/views/product_views.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - app.product.template.form - product.template - - - - - ztree_select - parent_id - 2 - name - - - - - app.product.category.form - product.category - - - - - - ztree_select - parent_id - - - - - - \ No newline at end of file diff --git a/app_purchase_product_multi_add/__init__.py b/app_purchase_product_multi_add/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_purchase_product_multi_add/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_purchase_product_multi_add/__manifest__.py b/app_purchase_product_multi_add/__manifest__.py deleted file mode 100644 index 450c0836..00000000 --- a/app_purchase_product_multi_add/__manifest__.py +++ /dev/null @@ -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': "Multi Add Purchase Product,采购订单批量加产品", - '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 Purchase Order Product Multi Batch Add. - Odoo App of Sunpop.cn - """, - 'description': """ - App Purchase Order Product Multi Add. - 1. One Click to add multi product to Purchase Order. - 2. All the product can filter and group. - 采购订单批量增加产品 - 1. 可以一键快速将多个产品加到采购订单中 - 2. 可对产品进行过滤、分组,然后批量加入 - """, - 'depends': [ - # 'app_web_one2many_multi_add', - 'purchase', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/purchase_order_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'post_load': None, - 'post_init_hook': None, - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_purchase_product_multi_add/controllers/__init__.py b/app_purchase_product_multi_add/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_product_multi_add/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_product_multi_add/i18n/zh_CN.po b/app_purchase_product_multi_add/i18n/zh_CN.po deleted file mode 100644 index 64f56bb6..00000000 --- a/app_purchase_product_multi_add/i18n/zh_CN.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_purchase_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 15:59+0000\n" -"PO-Revision-Date: 2019-03-14 15:59+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_purchase_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_purchase_product_multi_add.app_purchase_order_form -msgid "Add a product" -msgstr "添加产品" - -#. module: app_purchase_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_purchase_product_multi_add.app_purchase_order_form -msgid "Multi Add Product" -msgstr "批量添加" - diff --git a/app_purchase_product_multi_add/ir/__init__.py b/app_purchase_product_multi_add/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_product_multi_add/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_product_multi_add/models/__init__.py b/app_purchase_product_multi_add/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_product_multi_add/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_product_multi_add/report/__init__.py b/app_purchase_product_multi_add/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_purchase_product_multi_add/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_purchase_product_multi_add/res/__init__.py b/app_purchase_product_multi_add/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_product_multi_add/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_product_multi_add/static/description/account1.gif b/app_purchase_product_multi_add/static/description/account1.gif deleted file mode 100644 index ed6ad818..00000000 Binary files a/app_purchase_product_multi_add/static/description/account1.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/banner.gif b/app_purchase_product_multi_add/static/description/banner.gif deleted file mode 100644 index 3796d869..00000000 Binary files a/app_purchase_product_multi_add/static/description/banner.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/banner.png b/app_purchase_product_multi_add/static/description/banner.png deleted file mode 100644 index 8b958c64..00000000 Binary files a/app_purchase_product_multi_add/static/description/banner.png and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/cnreadme.jpg b/app_purchase_product_multi_add/static/description/cnreadme.jpg deleted file mode 100644 index 2be54766..00000000 Binary files a/app_purchase_product_multi_add/static/description/cnreadme.jpg and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/example.png b/app_purchase_product_multi_add/static/description/example.png deleted file mode 100644 index 27ff6d0f..00000000 Binary files a/app_purchase_product_multi_add/static/description/example.png and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/guide1.jpg b/app_purchase_product_multi_add/static/description/guide1.jpg deleted file mode 100644 index 0eb8ddee..00000000 Binary files a/app_purchase_product_multi_add/static/description/guide1.jpg and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/icon.png b/app_purchase_product_multi_add/static/description/icon.png deleted file mode 100644 index 4c57f611..00000000 Binary files a/app_purchase_product_multi_add/static/description/icon.png and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/index.html b/app_purchase_product_multi_add/static/description/index.html deleted file mode 100644 index 52a50259..00000000 --- a/app_purchase_product_multi_add/static/description/index.html +++ /dev/null @@ -1,145 +0,0 @@ -
-
-

App Purchase Order Product Multi Add

-

One Click to add multi product to Purchase Order.

-

Important: This app is depends on a Paid App. - app_web_one2many_multi_add -

-
-
-

One Click to add multi product to Purchase Order.

-
-
- -
-
-
-

You may also like these free Apps for odoo.

-
    -
  • 1. One Click to add multi product to Sale Order. - Free Download from here.
  • -
  • 2. One Click to add multi product to Purchase Order. - Free Download from here.
  • -
  • 3. One Click to add multi product to MRP Bom. - Free Download from here.
  • -
  • 4. One Click to add multi product to Stock Picking Order. - Free Download from here.
  • -
  • 5. One Click to add multi product to Account Customer Invoice, Vendor Bill. - Free Download from here.
  • -
  • 6. You can also make any one2many field to get this feature by config the xml.
  • -
  • 7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order
  • -
-
- -
-
-

Easy to Use. Click "Multi Add Items" in the one2many tree view.

-
-

Step1. Click "Multi Add Items" in any order form.

- -
-

Step2. Select product (or any item you setup in xml).

- -
-

Step3. Click "Select", then all product you select would add to the order.

- -
-
-
-
-
-

1. One Click to add multi product to Sale Order.

-
-
- -
-
-
-
-
-

2. One Click to add multi product to Purchase Order.

-
-
- -
-
-
-
-
-

3. One Click to add multi product to MRP Bom.

-
-
- -
-
-
-
-
-

4. One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-
-
-

5. One Click to add multi product to Account Customer Invoice, Vendor Bill.

-
-
- -
-
-
-
-
-

6. You can also make any one2many field to get this feature by config the xml.

-
-
-

Check this example.

- -
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_purchase_product_multi_add/static/description/mrp1.gif b/app_purchase_product_multi_add/static/description/mrp1.gif deleted file mode 100644 index 3fb5a814..00000000 Binary files a/app_purchase_product_multi_add/static/description/mrp1.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/purchase1.gif b/app_purchase_product_multi_add/static/description/purchase1.gif deleted file mode 100644 index 43cd2a3b..00000000 Binary files a/app_purchase_product_multi_add/static/description/purchase1.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/sale1.gif b/app_purchase_product_multi_add/static/description/sale1.gif deleted file mode 100644 index f8db4f7d..00000000 Binary files a/app_purchase_product_multi_add/static/description/sale1.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/stock1.gif b/app_purchase_product_multi_add/static/description/stock1.gif deleted file mode 100644 index debbca34..00000000 Binary files a/app_purchase_product_multi_add/static/description/stock1.gif and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/use1.jpg b/app_purchase_product_multi_add/static/description/use1.jpg deleted file mode 100644 index dc70f00f..00000000 Binary files a/app_purchase_product_multi_add/static/description/use1.jpg and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/use2.jpg b/app_purchase_product_multi_add/static/description/use2.jpg deleted file mode 100644 index 74e49c8d..00000000 Binary files a/app_purchase_product_multi_add/static/description/use2.jpg and /dev/null differ diff --git a/app_purchase_product_multi_add/static/description/use3.jpg b/app_purchase_product_multi_add/static/description/use3.jpg deleted file mode 100644 index 541828c1..00000000 Binary files a/app_purchase_product_multi_add/static/description/use3.jpg and /dev/null differ diff --git a/app_purchase_product_multi_add/views/purchase_order_views.xml b/app_purchase_product_multi_add/views/purchase_order_views.xml deleted file mode 100644 index a6d9116b..00000000 --- a/app_purchase_product_multi_add/views/purchase_order_views.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - app.purchase.order.form - purchase.order - - - - - - - - - - - - \ No newline at end of file diff --git a/app_purchase_searchpanel/__init__.py b/app_purchase_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_purchase_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_purchase_searchpanel/__manifest__.py b/app_purchase_searchpanel/__manifest__.py deleted file mode 100644 index 345ba435..00000000 --- a/app_purchase_searchpanel/__manifest__.py +++ /dev/null @@ -1,68 +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 purchase search panel browse by partner", - 'version': '12.19.04.22', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 10, - 'summary': """ - migrate from odoo13. - Browse purchase order by partner. Use for parent children tree list kanban navigator. - only support one2many field and kanban view. - """, - 'description': """ - Feature of odoo13. Support one2many field and kanban view. - 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: - - - - 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': [ - 'purchase', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/purchase_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, -} diff --git a/app_purchase_searchpanel/hooks.py b/app_purchase_searchpanel/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_purchase_searchpanel/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_purchase_searchpanel/i18n/zh_CN.po b/app_purchase_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f45db9f9..00000000 --- a/app_purchase_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -1,16 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * felive_home -# -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" diff --git a/app_purchase_searchpanel/models/__init__.py b/app_purchase_searchpanel/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_searchpanel/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_searchpanel/report/__init__.py b/app_purchase_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_purchase_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_purchase_searchpanel/static/description/account1.jpg b/app_purchase_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_purchase_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/banner.gif b/app_purchase_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_purchase_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/banner.png b/app_purchase_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_purchase_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/contacts1.jpg b/app_purchase_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_purchase_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/demo_module1.jpg b/app_purchase_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_purchase_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/hr1.jpg b/app_purchase_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_purchase_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/hr2.gif b/app_purchase_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_purchase_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/icon.png b/app_purchase_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_purchase_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/index.html b/app_purchase_searchpanel/static/description/index.html deleted file mode 100644 index 00fb093b..00000000 --- a/app_purchase_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

Purchase Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_purchase_searchpanel/static/description/product1.jpg b/app_purchase_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_purchase_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/purchase1.gif b/app_purchase_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_purchase_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/purchase1.jpg b/app_purchase_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_purchase_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/sale1.jpg b/app_purchase_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_purchase_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/stock1.jpg b/app_purchase_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_purchase_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_purchase_searchpanel/static/description/superbar.gif b/app_purchase_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_purchase_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_purchase_searchpanel/views/purchase_views.xml b/app_purchase_searchpanel/views/purchase_views.xml deleted file mode 100644 index ab04d257..00000000 --- a/app_purchase_searchpanel/views/purchase_views.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - app.purchase.order.kanban - purchase.order - - - - - - - - - - - - app.product.supplierinfo.kanban - product.supplierinfo - - - - - - - - - - - \ No newline at end of file diff --git a/app_purchase_superbar/__init__.py b/app_purchase_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_purchase_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_purchase_superbar/__manifest__.py b/app_purchase_superbar/__manifest__.py deleted file mode 100644 index 742cb9a2..00000000 --- a/app_purchase_superbar/__manifest__.py +++ /dev/null @@ -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 purchase search browse by partner", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse purchase order by partner. Use for parent children tree list kanban navigator. - ztree widget. - """, - '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': [ - 'purchase', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/purchase_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, -} diff --git a/app_purchase_superbar/hooks.py b/app_purchase_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_purchase_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_purchase_superbar/i18n/zh_CN.po b/app_purchase_superbar/i18n/zh_CN.po deleted file mode 100644 index f45db9f9..00000000 --- a/app_purchase_superbar/i18n/zh_CN.po +++ /dev/null @@ -1,16 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * felive_home -# -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" diff --git a/app_purchase_superbar/models/__init__.py b/app_purchase_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_purchase_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_purchase_superbar/report/__init__.py b/app_purchase_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_purchase_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_purchase_superbar/static/description/account1.jpg b/app_purchase_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_purchase_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/banner.png b/app_purchase_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_purchase_superbar/static/description/banner.png and /dev/null differ diff --git a/app_purchase_superbar/static/description/base1.jpg b/app_purchase_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_purchase_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base2.jpg b/app_purchase_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_purchase_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base3.jpg b/app_purchase_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_purchase_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base4.jpg b/app_purchase_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_purchase_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base5.jpg b/app_purchase_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_purchase_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base6.jpg b/app_purchase_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_purchase_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base7.jpg b/app_purchase_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_purchase_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base8.jpg b/app_purchase_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_purchase_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/base9.jpg b/app_purchase_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_purchase_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/contacts1.jpg b/app_purchase_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_purchase_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/crm1.jpg b/app_purchase_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_purchase_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/demo2.jpg b/app_purchase_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_purchase_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/demo_module1.jpg b/app_purchase_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_purchase_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/demo_module2.jpg b/app_purchase_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_purchase_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/hr1.jpg b/app_purchase_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_purchase_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/hr2.gif b/app_purchase_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_purchase_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/icon.png b/app_purchase_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_purchase_superbar/static/description/icon.png and /dev/null differ diff --git a/app_purchase_superbar/static/description/index.html b/app_purchase_superbar/static/description/index.html deleted file mode 100644 index 11696f49..00000000 --- a/app_purchase_superbar/static/description/index.html +++ /dev/null @@ -1,298 +0,0 @@ -
-
-

Purchase App Super Sidebar for Advance Search with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_purchase_superbar/static/description/mrp1.gif b/app_purchase_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_purchase_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/mrp1.jpg b/app_purchase_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_purchase_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/pos1.jpg b/app_purchase_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_purchase_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/pos2.jpg b/app_purchase_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_purchase_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/pos3.jpg b/app_purchase_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_purchase_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/product1.jpg b/app_purchase_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_purchase_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/purchase1.jpg b/app_purchase_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_purchase_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/sale1.jpg b/app_purchase_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_purchase_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/searchmore.jpg b/app_purchase_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_purchase_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/stock1.jpg b/app_purchase_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_purchase_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/superbar.gif b/app_purchase_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_purchase_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/superbar_use.gif b/app_purchase_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_purchase_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/superbar_use.png b/app_purchase_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_purchase_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_purchase_superbar/static/description/use.jpg b/app_purchase_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_purchase_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use1.jpg b/app_purchase_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_purchase_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use2.jpg b/app_purchase_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_purchase_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use3.jpg b/app_purchase_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_purchase_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use4.jpg b/app_purchase_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_purchase_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use5.jpg b/app_purchase_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_purchase_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use6.jpg b/app_purchase_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_purchase_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use7.jpg b/app_purchase_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_purchase_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use8.jpg b/app_purchase_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_purchase_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/use9.jpg b/app_purchase_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_purchase_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/usea.jpg b/app_purchase_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_purchase_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_purchase_superbar/static/description/z_hr1.gif b/app_purchase_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_purchase_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/z_product1.gif b/app_purchase_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_purchase_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_purchase_superbar/static/description/z_stock1.gif b/app_purchase_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_purchase_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_purchase_superbar/views/purchase_views.xml b/app_purchase_superbar/views/purchase_views.xml deleted file mode 100644 index 901a90f5..00000000 --- a/app_purchase_superbar/views/purchase_views.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - request.quotation.select.superbar - purchase.order - - - - - - - - - - - - - - - product.supplierinfo.search.view.superbar - product.supplierinfo - - - - - - - - - - - - \ No newline at end of file diff --git a/app_sale_product_multi_add/__init__.py b/app_sale_product_multi_add/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_sale_product_multi_add/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_sale_product_multi_add/__manifest__.py b/app_sale_product_multi_add/__manifest__.py deleted file mode 100644 index 2b081a4d..00000000 --- a/app_sale_product_multi_add/__manifest__.py +++ /dev/null @@ -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': "Multi Add Sale Product,订单批量加产品", - 'version': '12.19.04.29', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'price': 0.00, - 'currency': 'USD', - 'summary': """ - App Sale Order Product Multi Batch Add, mass add - Odoo App of Sunpop.cn - """, - 'description': """ - App Sale Order Product Multi Add. - 1. One Click to add multi product to Sale Order. - 2. All the product can filter and group. - 销售订单批量增加产品. - 1. 可以一键快速将多个产品加到销售订单中 - 2. 可对产品进行过滤、分组,然后批量加入 - """, - 'depends': [ - # 'app_web_one2many_multi_add', - 'sale_management', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/sale_order_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'post_load': None, - 'post_init_hook': None, - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_sale_product_multi_add/controllers/__init__.py b/app_sale_product_multi_add/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_product_multi_add/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_product_multi_add/i18n/zh_CN.po b/app_sale_product_multi_add/i18n/zh_CN.po deleted file mode 100644 index 8b820509..00000000 --- a/app_sale_product_multi_add/i18n/zh_CN.po +++ /dev/null @@ -1,22 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_sale_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-22 10:38+0000\n" -"PO-Revision-Date: 2019-03-22 10:38+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_sale_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_sale_product_multi_add.app_view_order_form -msgid "Multi add product" -msgstr "批量添加" - diff --git a/app_sale_product_multi_add/ir/__init__.py b/app_sale_product_multi_add/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_product_multi_add/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_product_multi_add/models/__init__.py b/app_sale_product_multi_add/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_product_multi_add/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_product_multi_add/report/__init__.py b/app_sale_product_multi_add/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_sale_product_multi_add/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_sale_product_multi_add/res/__init__.py b/app_sale_product_multi_add/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_product_multi_add/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_product_multi_add/static/description/account1.gif b/app_sale_product_multi_add/static/description/account1.gif deleted file mode 100644 index ed6ad818..00000000 Binary files a/app_sale_product_multi_add/static/description/account1.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/banner.gif b/app_sale_product_multi_add/static/description/banner.gif deleted file mode 100644 index 3796d869..00000000 Binary files a/app_sale_product_multi_add/static/description/banner.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/banner.png b/app_sale_product_multi_add/static/description/banner.png deleted file mode 100644 index e811b26c..00000000 Binary files a/app_sale_product_multi_add/static/description/banner.png and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/cnreadme.jpg b/app_sale_product_multi_add/static/description/cnreadme.jpg deleted file mode 100644 index 2be54766..00000000 Binary files a/app_sale_product_multi_add/static/description/cnreadme.jpg and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/example.png b/app_sale_product_multi_add/static/description/example.png deleted file mode 100644 index 3f3f349d..00000000 Binary files a/app_sale_product_multi_add/static/description/example.png and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/guide1.jpg b/app_sale_product_multi_add/static/description/guide1.jpg deleted file mode 100644 index 4aea57c8..00000000 Binary files a/app_sale_product_multi_add/static/description/guide1.jpg and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/icon.png b/app_sale_product_multi_add/static/description/icon.png deleted file mode 100644 index 4c57f611..00000000 Binary files a/app_sale_product_multi_add/static/description/icon.png and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/index.html b/app_sale_product_multi_add/static/description/index.html deleted file mode 100644 index 24d6b608..00000000 --- a/app_sale_product_multi_add/static/description/index.html +++ /dev/null @@ -1,145 +0,0 @@ -
-
-

App Sale Order Product Multi Add

-

One Click to add multi product to Sale Order.

-

Important: This app is depends on a Paid App. - app_web_one2many_multi_add -

-
-
-

One Click to add multi product to Sale Order.

-
-
- -
-
-
-

You may also like these free Apps for odoo.

-
    -
  • 1. One Click to add multi product to Sale Order. - Free Download from here.
  • -
  • 2. One Click to add multi product to Purchase Order. - Free Download from here.
  • -
  • 3. One Click to add multi product to MRP Bom. - Free Download from here.
  • -
  • 4. One Click to add multi product to Stock Picking Order. - Free Download from here.
  • -
  • 5. One Click to add multi product to Account Customer Invoice, Vendor Bill. - Free Download from here.
  • -
  • 6. You can also make any one2many field to get this feature by config the xml.
  • -
  • 7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order
  • -
-
- -
-
-

Easy to Use. Click "Multi Add Items" in the one2many tree view.

-
-

Step1. Click "Multi Add Items" in any order form.

- -
-

Step2. Select product (or any item you setup in xml).

- -
-

Step3. Click "Select", then all product you select would add to the order.

- -
-
-
-
-
-

1. One Click to add multi product to Sale Order.

-
-
- -
-
-
-
-
-

2. One Click to add multi product to Purchase Order.

-
-
- -
-
-
-
-
-

3. One Click to add multi product to MRP Bom.

-
-
- -
-
-
-
-
-

4. One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-
-
-

5. One Click to add multi product to Account Customer Invoice, Vendor Bill.

-
-
- -
-
-
-
-
-

6. You can also make any one2many field to get this feature by config the xml.

-
-
-

Check this example.

- -
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_sale_product_multi_add/static/description/mrp1.gif b/app_sale_product_multi_add/static/description/mrp1.gif deleted file mode 100644 index 3fb5a814..00000000 Binary files a/app_sale_product_multi_add/static/description/mrp1.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/purchase1.gif b/app_sale_product_multi_add/static/description/purchase1.gif deleted file mode 100644 index 43cd2a3b..00000000 Binary files a/app_sale_product_multi_add/static/description/purchase1.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/sale1.gif b/app_sale_product_multi_add/static/description/sale1.gif deleted file mode 100644 index 6b35da5e..00000000 Binary files a/app_sale_product_multi_add/static/description/sale1.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/stock1.gif b/app_sale_product_multi_add/static/description/stock1.gif deleted file mode 100644 index debbca34..00000000 Binary files a/app_sale_product_multi_add/static/description/stock1.gif and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/use1.jpg b/app_sale_product_multi_add/static/description/use1.jpg deleted file mode 100644 index dc70f00f..00000000 Binary files a/app_sale_product_multi_add/static/description/use1.jpg and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/use2.jpg b/app_sale_product_multi_add/static/description/use2.jpg deleted file mode 100644 index 74e49c8d..00000000 Binary files a/app_sale_product_multi_add/static/description/use2.jpg and /dev/null differ diff --git a/app_sale_product_multi_add/static/description/use3.jpg b/app_sale_product_multi_add/static/description/use3.jpg deleted file mode 100644 index 541828c1..00000000 Binary files a/app_sale_product_multi_add/static/description/use3.jpg and /dev/null differ diff --git a/app_sale_product_multi_add/views/sale_order_views.xml b/app_sale_product_multi_add/views/sale_order_views.xml deleted file mode 100644 index 18280982..00000000 --- a/app_sale_product_multi_add/views/sale_order_views.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - app.sale.order.form - sale.order - - - - - - - - - \ No newline at end of file diff --git a/app_sale_searchpanel/__init__.py b/app_sale_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_sale_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_sale_searchpanel/__manifest__.py b/app_sale_searchpanel/__manifest__.py deleted file mode 100644 index 9eb5fadd..00000000 --- a/app_sale_searchpanel/__manifest__.py +++ /dev/null @@ -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 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 sale order browse by partner and channel", - 'version': '12.0.11.09', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse sale order by partner and sale channel. Use for parent children kanban navigator. - dynanmic kanban. Hierarchy Tree. Parent Children relation tree filter, navigator. - """, - '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': [ - 'sale_management', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/sale_order_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, -} diff --git a/app_sale_searchpanel/hooks.py b/app_sale_searchpanel/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_sale_searchpanel/hooks.py +++ /dev/null @@ -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("") diff --git a/app_sale_searchpanel/i18n/zh_CN.po b/app_sale_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_sale_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_sale_searchpanel/models/__init__.py b/app_sale_searchpanel/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_searchpanel/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_searchpanel/report/__init__.py b/app_sale_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_sale_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_sale_searchpanel/static/description/account1.jpg b/app_sale_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_sale_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/banner.gif b/app_sale_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_sale_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_sale_searchpanel/static/description/banner.png b/app_sale_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_sale_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_sale_searchpanel/static/description/contacts1.jpg b/app_sale_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_sale_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/demo_module1.jpg b/app_sale_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_sale_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/hr1.jpg b/app_sale_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_sale_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/hr2.gif b/app_sale_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_sale_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_sale_searchpanel/static/description/icon.png b/app_sale_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_sale_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_sale_searchpanel/static/description/index.html b/app_sale_searchpanel/static/description/index.html deleted file mode 100644 index 787461f2..00000000 --- a/app_sale_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

Sales Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_sale_searchpanel/static/description/product1.jpg b/app_sale_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_sale_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/purchase1.gif b/app_sale_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_sale_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_sale_searchpanel/static/description/purchase1.jpg b/app_sale_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_sale_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/sale1.jpg b/app_sale_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_sale_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/stock1.jpg b/app_sale_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_sale_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_sale_searchpanel/static/description/superbar.gif b/app_sale_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_sale_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_sale_searchpanel/views/sale_order_views.xml b/app_sale_searchpanel/views/sale_order_views.xml deleted file mode 100644 index 100b840a..00000000 --- a/app_sale_searchpanel/views/sale_order_views.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - app.sale.order.kanban - sale.order - - - - - - - - - - - - \ No newline at end of file diff --git a/app_sale_superbar/__init__.py b/app_sale_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_sale_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_sale_superbar/__manifest__.py b/app_sale_superbar/__manifest__.py deleted file mode 100644 index 1f768b54..00000000 --- a/app_sale_superbar/__manifest__.py +++ /dev/null @@ -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 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 sale order browse by partner and channel", - 'version': '12.19.05.25', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Browse sale order by partner and sale channel. 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': [ - 'sale_management', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/sale_order_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, -} diff --git a/app_sale_superbar/hooks.py b/app_sale_superbar/hooks.py deleted file mode 100644 index 7edef364..00000000 --- a/app_sale_superbar/hooks.py +++ /dev/null @@ -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("") diff --git a/app_sale_superbar/i18n/zh_CN.po b/app_sale_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_sale_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_sale_superbar/models/__init__.py b/app_sale_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_sale_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_sale_superbar/report/__init__.py b/app_sale_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_sale_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_sale_superbar/static/description/account1.jpg b/app_sale_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_sale_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/banner.png b/app_sale_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_sale_superbar/static/description/banner.png and /dev/null differ diff --git a/app_sale_superbar/static/description/base1.jpg b/app_sale_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_sale_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base2.jpg b/app_sale_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_sale_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base3.jpg b/app_sale_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_sale_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base4.jpg b/app_sale_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_sale_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base5.jpg b/app_sale_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_sale_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base6.jpg b/app_sale_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_sale_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base7.jpg b/app_sale_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_sale_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base8.jpg b/app_sale_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_sale_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/base9.jpg b/app_sale_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_sale_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/contacts1.jpg b/app_sale_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_sale_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/crm1.jpg b/app_sale_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_sale_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/demo2.jpg b/app_sale_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_sale_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/demo_module1.jpg b/app_sale_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_sale_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/demo_module2.jpg b/app_sale_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_sale_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/hr1.jpg b/app_sale_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_sale_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/hr2.gif b/app_sale_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_sale_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/icon.png b/app_sale_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_sale_superbar/static/description/icon.png and /dev/null differ diff --git a/app_sale_superbar/static/description/index.html b/app_sale_superbar/static/description/index.html deleted file mode 100644 index 2d00d302..00000000 --- a/app_sale_superbar/static/description/index.html +++ /dev/null @@ -1,298 +0,0 @@ -
-
-

Sale App Super Sidebar for Advance Search with Parent Children Tree

-

!This moduld Do Need extra paid Apps - - Click to download. -

-

Advance Search, Filter with Parent Children Tree.

-

Easy to navigator and browse any data. Support list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
-
-
-
-
- -
-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Free to Use in product category.

-
- -
-
-
- -
-
-

Free to Use in POS point of sale.

-
- -
-

POS product and order.

-
- -
-

POS report.

-
- -
-
-
-
-
-

Use in Account.

-
- -
-
-
- -
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

 

-

How to use! This app do need extra module. The price already included

-
-

1. Buy and Install zTree widget. - - Click to download. - -

-
-
-

2. Buy and Install app_web_superbar. Important! Reboot odoo after installed. -

-
-
-

3. Easy use of superbar

-
-

Show superbar in list view.

-
-
-
- -
-
-
-

Show superbar in kanban view.

-
-
-
- -
-
-
-

Show superbar in pivot view.

-
-
-
- -
-
-
-

Show superbar in graph view.

-
-
-
- -
-
-
-

Click switch to show or hide superbar.

-
-
-
- -
-
-
-

Click checkbox to set whether to show child nodes data.

-
-
-
- -
-
-
-

Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes

-
-
-
- -
-
-
-

Set multi field to search or filter

-
-
-
- -
-
-
-

Set super bar position, left or right.

-
-
-
- -
-
-
-
-

4. If you want to customize, Use follow param to setup widget:

-
-
- -
-
    -
  • In search view xml, Write the <superbar> tag,
  • -
  • position: [left, right]
  • -
  • view_mode: [kanban,tree, pivot, graph view.]
  • -
  • parent_key: key field name of parent child relation. leave blank would auto set.
  • -
  • level: how many level to expend the tree for initialize. Default is 2
  • -
  • limit: how many record to show ztree. Default is 16
  • -
  • order: the field name to order by
  • -
  • domain: set the domain for data, eg: [[('is_company', '=', 1)]]
  • -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_sale_superbar/static/description/mrp1.gif b/app_sale_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_sale_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/mrp1.jpg b/app_sale_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_sale_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/pos1.jpg b/app_sale_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_sale_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/pos2.jpg b/app_sale_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_sale_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/pos3.jpg b/app_sale_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_sale_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/product1.jpg b/app_sale_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_sale_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/purchase1.jpg b/app_sale_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_sale_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/sale1.jpg b/app_sale_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_sale_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/searchmore.jpg b/app_sale_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_sale_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/stock1.jpg b/app_sale_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_sale_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/superbar.gif b/app_sale_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_sale_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/superbar_use.gif b/app_sale_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_sale_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/superbar_use.png b/app_sale_superbar/static/description/superbar_use.png deleted file mode 100644 index d5ffc980..00000000 Binary files a/app_sale_superbar/static/description/superbar_use.png and /dev/null differ diff --git a/app_sale_superbar/static/description/use.jpg b/app_sale_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_sale_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use1.jpg b/app_sale_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_sale_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use2.jpg b/app_sale_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_sale_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use3.jpg b/app_sale_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_sale_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use4.jpg b/app_sale_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_sale_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use5.jpg b/app_sale_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_sale_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use6.jpg b/app_sale_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_sale_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use7.jpg b/app_sale_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_sale_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use8.jpg b/app_sale_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_sale_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/use9.jpg b/app_sale_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_sale_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/usea.jpg b/app_sale_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_sale_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_sale_superbar/static/description/z_hr1.gif b/app_sale_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_sale_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/z_product1.gif b/app_sale_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_sale_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_sale_superbar/static/description/z_stock1.gif b/app_sale_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_sale_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_sale_superbar/views/sale_order_views.xml b/app_sale_superbar/views/sale_order_views.xml deleted file mode 100644 index e3a15f9d..00000000 --- a/app_sale_superbar/views/sale_order_views.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - sale.order.search.inherit.quotation.superbar - sale.order - - - - - - - - - - - - - - - sale.order.search.inherit.sale.superbar - sale.order - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_location_capacity/__init__.py b/app_stock_location_capacity/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_stock_location_capacity/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_stock_location_capacity/__manifest__.py b/app_stock_location_capacity/__manifest__.py deleted file mode 100644 index 6b0686dc..00000000 --- a/app_stock_location_capacity/__manifest__.py +++ /dev/null @@ -1,63 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2019-01-04 -# author: 广州尚鹏,http://www.sunpop.cn -# email: 300883@qq.com -# resource of Sunpop -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). - -# Odoo12在线用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/12.0/en/index.html - -# Odoo12在线开发者手册(长期更新) -# http://www.sunpop.cn/documentation/12.0/index.html - -# Odoo10在线中文用户手册(长期更新) -# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html - -# Odoo10离线中文用户手册下载 -# http://www.sunpop.cn/odoo10_user_manual_document_offline/ -# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) -# http://www.sunpop.cn/odoo10_developer_document_offline/ - - -{ - 'name': "Capacity of Stock Location,货架容量管理", - 'version': '12.19.03.18', - 'author': 'Sunpop.cn', - 'category': 'Warehouse', - 'website': 'http://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Add stock shelf, stock rack, stock slot manager. Shelf Auto Name with XYZ like WH-X1-Y2-Z6. - Add shelf menu. - """, - 'description': """ - - 1. - """, - 'price': 68.00, - 'currency': 'EUR', - 'depends': [ - 'stock', - 'app_stock_location_kanban', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/stock_location_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_stock_location_capacity/controllers/__init__.py b/app_stock_location_capacity/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_location_capacity/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_location_capacity/i18n/zh_CN.po b/app_stock_location_capacity/i18n/zh_CN.po deleted file mode 100644 index 94d257c0..00000000 --- a/app_stock_location_capacity/i18n/zh_CN.po +++ /dev/null @@ -1,113 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_stock_location_capacity -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20190124\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-26 02:29+0000\n" -"PO-Revision-Date: 2019-02-26 02:29+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_stock_location_capacity -#: model_terms:ir.ui.view,arch_db:app_stock_location_capacity.app_view_location_form -msgid "Capacity" -msgstr "库容" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__capacity_type -#: model_terms:ir.ui.view,arch_db:app_stock_location_capacity.app_view_location_search2 -msgid "Capacity Type" -msgstr "库容类型" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,help:app_stock_location_capacity.field_stock_location__capacity_type -msgid "Capacity Type of this Stock Location." -msgstr "当前库存位置的容量计算方式" - -#. module: app_stock_location_capacity -#: model_terms:ir.ui.view,arch_db:app_stock_location_capacity.view_location_kanban2 -msgid "Capacity of Stock Location" -msgstr "库容与库位管理" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_order -msgid "Current Order" -msgstr "当前订单" - -#. module: app_stock_location_capacity -#: model:ir.model,name:app_stock_location_capacity.model_stock_location -msgid "Inventory Locations" -msgstr "库存位置" - -#. module: app_stock_location_capacity -#: selection:stock.location,occupied_order:0 -msgid "Manufacture" -msgstr "制造" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_percent -msgid "Occupied(%)" -msgstr "占用率(%)" - -#. module: app_stock_location_capacity -#: selection:stock.location,occupied_order:0 -msgid "Purchase" -msgstr "采购" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_unit_theoretical -msgid "Qty Forecast Max" -msgstr "最大在途数量" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__capacity_unit -msgid "Qty Max" -msgstr "最大数量" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_unit -msgid "Qty Occupied" -msgstr "当前占用" - -#. module: app_stock_location_capacity -#: selection:stock.location,occupied_order:0 -msgid "Sale" -msgstr "销售" - -#. module: app_stock_location_capacity -#: selection:stock.location,capacity_type:0 -msgid "Unique Order" -msgstr "绑定唯一订单" - -#. module: app_stock_location_capacity -#: selection:stock.location,capacity_type:0 -msgid "Unit" -msgstr "数量" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__capacity_volume -msgid "Volume Max" -msgstr "最大容纳体积" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_volume -msgid "Volume Occupied" -msgstr "当前占用体积" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__capacity_weight -msgid "Weight Max" -msgstr "最大容纳重量" - -#. module: app_stock_location_capacity -#: model:ir.model.fields,field_description:app_stock_location_capacity.field_stock_location__occupied_weight -msgid "Weight Occupied" -msgstr "当前占用重量" - diff --git a/app_stock_location_capacity/ir/__init__.py b/app_stock_location_capacity/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_location_capacity/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_location_capacity/models/__init__.py b/app_stock_location_capacity/models/__init__.py deleted file mode 100644 index cdf2b042..00000000 --- a/app_stock_location_capacity/models/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import stock_location - - - diff --git a/app_stock_location_capacity/models/stock_location.py b/app_stock_location_capacity/models/stock_location.py deleted file mode 100644 index d08bfa16..00000000 --- a/app_stock_location_capacity/models/stock_location.py +++ /dev/null @@ -1,62 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -import logging -from odoo import api, fields, tools, models, _ -from odoo.addons import decimal_precision as dp - - -class Location(models.Model): - _inherit = "stock.location" - - # 库存容量 capacity - capacity_type = fields.Selection([ - ('model', 'Unique Order'), - ('unit', 'Unit'), - # ('weight', 'Weight'), - # ('volume', 'Volume'), - ], string='Capacity Type', - help='Capacity Type of this Stock Location.') - - occupied_order = fields.Reference(string='Current Order', - selection=[ - ('sale.order', 'Sale'), - ('purchase.order', 'Purchase'), - ('mrp.production', 'Manufacture'), - ]) - - # 容量与当前占用 - capacity_unit = fields.Float('Qty Max', digits=dp.get_precision('Product Unit of Measure'), default=1.0) - occupied_unit = fields.Float('Qty Occupied', digits=dp.get_precision('Product Unit of Measure')) - # todo: 预计的 - occupied_unit_theoretical = fields.Float('Qty Forecast Max', digits=dp.get_precision('Product Unit of Measure')) - # todo: 重量及体积 - capacity_weight = fields.Float('Weight Max', digits=dp.get_precision('Stock Weight')) - occupied_weight = fields.Float('Weight Occupied', digits=dp.get_precision('Stock Weight')) - capacity_volume = fields.Float('Volume Max') - occupied_volume = fields.Float('Volume Occupied') - - occupied_percent = fields.Integer('Occupied(%)', compute='_compute_occupied', store=True) - - # 计算该位置的数量,主要是quant - @api.depends('capacity_type', 'occupied_order', 'capacity_unit', 'occupied_unit') - def _compute_occupied(self): - for rec in self: - # 只有中转位和内部位置才有库容 - if rec.usage in ('internal', 'transit'): - if rec.capacity_type == 'model': - if rec.occupied_order: - rec.occupied_percent = 100 - else: - rec.occupied_percent = 0 - else: - try: - rec.occupied_percent = 100.0 * rec.occupied_unit / rec.capacity_unit - except: - rec.occupied_percent = 0 - - @api.onchange('capacity_type') - def onchange_model(self): - self.order_id = None - if self.capacity_type != 'model': - self.occupied_order = None diff --git a/app_stock_location_capacity/report/__init__.py b/app_stock_location_capacity/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_location_capacity/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_location_capacity/res/__init__.py b/app_stock_location_capacity/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_location_capacity/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_location_capacity/static/description/banner.png b/app_stock_location_capacity/static/description/banner.png deleted file mode 100644 index 307cf82b..00000000 Binary files a/app_stock_location_capacity/static/description/banner.png and /dev/null differ diff --git a/app_stock_location_capacity/static/description/icon.png b/app_stock_location_capacity/static/description/icon.png deleted file mode 100644 index 55ddce37..00000000 Binary files a/app_stock_location_capacity/static/description/icon.png and /dev/null differ diff --git a/app_stock_location_capacity/static/description/index.html b/app_stock_location_capacity/static/description/index.html deleted file mode 100644 index 5fcfa7e3..00000000 --- a/app_stock_location_capacity/static/description/index.html +++ /dev/null @@ -1,83 +0,0 @@ -
-
-
-

App Shelf manage of stock

-
-

This moduld allows user to manager shelf report.

-

Lastest update: v12.19.1.6

-
-
- Key features: -
    -
  • - - 1. Add shelf manage menu, default value. -
  • -
  • - - 2. Shelf Auto Name with XYZ like WH-X1-Y2-Z6. -
  • -
-
-
-
-

More Powerful addons: - Powerful Odoo Addons -

-

-
-
- -
-
-

Add stock shelf, stock rack, stock slot manager. Shelf Auto Name with XYZ like WH-X1-Y2-Z6.

-
-
- -

-

Set is shelf location?

- -

-

Auto name shelf.

- -

-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us -

- - guohuadeng@hotmail.com -

- Via QQ: 300883 -

- - 300883@qq.com -
-
-

- Visit our website for more support. -

- - http://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_location_capacity/views/stock_location_views.xml b/app_stock_location_capacity/views/stock_location_views.xml deleted file mode 100644 index fe7bab14..00000000 --- a/app_stock_location_capacity/views/stock_location_views.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - stock.location.tree - stock.location - - - - - - - - - - - - stock.location.kanban2 - stock.location - - - - Capacity of Stock Location> - - - - - - - - - -
-
- -
- -
-
- -
- - - -
-
-
-
-
-
-
- - - app.stock.location.search - stock.location - - - - - - - - - - - app.stock.location.form - stock.location - - - - - - - - - - - - - - -
\ No newline at end of file diff --git a/app_stock_location_chart/__init__.py b/app_stock_location_chart/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_stock_location_chart/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_stock_location_chart/__manifest__.py b/app_stock_location_chart/__manifest__.py deleted file mode 100644 index 5e44b458..00000000 --- a/app_stock_location_chart/__manifest__.py +++ /dev/null @@ -1,70 +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': 'Stock Location Chart Hierarchy, 仓库库位多层级结构图', - 'version': '12.19.04.19', - 'author': 'Sunpop.cn', - 'category': 'Stock', - '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': [ - 'stock', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/stock_location_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, -} - diff --git a/app_stock_location_chart/controllers/__init__.py b/app_stock_location_chart/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_stock_location_chart/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_stock_location_chart/i18n/zh_CN.po b/app_stock_location_chart/i18n/zh_CN.po deleted file mode 100644 index a27e8876..00000000 --- a/app_stock_location_chart/i18n/zh_CN.po +++ /dev/null @@ -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 -# 珠海-杜哥 , 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: 珠海-杜哥 , 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 "合计" diff --git a/app_stock_location_chart/models/__init__.py b/app_stock_location_chart/models/__init__.py deleted file mode 100644 index e9b3bd67..00000000 --- a/app_stock_location_chart/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import stock_location diff --git a/app_stock_location_chart/models/stock_location.py b/app_stock_location_chart/models/stock_location.py deleted file mode 100644 index cf23bbac..00000000 --- a/app_stock_location_chart/models/stock_location.py +++ /dev/null @@ -1,41 +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 Location(models.Model): - _inherit = "stock.location" - - # 目录图片,可显示小图标, - # 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.model_create_multi - def create(self, vals_list): - for vals in vals_list: - tools.image_resize_images(vals) - return super(Location, self).create(vals_list) - - @api.multi - def write(self, vals): - tools.image_resize_images(vals) - return super(Location, self).write(vals) - - @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) diff --git a/app_stock_location_chart/static/description/banner.gif b/app_stock_location_chart/static/description/banner.gif deleted file mode 100644 index 54fb9413..00000000 Binary files a/app_stock_location_chart/static/description/banner.gif and /dev/null differ diff --git a/app_stock_location_chart/static/description/banner.png b/app_stock_location_chart/static/description/banner.png deleted file mode 100644 index a83464d6..00000000 Binary files a/app_stock_location_chart/static/description/banner.png and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo1.jpg b/app_stock_location_chart/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_stock_location_chart/static/description/demo1.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo2.jpg b/app_stock_location_chart/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_stock_location_chart/static/description/demo2.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo4.jpg b/app_stock_location_chart/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_stock_location_chart/static/description/demo4.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo5.jpg b/app_stock_location_chart/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_stock_location_chart/static/description/demo5.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo6.jpg b/app_stock_location_chart/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_stock_location_chart/static/description/demo6.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo7.jpg b/app_stock_location_chart/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_stock_location_chart/static/description/demo7.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/demo9.jpg b/app_stock_location_chart/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_stock_location_chart/static/description/demo9.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/icon.png b/app_stock_location_chart/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_stock_location_chart/static/description/icon.png and /dev/null differ diff --git a/app_stock_location_chart/static/description/index.html b/app_stock_location_chart/static/description/index.html deleted file mode 100644 index 89e49ec8..00000000 --- a/app_stock_location_chart/static/description/index.html +++ /dev/null @@ -1,190 +0,0 @@ -
-
-

Stock Location Chart Hierarchy for Multi Level

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 5 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_location_chart/static/description/setup1.jpg b/app_stock_location_chart/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_stock_location_chart/static/description/setup1.jpg and /dev/null differ diff --git a/app_stock_location_chart/static/description/setup2.jpg b/app_stock_location_chart/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_stock_location_chart/static/description/setup2.jpg and /dev/null differ diff --git a/app_stock_location_chart/views/stock_location_views.xml b/app_stock_location_chart/views/stock_location_views.xml deleted file mode 100644 index 2386b91d..00000000 --- a/app_stock_location_chart/views/stock_location_views.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - app.stock.location.form - stock.location - - - -
-
- - -
-
-

Hierarchy Chart

- -
-
-
- - - -
-
-
diff --git a/app_stock_picking_product_multi_add/__init__.py b/app_stock_picking_product_multi_add/__init__.py deleted file mode 100644 index c6f04b45..00000000 --- a/app_stock_picking_product_multi_add/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_stock_picking_product_multi_add/__manifest__.py b/app_stock_picking_product_multi_add/__manifest__.py deleted file mode 100644 index 7c37d436..00000000 --- a/app_stock_picking_product_multi_add/__manifest__.py +++ /dev/null @@ -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 Stock Picking Order 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 Stock Picking Order Product Multi Batch Add - Odoo App of Sunpop.cn - """, - 'description': """ - App Stock Picking Order Product Multi Add. - 1. One Click to add multi product to Stock Picking Order. - 2. All the product can filter and group. - 库存调拨单批量增加产品. - 1. 可以一键快速将多个产品加到库存调拨单中 - 2. 可对产品进行过滤、分组,然后批量加入 - """, - 'depends': [ - # 'app_web_one2many_multi_add', - 'stock', - ], - 'images': ['static/description/stock1.gif'], - 'data': [ - 'views/stock_picking_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'post_load': None, - 'post_init_hook': None, - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_stock_picking_product_multi_add/controllers/__init__.py b/app_stock_picking_product_multi_add/controllers/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_product_multi_add/controllers/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_product_multi_add/i18n/zh_CN.po b/app_stock_picking_product_multi_add/i18n/zh_CN.po deleted file mode 100644 index f9c2b110..00000000 --- a/app_stock_picking_product_multi_add/i18n/zh_CN.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_stock_picking_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:03+0000\n" -"PO-Revision-Date: 2019-03-14 16:03+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_stock_picking_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_stock_picking_product_multi_add.app_view_picking_form -msgid "Add a line" -msgstr "添加明细行" - -#. module: app_stock_picking_product_multi_add -#: model_terms:ir.ui.view,arch_db:app_stock_picking_product_multi_add.app_view_picking_form -msgid "Multi add line" -msgstr "批量添加" - diff --git a/app_stock_picking_product_multi_add/ir/__init__.py b/app_stock_picking_product_multi_add/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_product_multi_add/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_product_multi_add/models/__init__.py b/app_stock_picking_product_multi_add/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_product_multi_add/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_product_multi_add/report/__init__.py b/app_stock_picking_product_multi_add/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_picking_product_multi_add/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_picking_product_multi_add/res/__init__.py b/app_stock_picking_product_multi_add/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_product_multi_add/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_product_multi_add/static/description/account1.gif b/app_stock_picking_product_multi_add/static/description/account1.gif deleted file mode 100644 index ed6ad818..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/account1.gif and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/banner.png b/app_stock_picking_product_multi_add/static/description/banner.png deleted file mode 100644 index 8b958c64..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/banner.png and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/cnreadme.jpg b/app_stock_picking_product_multi_add/static/description/cnreadme.jpg deleted file mode 100644 index 2be54766..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/cnreadme.jpg and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/example.png b/app_stock_picking_product_multi_add/static/description/example.png deleted file mode 100644 index 27ff6d0f..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/example.png and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/guide1.jpg b/app_stock_picking_product_multi_add/static/description/guide1.jpg deleted file mode 100644 index 0eb8ddee..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/guide1.jpg and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/icon.png b/app_stock_picking_product_multi_add/static/description/icon.png deleted file mode 100644 index 4c57f611..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/icon.png and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/index.html b/app_stock_picking_product_multi_add/static/description/index.html deleted file mode 100644 index 8db20297..00000000 --- a/app_stock_picking_product_multi_add/static/description/index.html +++ /dev/null @@ -1,145 +0,0 @@ -
-
-

App Stock Picking Order Product Multi Add

-

One Click to add multi product to Stock Picking Order.

-

Important: This app is depends on a Paid App. - app_web_one2many_multi_add -

-
-
-

One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-

You may also like these free Apps for odoo.

-
    -
  • 1. One Click to add multi product to Sale Order. - Free Download from here.
  • -
  • 2. One Click to add multi product to Purchase Order. - Free Download from here.
  • -
  • 3. One Click to add multi product to MRP Bom. - Free Download from here.
  • -
  • 4. One Click to add multi product to Stock Picking Order. - Free Download from here.
  • -
  • 5. One Click to add multi product to Account Customer Invoice, Vendor Bill. - Free Download from here.
  • -
  • 6. You can also make any one2many field to get this feature by config the xml.
  • -
  • 7. You can filter or group the product / object, in the pop windows, and the multi select and add to the order
  • -
-
- -
-
-

Easy to Use. Click "Multi Add Items" in the one2many tree view.

-
-

Step1. Click "Multi Add Items" in any order form.

- -
-

Step2. Select product (or any item you setup in xml).

- -
-

Step3. Click "Select", then all product you select would add to the order.

- -
-
-
-
-
-

1. One Click to add multi product to Sale Order.

-
-
- -
-
-
-
-
-

2. One Click to add multi product to Purchase Order.

-
-
- -
-
-
-
-
-

3. One Click to add multi product to MRP Bom.

-
-
- -
-
-
-
-
-

4. One Click to add multi product to Stock Picking Order.

-
-
- -
-
-
-
-
-

5. One Click to add multi product to Account Customer Invoice, Vendor Bill.

-
-
- -
-
-
-
-
-

6. You can also make any one2many field to get this feature by config the xml.

-
-
-

Check this example.

- -
-
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_picking_product_multi_add/static/description/mrp1.gif b/app_stock_picking_product_multi_add/static/description/mrp1.gif deleted file mode 100644 index 3fb5a814..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/mrp1.gif and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/purchase1.gif b/app_stock_picking_product_multi_add/static/description/purchase1.gif deleted file mode 100644 index 43cd2a3b..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/purchase1.gif and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/sale1.gif b/app_stock_picking_product_multi_add/static/description/sale1.gif deleted file mode 100644 index f8db4f7d..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/sale1.gif and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/stock1.gif b/app_stock_picking_product_multi_add/static/description/stock1.gif deleted file mode 100644 index debbca34..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/stock1.gif and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/use1.jpg b/app_stock_picking_product_multi_add/static/description/use1.jpg deleted file mode 100644 index dc70f00f..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/use1.jpg and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/use2.jpg b/app_stock_picking_product_multi_add/static/description/use2.jpg deleted file mode 100644 index 74e49c8d..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/use2.jpg and /dev/null differ diff --git a/app_stock_picking_product_multi_add/static/description/use3.jpg b/app_stock_picking_product_multi_add/static/description/use3.jpg deleted file mode 100644 index 541828c1..00000000 Binary files a/app_stock_picking_product_multi_add/static/description/use3.jpg and /dev/null differ diff --git a/app_stock_picking_product_multi_add/views/stock_picking_views.xml b/app_stock_picking_product_multi_add/views/stock_picking_views.xml deleted file mode 100644 index c443d0ea..00000000 --- a/app_stock_picking_product_multi_add/views/stock_picking_views.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - app.stock.picking.form - stock.picking - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_picking_type_group/__init__.py b/app_stock_picking_type_group/__init__.py deleted file mode 100644 index d7cf7d9b..00000000 --- a/app_stock_picking_type_group/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from . import ir -from . import res - -from .hooks import pre_init_hook -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_stock_picking_type_group/__manifest__.py b/app_stock_picking_type_group/__manifest__.py deleted file mode 100644 index 1da71af3..00000000 --- a/app_stock_picking_type_group/__manifest__.py +++ /dev/null @@ -1,59 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2017-11-05 -# 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 stock picking type group,库存作业类型分组", - 'version': '12.0.12.26', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Stock picking group in list or kanban view. - """, - 'description': """ - 模块开发模板,目录结构与文件定义。 - 广州尚鹏,Sunpop.cn 的odoo模块。用于将库存作业分组,UI更方便。 - """, - 'depends': ['stock'], - 'images': ['static/description/demo1.jpg'], - 'currency': 'EUR', - 'price': 18, - 'data': [ - 'security/ir.model.access.csv', - 'views/stock_picking_type_group_views.xml', - 'views/stock_picking_type_views.xml', - 'data/stock_picking_type_group_data.xml' - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'installable': True, - 'application': True, - 'auto_install': False, - 'pre_init_hook': 'pre_init_hook', - 'post_init_hook': 'post_init_hook', -} diff --git a/app_stock_picking_type_group/data/stock_picking_type_group_data.xml b/app_stock_picking_type_group/data/stock_picking_type_group_data.xml deleted file mode 100644 index 83e665d1..00000000 --- a/app_stock_picking_type_group/data/stock_picking_type_group_data.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Purchase - 3 - - - Manufacturing - 4 - - - 内部库存调拨 - 5 - - - Sale - 6 - - - diff --git a/app_stock_picking_type_group/hooks.py b/app_stock_picking_type_group/hooks.py deleted file mode 100644 index 2f263a54..00000000 --- a/app_stock_picking_type_group/hooks.py +++ /dev/null @@ -1,42 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2017-11-05 -# 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: - -from odoo import api, SUPERUSER_ID, _ - -def pre_init_hook(cr): - pass - -def post_init_hook(cr, registry): - try: - env = api.Environment(cr, SUPERUSER_ID, {}) - g = env.ref('app_stock_picking_type_group.g_sale1', raise_if_not_found=False).id - cr.execute("UPDATE stock_picking_type SET picking_type_group_id = %s WHERE code='outgoing';" % g) - - env = api.Environment(cr, SUPERUSER_ID, {}) - g = env.ref('app_stock_picking_type_group.g_purchase1', raise_if_not_found=False).id - cr.execute("UPDATE stock_picking_type SET picking_type_group_id = %s WHERE code='incoming';" % g) - - env = api.Environment(cr, SUPERUSER_ID, {}) - g = env.ref('app_stock_picking_type_group.g_mrp1', raise_if_not_found=False).id - cr.execute("UPDATE stock_picking_type SET picking_type_group_id = %s WHERE code='mrp_operation';" % g) - - env = api.Environment(cr, SUPERUSER_ID, {}) - g = env.ref('app_stock_picking_type_group.g_stock1', raise_if_not_found=False).id - cr.execute("UPDATE stock_picking_type SET picking_type_group_id = %s WHERE code='internal';" % g) - pass - except Exception as e: - raise Warning(e) diff --git a/app_stock_picking_type_group/i18n/zh_CN.po b/app_stock_picking_type_group/i18n/zh_CN.po deleted file mode 100644 index ef1c6642..00000000 --- a/app_stock_picking_type_group/i18n/zh_CN.po +++ /dev/null @@ -1,130 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_stock_picking_type_group -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20181221\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-01-03 12:40+0000\n" -"PO-Revision-Date: 2019-01-03 12:40+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_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__active -msgid "Active" -msgstr "有效" - -#. module: app_stock_picking_type_group -#: model:ir.actions.act_window,name:app_stock_picking_type_group.action_picking_type_group_list -msgid "All Picking Types Group" -msgstr "作业类型分组" - -#. module: app_stock_picking_type_group -#: model_terms:ir.actions.act_window,help:app_stock_picking_type_group.action_picking_type_group_list -msgid "Click to define a new picking type group." -msgstr "" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__color -msgid "Color" -msgstr "颜色" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__create_uid -msgid "Created by" -msgstr "创建人" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__create_date -msgid "Created on" -msgstr "创建时间" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__display_name -msgid "Display Name" -msgstr "显示名称" - -#. module: app_stock_picking_type_group -#: model:ir.model,name:app_stock_picking_type_group.model_stock_picking_type_group -msgid "Group the picking view" -msgstr "作业类型分组" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__id -msgid "ID" -msgstr "" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group____last_update -msgid "Last Modified on" -msgstr "最后修改日" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__write_uid -msgid "Last Updated by" -msgstr "最后更新者" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__write_date -msgid "Last Updated on" -msgstr "最后更新时间" - -#. module: app_stock_picking_type_group -#: model:ir.model,name:app_stock_picking_type_group.model_stock_picking_type -msgid "Picking Type" -msgstr "拣货类型" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type__picking_type_group_id -#: model_terms:ir.ui.view,arch_db:app_stock_picking_type_group.app_view_pickingtype_filter -msgid "Picking Type Group" -msgstr "作业类型分组" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__name -msgid "Picking Type Group Name" -msgstr "分组名称" - -#. module: app_stock_picking_type_group -#: model:ir.ui.menu,name:app_stock_picking_type_group.menu_pickingtype_group -#: model_terms:ir.ui.view,arch_db:app_stock_picking_type_group.app_view_picking_type_group_form -#: model_terms:ir.ui.view,arch_db:app_stock_picking_type_group.app_view_picking_type_group_tree -msgid "Picking Types Group" -msgstr "作业类型分组" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,field_description:app_stock_picking_type_group.field_stock_picking_type_group__sequence -msgid "Sequence" -msgstr "序号" - -#. module: app_stock_picking_type_group -#: model:ir.model.fields,help:app_stock_picking_type_group.field_stock_picking_type_group__sequence -msgid "Used to order the 'All Operations' kanban view" -msgstr "用于订购“所有作业”看板视图" - -#. module: app_stock_picking_type_group -#: model:stock.picking.type.group,name:app_stock_picking_type_group.g_stock1 -msgid "Internal Transfers" -msgstr "内部库存调拨" - -#. module: app_stock_picking_type_group -#: model:stock.picking.type.group,name:app_stock_picking_type_group.g_mrp1 -msgid "Manufacturing" -msgstr "制造" - -#. module: app_stock_picking_type_group -#: model:stock.picking.type.group,name:app_stock_picking_type_group.g_purchase1 -msgid "Purchase" -msgstr "采购" - -#. module: app_stock_picking_type_group -#: model:stock.picking.type.group,name:app_stock_picking_type_group.g_sale1 -msgid "Sale" -msgstr "销售" - diff --git a/app_stock_picking_type_group/ir/__init__.py b/app_stock_picking_type_group/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_type_group/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_type_group/models/__init__.py b/app_stock_picking_type_group/models/__init__.py deleted file mode 100644 index 81a9af2a..00000000 --- a/app_stock_picking_type_group/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import stock_picking_type_group -from . import stock_picking_type diff --git a/app_stock_picking_type_group/models/stock_picking_type.py b/app_stock_picking_type_group/models/stock_picking_type.py deleted file mode 100644 index a8808b38..00000000 --- a/app_stock_picking_type_group/models/stock_picking_type.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import api, fields, models, _ -from odoo.exceptions import UserError - - -class PickingType(models.Model): - _inherit = "stock.picking.type" - - picking_type_group_id = fields.Many2one('stock.picking.type.group', 'Picking Type Group') - diff --git a/app_stock_picking_type_group/models/stock_picking_type_group.py b/app_stock_picking_type_group/models/stock_picking_type_group.py deleted file mode 100644 index 9d3c276f..00000000 --- a/app_stock_picking_type_group/models/stock_picking_type_group.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from collections import namedtuple -import json -import time - -from odoo import api, fields, models, _ -from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT -from odoo.exceptions import UserError - - -class PickingTypeGroup(models.Model): - _name = "stock.picking.type.group" - _description = "Group the picking view" - _order = 'sequence, id' - - name = fields.Char('Picking Type Group Name', required=True, translate=True) - color = fields.Integer('Color') - sequence = fields.Integer('Sequence', help="Used to order the 'All Operations' kanban view") - active = fields.Boolean('Active', default=True) diff --git a/app_stock_picking_type_group/report/__init__.py b/app_stock_picking_type_group/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_picking_type_group/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_picking_type_group/res/__init__.py b/app_stock_picking_type_group/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_picking_type_group/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_picking_type_group/security/ir.model.access.csv b/app_stock_picking_type_group/security/ir.model.access.csv deleted file mode 100644 index 812b4fa2..00000000 --- a/app_stock_picking_type_group/security/ir.model.access.csv +++ /dev/null @@ -1,4 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_stock_picking_type_group_all,stock.picking.type.group all users,model_stock_picking_type_group,base.group_user,1,0,0,0 -access_stock_picking_type_group_user,stock.picking.type.group user,model_stock_picking_type_group,stock.group_stock_user,1,0,0,0 -access_stock_picking_type_group_manager,stock.picking.type.group manager,model_stock_picking_type_group,stock.group_stock_manager,1,1,1,1 diff --git a/app_stock_picking_type_group/static/description/demo1.jpg b/app_stock_picking_type_group/static/description/demo1.jpg deleted file mode 100644 index 3c669442..00000000 Binary files a/app_stock_picking_type_group/static/description/demo1.jpg and /dev/null differ diff --git a/app_stock_picking_type_group/static/description/demo2.jpg b/app_stock_picking_type_group/static/description/demo2.jpg deleted file mode 100644 index 9602df13..00000000 Binary files a/app_stock_picking_type_group/static/description/demo2.jpg and /dev/null differ diff --git a/app_stock_picking_type_group/static/description/demo4.jpg b/app_stock_picking_type_group/static/description/demo4.jpg deleted file mode 100644 index 11f74272..00000000 Binary files a/app_stock_picking_type_group/static/description/demo4.jpg and /dev/null differ diff --git a/app_stock_picking_type_group/static/description/icon.png b/app_stock_picking_type_group/static/description/icon.png deleted file mode 100644 index 2a04f219..00000000 Binary files a/app_stock_picking_type_group/static/description/icon.png and /dev/null differ diff --git a/app_stock_picking_type_group/static/description/index.html b/app_stock_picking_type_group/static/description/index.html deleted file mode 100644 index 0ff01401..00000000 --- a/app_stock_picking_type_group/static/description/index.html +++ /dev/null @@ -1,71 +0,0 @@ -
-
-
-

App stock picking type group

-
-

This moduld allows user to .

-

More Powerful addons: - Supop.cn Odoo Addons -

-
-

Lastest update: v10.0.3.27, 2018-03-27

-
    -
  • 1. Manager picking type groups
  • -
  • 2. Group by picking type groups in stock dashboard
  • -
-
- -
-

Base setup:

-
    -
  • 1. Go to Inventory->Configuration->Warehouse Management
  • -
  • 2. Set Picking Type Group for the certain type
  • -
- -
-
- -
-

After setup, the view would look like:

- -
-
-
- -
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_picking_type_group/static/description/setup.jpg b/app_stock_picking_type_group/static/description/setup.jpg deleted file mode 100644 index b1a4aff9..00000000 Binary files a/app_stock_picking_type_group/static/description/setup.jpg and /dev/null differ diff --git a/app_stock_picking_type_group/views/stock_picking_type_group_views.xml b/app_stock_picking_type_group/views/stock_picking_type_group_views.xml deleted file mode 100644 index 54c3069a..00000000 --- a/app_stock_picking_type_group/views/stock_picking_type_group_views.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - Picking types group - stock.picking.type.group - - - - - - - - - - - Picking types group - stock.picking.type.group - -
- -
- -
- - - - - - - - -
-
-
-
- - - All Picking Types Group - stock.picking.type.group - ir.actions.act_window - form - list,form - -

- Click to define a new picking type group. -

-
- -
- - -
diff --git a/app_stock_picking_type_group/views/stock_picking_type_views.xml b/app_stock_picking_type_group/views/stock_picking_type_views.xml deleted file mode 100644 index 3149a402..00000000 --- a/app_stock_picking_type_group/views/stock_picking_type_views.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - stock.picking.type.filter - stock.picking.type - - - - - - - - - - Picking types - stock.picking.type - - - - - - - - - - Operation Types - stock.picking.type - - - - - - - - - - {"search_default_groupby_picking_type_group_id":1} - - - - - - - - - - - - - - - - - - - - diff --git a/app_stock_putaway/__init__.py b/app_stock_putaway/__init__.py deleted file mode 100644 index fa9f002c..00000000 --- a/app_stock_putaway/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from . import ir -from . import res \ No newline at end of file diff --git a/app_stock_putaway/__manifest__.py b/app_stock_putaway/__manifest__.py deleted file mode 100644 index ace5fdcd..00000000 --- a/app_stock_putaway/__manifest__.py +++ /dev/null @@ -1,55 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2018-11-05 -# 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 stock putaway show.单独的上架策略界面及菜单", - 'version': '12.0.11.14', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Show stock putaway strategy in stock menu. - """, - 'description': """ - 上架策略菜单。 - 每个上架策略只适用于指定位置 - 广州尚鹏,Sunpop.cn 的odoo模块。 - """, - 'depends': ['stock'], - 'images': [], - - 'data': [ - 'views/stock_location_views.xml', - 'views/product_putaway_views.xml', - ], - 'demo': [ - ], - 'test': [ - ], - 'css': [ - ], - 'qweb': [ - ], - 'js': [ - ], - 'installable': True, - 'application': True, - 'auto_install': False, -} diff --git a/app_stock_putaway/i18n/zh_CN.po b/app_stock_putaway/i18n/zh_CN.po deleted file mode 100644 index 251acecb..00000000 --- a/app_stock_putaway/i18n/zh_CN.po +++ /dev/null @@ -1,43 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_stock_putaway -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20181221\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-01-03 19:28+0000\n" -"PO-Revision-Date: 2019-01-03 19: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" - -#. module: app_stock_putaway -#: model:ir.model.fields,field_description:app_stock_putaway.field_product_putaway__location_id -msgid "Location" -msgstr "适用位置" - -#. module: app_stock_putaway -#: model_terms:ir.actions.act_window,help:app_stock_putaway.action_product_putaway -msgid "Please go to \"Configuration->Warehouse Management->Locations\" to Create a Stock Putaway Strategy." -msgstr "请在 \"配置->仓库管理->位置\" 中创建上架策略" - -#. module: app_stock_putaway -#: model:ir.model,name:app_stock_putaway.model_product_putaway -msgid "Put Away Strategy" -msgstr "上架策略" - -#. module: app_stock_putaway -#: model_terms:ir.ui.view,arch_db:app_stock_putaway.app_view_strock_putaway_tree -msgid "Stock Put Away Strategy" -msgstr "仓库上架策略" - -#. module: app_stock_putaway -#: model:ir.actions.act_window,name:app_stock_putaway.action_product_putaway -#: model:ir.ui.menu,name:app_stock_putaway.menu_putaway -msgid "Stock Putaway Strategy" -msgstr "上架策略" - diff --git a/app_stock_putaway/ir/__init__.py b/app_stock_putaway/ir/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_putaway/ir/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_putaway/models/__init__.py b/app_stock_putaway/models/__init__.py deleted file mode 100644 index a237ef9c..00000000 --- a/app_stock_putaway/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import product_strategy - diff --git a/app_stock_putaway/models/product_strategy.py b/app_stock_putaway/models/product_strategy.py deleted file mode 100644 index 6a24616f..00000000 --- a/app_stock_putaway/models/product_strategy.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from odoo import fields, models, api - -class PutAwayStrategy(models.Model): - _inherit = 'product.putaway' - - # 增加默认父位置 - location_id = fields.Many2one('stock.location', 'Location') - - @api.model - def create(self, vals): - location_id = self.env.context.get('location_id') - vals['location_id'] = location_id - return super(PutAwayStrategy, self).create(vals) - - diff --git a/app_stock_putaway/report/__init__.py b/app_stock_putaway/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_putaway/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_putaway/res/__init__.py b/app_stock_putaway/res/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_putaway/res/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_putaway/static/description/icon.png b/app_stock_putaway/static/description/icon.png deleted file mode 100644 index 2a04f219..00000000 Binary files a/app_stock_putaway/static/description/icon.png and /dev/null differ diff --git a/app_stock_putaway/static/description/index.html b/app_stock_putaway/static/description/index.html deleted file mode 100644 index 0ff01401..00000000 --- a/app_stock_putaway/static/description/index.html +++ /dev/null @@ -1,71 +0,0 @@ -
-
-
-

App stock picking type group

-
-

This moduld allows user to .

-

More Powerful addons: - Supop.cn Odoo Addons -

-
-

Lastest update: v10.0.3.27, 2018-03-27

-
    -
  • 1. Manager picking type groups
  • -
  • 2. Group by picking type groups in stock dashboard
  • -
-
- -
-

Base setup:

-
    -
  • 1. Go to Inventory->Configuration->Warehouse Management
  • -
  • 2. Set Picking Type Group for the certain type
  • -
- -
-
- -
-

After setup, the view would look like:

- -
-
-
- -
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_putaway/static/stock_procrules_views.xml b/app_stock_putaway/static/stock_procrules_views.xml deleted file mode 100644 index ddd350d2..00000000 --- a/app_stock_putaway/static/stock_procrules_views.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - Global Procurement Rules - stock.location.route - ir.actions.act_window - form - tree,form - -

- Click to add a route. -

-

You can define here the main routes that run through - your warehouses and that define the flows of your products. These - routes can be assigned to a product, a product category or be fixed - on procurement or sales order.

-
-
- - - -
-
\ No newline at end of file diff --git a/app_stock_putaway/views/product_putaway_views.xml b/app_stock_putaway/views/product_putaway_views.xml deleted file mode 100644 index ff017583..00000000 --- a/app_stock_putaway/views/product_putaway_views.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - Stock Putaway Strategy - product.putaway - - - - - - - - - - - - app.product.putaway.form - product.putaway - - - - false - - - - - - - - - - - - Stock Putaway Strategy - product.putaway - ir.actions.act_window - form - list,form - -

- Please go to "Configuration->Warehouse Management->Locations" to Create a Stock Putaway Strategy. -

-
-
- - -
diff --git a/app_stock_putaway/views/stock_location_views.xml b/app_stock_putaway/views/stock_location_views.xml deleted file mode 100644 index 31b75f2e..00000000 --- a/app_stock_putaway/views/stock_location_views.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - app.stock.location.form - stock.location - - - - {'location_id': active_id, 'default_location_id': active_id} - [('location_id','=',active_id)] - - - - diff --git a/app_stock_searchpanel/__init__.py b/app_stock_searchpanel/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_stock_searchpanel/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_stock_searchpanel/__manifest__.py b/app_stock_searchpanel/__manifest__.py deleted file mode 100644 index a3b95b81..00000000 --- a/app_stock_searchpanel/__manifest__.py +++ /dev/null @@ -1,67 +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 stock Searchpanel Hierarchy Tree, quick kanban filter", - 'version': '12.19.04.29', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - stock picking filter by picking type. Use for parent children kanban navigator. - dynanmic kanban. Hierarchy Tree. Parent Children relation tree filter, navigator. - """, - 'description': """ - Feature of odoo13. Support one2many field and kanban view. - 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: - - - - 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': [ - 'stock', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/stock_location_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, -} diff --git a/app_stock_searchpanel/hooks.py b/app_stock_searchpanel/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_stock_searchpanel/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_stock_searchpanel/i18n/zh_CN.po b/app_stock_searchpanel/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_stock_searchpanel/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_stock_searchpanel/models/__init__.py b/app_stock_searchpanel/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_searchpanel/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_searchpanel/report/__init__.py b/app_stock_searchpanel/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_searchpanel/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_searchpanel/static/description/account1.jpg b/app_stock_searchpanel/static/description/account1.jpg deleted file mode 100644 index 0fda0553..00000000 Binary files a/app_stock_searchpanel/static/description/account1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/banner.gif b/app_stock_searchpanel/static/description/banner.gif deleted file mode 100644 index 326fabdc..00000000 Binary files a/app_stock_searchpanel/static/description/banner.gif and /dev/null differ diff --git a/app_stock_searchpanel/static/description/banner.png b/app_stock_searchpanel/static/description/banner.png deleted file mode 100644 index c07a0b30..00000000 Binary files a/app_stock_searchpanel/static/description/banner.png and /dev/null differ diff --git a/app_stock_searchpanel/static/description/contacts1.jpg b/app_stock_searchpanel/static/description/contacts1.jpg deleted file mode 100644 index b672396a..00000000 Binary files a/app_stock_searchpanel/static/description/contacts1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/demo_module1.jpg b/app_stock_searchpanel/static/description/demo_module1.jpg deleted file mode 100644 index 641c2bde..00000000 Binary files a/app_stock_searchpanel/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/hr1.jpg b/app_stock_searchpanel/static/description/hr1.jpg deleted file mode 100644 index 1ff8a535..00000000 Binary files a/app_stock_searchpanel/static/description/hr1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/hr2.gif b/app_stock_searchpanel/static/description/hr2.gif deleted file mode 100644 index f5616cb5..00000000 Binary files a/app_stock_searchpanel/static/description/hr2.gif and /dev/null differ diff --git a/app_stock_searchpanel/static/description/icon.png b/app_stock_searchpanel/static/description/icon.png deleted file mode 100644 index 7206fd8f..00000000 Binary files a/app_stock_searchpanel/static/description/icon.png and /dev/null differ diff --git a/app_stock_searchpanel/static/description/index.html b/app_stock_searchpanel/static/description/index.html deleted file mode 100644 index 4aeb4ba4..00000000 --- a/app_stock_searchpanel/static/description/index.html +++ /dev/null @@ -1,315 +0,0 @@ -
-
-

Stock Search Panel Hierarchy Tree, quick kanban filter. Feature from odoo13

-
-
-
-
-
- -
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search panel app - - in odoo Store. Get - - free 8 related apps. - -

-

Easy to navigator and browse any data.

-
-
- Key features: - -
-
-
-
- -
-
-

 

-

So Easy to navigator and search any data.

-

Product by category or type in kanban view

-
- -
-
-
-
-
-

Use in Sale.

-
- -
-
-
- -
-
-

Use in purchase.

-
- -
-
-
- -
-
-

Use in stock.

-
- -
-
-
- -
-
-

Use in contacts.

-
- -
-
-
- -
-
-

Use in HR employee.

-
- -
-
-
- -
-
-

Use in Account.

-
- -
-
-
- -
-
-

Apps Navigator by Category, Module Navigator is ready.

-
- -
-
-
- - -
-
-

At last, we strongly recommend you to get another Superbar app for more powerful feature.

-
-

Advance Search, Advance Filter with Parent Children Tree.

-

Buy - - this 1 Advance Search Apps - - in odoo Store. Get - - free 20 related apps. - -

-

Easy to navigator and browse any data. Support Search more, list, kanban, pivot, graph view.

-

Online demo user/password: demo/demo - - Click to get demo. -

-
- -
-
-
- Key features: -
    -
  • - - Update: v12.19.05.23, Enhance UI. Add Pos Function. -
  • -
  • - - Easy to make custom parent children tree for and data. -
  • -
  • - - Easy to show custom parent children tree for tree, kanban, pivot, graph view. -
  • -
  • - - Filter product of any data in "Search More..." popup windows. -
  • -
  • - - Responsive UI.Only show when width > 992px; -
  • -
  • - - Product navigate by category or type is ready. - - Click to download. - -
  • -
  • - - Pos navigate by category or store is ready. - - Click to download. - -
  • -
  • - - Account chart navigate by type is ready. - - Click to download. - -
  • -
  • - - Contacts navigate by company is ready. - - Click to download. - -
  • -
  • - - Sale order navigate by partner and channel is ready. - - Click to download. - -
  • -
  • - - Purchase order navigate by partner is ready. - - Click to download. - -
  • -
  • - - HR employee navigate by department is ready. - - Click to download. - -
  • -
  • - - Apps Navigator by Category, Module Navigator is ready. - - Click to download. - -
  • -
  • - - It is so easy to customize, you can use it in anywhere in odoo. -
  • -
-
-
-
-
- -
-
-
- - -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_searchpanel/static/description/product1.jpg b/app_stock_searchpanel/static/description/product1.jpg deleted file mode 100644 index a6b9e8b8..00000000 Binary files a/app_stock_searchpanel/static/description/product1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/purchase1.gif b/app_stock_searchpanel/static/description/purchase1.gif deleted file mode 100644 index 662865a1..00000000 Binary files a/app_stock_searchpanel/static/description/purchase1.gif and /dev/null differ diff --git a/app_stock_searchpanel/static/description/purchase1.jpg b/app_stock_searchpanel/static/description/purchase1.jpg deleted file mode 100644 index 1203da69..00000000 Binary files a/app_stock_searchpanel/static/description/purchase1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/sale1.jpg b/app_stock_searchpanel/static/description/sale1.jpg deleted file mode 100644 index 35d4cbd2..00000000 Binary files a/app_stock_searchpanel/static/description/sale1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/stock1.jpg b/app_stock_searchpanel/static/description/stock1.jpg deleted file mode 100644 index 57946fc3..00000000 Binary files a/app_stock_searchpanel/static/description/stock1.jpg and /dev/null differ diff --git a/app_stock_searchpanel/static/description/superbar.gif b/app_stock_searchpanel/static/description/superbar.gif deleted file mode 100644 index 132c4231..00000000 Binary files a/app_stock_searchpanel/static/description/superbar.gif and /dev/null differ diff --git a/app_stock_searchpanel/views/stock_location_views.xml b/app_stock_searchpanel/views/stock_location_views.xml deleted file mode 100644 index 1dfcffcf..00000000 --- a/app_stock_searchpanel/views/stock_location_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - app.stock.picking.kanban - stock.picking - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/__init__.py b/app_stock_superbar/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_stock_superbar/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py deleted file mode 100644 index 77582b4a..00000000 --- a/app_stock_superbar/__manifest__.py +++ /dev/null @@ -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 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': "Stock Superbar ztree, parent children tree", - 'version': '12.19.05.28', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Use for parent children tree list select navigator. stock location tree, filter by parent location. - ztree widget. - """, - 'description': """ - zTree widget. - Advance search with real parent children tree, ListView or KanbanView , - eg: Product category tree ,Department tree, stock location tree. - 超级方便的查询,树状视图。 - """, - 'price': 0.00, - 'currency': 'EUR', - 'depends': [ - 'stock', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/stock_location_views.xml', - 'views/stock_picking_views.xml', - 'views/stock_picking_type_views.xml', - 'views/stock_warehouse_orderpoint_views.xml', - 'views/stock_rule_views.xml', - 'views/stock_location_route_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, -} diff --git a/app_stock_superbar/hooks.py b/app_stock_superbar/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_stock_superbar/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_stock_superbar/i18n/zh_CN.po b/app_stock_superbar/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_stock_superbar/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_stock_superbar/models/__init__.py b/app_stock_superbar/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_superbar/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_superbar/report/__init__.py b/app_stock_superbar/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_superbar/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_superbar/static/description/account1.jpg b/app_stock_superbar/static/description/account1.jpg deleted file mode 100644 index 28307428..00000000 Binary files a/app_stock_superbar/static/description/account1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/banner.gif b/app_stock_superbar/static/description/banner.gif deleted file mode 100644 index ac3c0327..00000000 Binary files a/app_stock_superbar/static/description/banner.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/banner.png b/app_stock_superbar/static/description/banner.png deleted file mode 100644 index a6b12c98..00000000 Binary files a/app_stock_superbar/static/description/banner.png and /dev/null differ diff --git a/app_stock_superbar/static/description/base1.jpg b/app_stock_superbar/static/description/base1.jpg deleted file mode 100644 index ffda9f17..00000000 Binary files a/app_stock_superbar/static/description/base1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base2.jpg b/app_stock_superbar/static/description/base2.jpg deleted file mode 100644 index 81a64eec..00000000 Binary files a/app_stock_superbar/static/description/base2.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base3.jpg b/app_stock_superbar/static/description/base3.jpg deleted file mode 100644 index 4d5a5938..00000000 Binary files a/app_stock_superbar/static/description/base3.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base4.jpg b/app_stock_superbar/static/description/base4.jpg deleted file mode 100644 index ed7155a0..00000000 Binary files a/app_stock_superbar/static/description/base4.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base5.jpg b/app_stock_superbar/static/description/base5.jpg deleted file mode 100644 index d33631bd..00000000 Binary files a/app_stock_superbar/static/description/base5.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base6.jpg b/app_stock_superbar/static/description/base6.jpg deleted file mode 100644 index 8fcb48f3..00000000 Binary files a/app_stock_superbar/static/description/base6.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base7.jpg b/app_stock_superbar/static/description/base7.jpg deleted file mode 100644 index 7c7d76f6..00000000 Binary files a/app_stock_superbar/static/description/base7.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base8.jpg b/app_stock_superbar/static/description/base8.jpg deleted file mode 100644 index a002c442..00000000 Binary files a/app_stock_superbar/static/description/base8.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/base9.jpg b/app_stock_superbar/static/description/base9.jpg deleted file mode 100644 index cb98e140..00000000 Binary files a/app_stock_superbar/static/description/base9.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/contacts1.jpg b/app_stock_superbar/static/description/contacts1.jpg deleted file mode 100644 index 4ac551a5..00000000 Binary files a/app_stock_superbar/static/description/contacts1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/crm1.jpg b/app_stock_superbar/static/description/crm1.jpg deleted file mode 100644 index 2d53c641..00000000 Binary files a/app_stock_superbar/static/description/crm1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo1.jpg b/app_stock_superbar/static/description/demo1.jpg deleted file mode 100644 index fd538628..00000000 Binary files a/app_stock_superbar/static/description/demo1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo11.jpg b/app_stock_superbar/static/description/demo11.jpg deleted file mode 100644 index 72ad356b..00000000 Binary files a/app_stock_superbar/static/description/demo11.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo12.jpg b/app_stock_superbar/static/description/demo12.jpg deleted file mode 100644 index ecc58186..00000000 Binary files a/app_stock_superbar/static/description/demo12.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo2.jpg b/app_stock_superbar/static/description/demo2.jpg deleted file mode 100644 index c34083e0..00000000 Binary files a/app_stock_superbar/static/description/demo2.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo3.jpg b/app_stock_superbar/static/description/demo3.jpg deleted file mode 100644 index e82b0990..00000000 Binary files a/app_stock_superbar/static/description/demo3.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo4.jpg b/app_stock_superbar/static/description/demo4.jpg deleted file mode 100644 index 4a4abce1..00000000 Binary files a/app_stock_superbar/static/description/demo4.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo5.jpg b/app_stock_superbar/static/description/demo5.jpg deleted file mode 100644 index 849b7841..00000000 Binary files a/app_stock_superbar/static/description/demo5.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo_module1.jpg b/app_stock_superbar/static/description/demo_module1.jpg deleted file mode 100644 index 1fc270fc..00000000 Binary files a/app_stock_superbar/static/description/demo_module1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/demo_module2.jpg b/app_stock_superbar/static/description/demo_module2.jpg deleted file mode 100644 index f06f79fd..00000000 Binary files a/app_stock_superbar/static/description/demo_module2.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/hr1.jpg b/app_stock_superbar/static/description/hr1.jpg deleted file mode 100644 index 19913106..00000000 Binary files a/app_stock_superbar/static/description/hr1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/hr2.gif b/app_stock_superbar/static/description/hr2.gif deleted file mode 100644 index 6690e747..00000000 Binary files a/app_stock_superbar/static/description/hr2.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/icon.png b/app_stock_superbar/static/description/icon.png deleted file mode 100644 index 23ac0bd7..00000000 Binary files a/app_stock_superbar/static/description/icon.png and /dev/null differ diff --git a/app_stock_superbar/static/description/index.html b/app_stock_superbar/static/description/index.html deleted file mode 100644 index 9a87e9c6..00000000 --- a/app_stock_superbar/static/description/index.html +++ /dev/null @@ -1,181 +0,0 @@ -
-
-

App ztree widget, for parent children tree list. Demo for stock location.

-

Very useful for parent child relationship, like product category, stock location, hr department

-
-
- -
-
-
-
- Key features: -
    -
  • - - Easy to make custom parent children tree. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
-
- Extend features(Need extra module, release soon): -
    -
  • - - Easy to navigate product, employee in tree or kanban view. -
  • -
-
- -
-
-
- -
-
-

Free to Use in stock location.

-
- -
-
-
- -
-
-

Use in product.

-
- -
-
-
- -
-
-

Free to Use in product category.

-
- -
-
-
- - -
-
-

Use in hr department.

-
- -
-
-
- -
-
-

Use in hr employee.

-
- -
-
-
- - -
-
-

 

-

(!Need extra module and pay, release soon)Easy to navigator.

-

Product, employee in kanban view

-
- -
-
-
- -
-
-

(!Need extra module and pay, release soon)List view

-
- -
-
-
- -
-
-

Easy to setup just use widget='widget_select'. like this

-
- -
-


Use follow param to setup widget:

-

ztree_parent_key: --the key field of parent children relation.

-

ztree_expend_level: --how many level to expend the tree for initialize. Default is 2

-

limit: --how many record to show ztree. Default is 16

-

order: --the field to order by

-
-
-
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_superbar/static/description/mrp1.gif b/app_stock_superbar/static/description/mrp1.gif deleted file mode 100644 index f19e76cb..00000000 Binary files a/app_stock_superbar/static/description/mrp1.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/mrp1.jpg b/app_stock_superbar/static/description/mrp1.jpg deleted file mode 100644 index f2fce20d..00000000 Binary files a/app_stock_superbar/static/description/mrp1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/pos1.jpg b/app_stock_superbar/static/description/pos1.jpg deleted file mode 100644 index 32aaf5f4..00000000 Binary files a/app_stock_superbar/static/description/pos1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/pos2.jpg b/app_stock_superbar/static/description/pos2.jpg deleted file mode 100644 index 19471a7e..00000000 Binary files a/app_stock_superbar/static/description/pos2.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/pos3.jpg b/app_stock_superbar/static/description/pos3.jpg deleted file mode 100644 index 8e63e208..00000000 Binary files a/app_stock_superbar/static/description/pos3.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/product1.jpg b/app_stock_superbar/static/description/product1.jpg deleted file mode 100644 index efa649a3..00000000 Binary files a/app_stock_superbar/static/description/product1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/purchase1.jpg b/app_stock_superbar/static/description/purchase1.jpg deleted file mode 100644 index 65a5d63a..00000000 Binary files a/app_stock_superbar/static/description/purchase1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/sale1.jpg b/app_stock_superbar/static/description/sale1.jpg deleted file mode 100644 index 92555d06..00000000 Binary files a/app_stock_superbar/static/description/sale1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/searchmore.jpg b/app_stock_superbar/static/description/searchmore.jpg deleted file mode 100644 index d37c652d..00000000 Binary files a/app_stock_superbar/static/description/searchmore.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/setup1.jpg b/app_stock_superbar/static/description/setup1.jpg deleted file mode 100644 index d5ade2b1..00000000 Binary files a/app_stock_superbar/static/description/setup1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/stock1.jpg b/app_stock_superbar/static/description/stock1.jpg deleted file mode 100644 index 0aeb92ff..00000000 Binary files a/app_stock_superbar/static/description/stock1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/superbar.gif b/app_stock_superbar/static/description/superbar.gif deleted file mode 100644 index 6e7318a5..00000000 Binary files a/app_stock_superbar/static/description/superbar.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/superbar_use.gif b/app_stock_superbar/static/description/superbar_use.gif deleted file mode 100644 index 2ec5abde..00000000 Binary files a/app_stock_superbar/static/description/superbar_use.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/use.jpg b/app_stock_superbar/static/description/use.jpg deleted file mode 100644 index 5b0e661b..00000000 Binary files a/app_stock_superbar/static/description/use.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use1.jpg b/app_stock_superbar/static/description/use1.jpg deleted file mode 100644 index d9c726da..00000000 Binary files a/app_stock_superbar/static/description/use1.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use2.jpg b/app_stock_superbar/static/description/use2.jpg deleted file mode 100644 index 4d46d705..00000000 Binary files a/app_stock_superbar/static/description/use2.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use3.jpg b/app_stock_superbar/static/description/use3.jpg deleted file mode 100644 index fe8b7ef7..00000000 Binary files a/app_stock_superbar/static/description/use3.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use4.jpg b/app_stock_superbar/static/description/use4.jpg deleted file mode 100644 index 606a5ce6..00000000 Binary files a/app_stock_superbar/static/description/use4.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use5.jpg b/app_stock_superbar/static/description/use5.jpg deleted file mode 100644 index 493769c2..00000000 Binary files a/app_stock_superbar/static/description/use5.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use6.jpg b/app_stock_superbar/static/description/use6.jpg deleted file mode 100644 index da80eb13..00000000 Binary files a/app_stock_superbar/static/description/use6.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use7.jpg b/app_stock_superbar/static/description/use7.jpg deleted file mode 100644 index e43b1b21..00000000 Binary files a/app_stock_superbar/static/description/use7.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use8.jpg b/app_stock_superbar/static/description/use8.jpg deleted file mode 100644 index 732cc71a..00000000 Binary files a/app_stock_superbar/static/description/use8.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/use9.jpg b/app_stock_superbar/static/description/use9.jpg deleted file mode 100644 index 9d7175bc..00000000 Binary files a/app_stock_superbar/static/description/use9.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/usea.jpg b/app_stock_superbar/static/description/usea.jpg deleted file mode 100644 index b6279faa..00000000 Binary files a/app_stock_superbar/static/description/usea.jpg and /dev/null differ diff --git a/app_stock_superbar/static/description/z_hr1.gif b/app_stock_superbar/static/description/z_hr1.gif deleted file mode 100644 index 6d232374..00000000 Binary files a/app_stock_superbar/static/description/z_hr1.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/z_product1.gif b/app_stock_superbar/static/description/z_product1.gif deleted file mode 100644 index e471a66c..00000000 Binary files a/app_stock_superbar/static/description/z_product1.gif and /dev/null differ diff --git a/app_stock_superbar/static/description/z_stock1.gif b/app_stock_superbar/static/description/z_stock1.gif deleted file mode 100644 index 14e9c101..00000000 Binary files a/app_stock_superbar/static/description/z_stock1.gif and /dev/null differ diff --git a/app_stock_superbar/static/img/icon_sunpop.png b/app_stock_superbar/static/img/icon_sunpop.png deleted file mode 100644 index aa490954..00000000 Binary files a/app_stock_superbar/static/img/icon_sunpop.png and /dev/null differ diff --git a/app_stock_superbar/static/img/logo_sunpop.png b/app_stock_superbar/static/img/logo_sunpop.png deleted file mode 100644 index 90cbe0e2..00000000 Binary files a/app_stock_superbar/static/img/logo_sunpop.png and /dev/null differ diff --git a/app_stock_superbar/views/stock_location_route_views.xml b/app_stock_superbar/views/stock_location_route_views.xml deleted file mode 100644 index a0c7162b..00000000 --- a/app_stock_superbar/views/stock_location_route_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - stock.location.route.search.superbar - stock.location.route - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/views/stock_location_views.xml b/app_stock_superbar/views/stock_location_views.xml deleted file mode 100644 index 2caa560d..00000000 --- a/app_stock_superbar/views/stock_location_views.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - stock.location.search.superbar - stock.location - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/views/stock_picking_type_views.xml b/app_stock_superbar/views/stock_picking_type_views.xml deleted file mode 100644 index 412b2e0e..00000000 --- a/app_stock_superbar/views/stock_picking_type_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - stock.picking.type.filter.superbar - stock.picking.type - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/views/stock_picking_views.xml b/app_stock_superbar/views/stock_picking_views.xml deleted file mode 100644 index 1128ecc7..00000000 --- a/app_stock_superbar/views/stock_picking_views.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - stock.picking.internal.search.superbar - stock.picking - - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/views/stock_rule_views.xml b/app_stock_superbar/views/stock_rule_views.xml deleted file mode 100644 index 51924bc9..00000000 --- a/app_stock_superbar/views/stock_rule_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - stock.rule.select.superbar - stock.rule - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml b/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml deleted file mode 100644 index 8a25f81d..00000000 --- a/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - stock.warehouse.orderpoint.search.superbar - stock.warehouse.orderpoint - - - - - - - - - - - - \ No newline at end of file diff --git a/app_stock_ztree/__init__.py b/app_stock_ztree/__init__.py deleted file mode 100644 index 86764a0e..00000000 --- a/app_stock_ztree/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from .hooks import post_init_hook \ No newline at end of file diff --git a/app_stock_ztree/__manifest__.py b/app_stock_ztree/__manifest__.py deleted file mode 100644 index 7c8665e0..00000000 --- a/app_stock_ztree/__manifest__.py +++ /dev/null @@ -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 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 Stock location ztree, parent children tree", - 'version': '12.0.10.15', - 'author': 'Sunpop.cn', - 'category': 'Base', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 2, - 'summary': """ - Use for parent children tree list select navigator. stock location tree. - ztree widget. - """, - 'description': """ - zTree widget. - Advance search with real parent children tree, ListView or KanbanView , - eg: Product category tree ,Department tree, stock location tree. - 超级方便的查询,树状视图。 - """, - 'price': 0.00, - 'currency': 'EUR', - 'depends': [ - 'stock', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/stock_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, -} diff --git a/app_stock_ztree/hooks.py b/app_stock_ztree/hooks.py deleted file mode 100644 index f7bbfac4..00000000 --- a/app_stock_ztree/hooks.py +++ /dev/null @@ -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 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: - -def post_init_hook(cr, pool): - pass - # cr.execute("") diff --git a/app_stock_ztree/i18n/zh_CN.po b/app_stock_ztree/i18n/zh_CN.po deleted file mode 100644 index f1e36e3e..00000000 --- a/app_stock_ztree/i18n/zh_CN.po +++ /dev/null @@ -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" diff --git a/app_stock_ztree/models/__init__.py b/app_stock_ztree/models/__init__.py deleted file mode 100644 index 40a96afc..00000000 --- a/app_stock_ztree/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/app_stock_ztree/report/__init__.py b/app_stock_ztree/report/__init__.py deleted file mode 100644 index 633f8661..00000000 --- a/app_stock_ztree/report/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- - diff --git a/app_stock_ztree/static/description/banner.gif b/app_stock_ztree/static/description/banner.gif deleted file mode 100644 index ac3c0327..00000000 Binary files a/app_stock_ztree/static/description/banner.gif and /dev/null differ diff --git a/app_stock_ztree/static/description/demo1.jpg b/app_stock_ztree/static/description/demo1.jpg deleted file mode 100644 index fd538628..00000000 Binary files a/app_stock_ztree/static/description/demo1.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo11.jpg b/app_stock_ztree/static/description/demo11.jpg deleted file mode 100644 index 72ad356b..00000000 Binary files a/app_stock_ztree/static/description/demo11.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo12.jpg b/app_stock_ztree/static/description/demo12.jpg deleted file mode 100644 index ecc58186..00000000 Binary files a/app_stock_ztree/static/description/demo12.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo2.jpg b/app_stock_ztree/static/description/demo2.jpg deleted file mode 100644 index b856e71d..00000000 Binary files a/app_stock_ztree/static/description/demo2.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo3.jpg b/app_stock_ztree/static/description/demo3.jpg deleted file mode 100644 index e82b0990..00000000 Binary files a/app_stock_ztree/static/description/demo3.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo4.jpg b/app_stock_ztree/static/description/demo4.jpg deleted file mode 100644 index 4a4abce1..00000000 Binary files a/app_stock_ztree/static/description/demo4.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/demo5.jpg b/app_stock_ztree/static/description/demo5.jpg deleted file mode 100644 index 849b7841..00000000 Binary files a/app_stock_ztree/static/description/demo5.jpg and /dev/null differ diff --git a/app_stock_ztree/static/description/icon.png b/app_stock_ztree/static/description/icon.png deleted file mode 100644 index 57e223d0..00000000 Binary files a/app_stock_ztree/static/description/icon.png and /dev/null differ diff --git a/app_stock_ztree/static/description/index.html b/app_stock_ztree/static/description/index.html deleted file mode 100644 index 9a87e9c6..00000000 --- a/app_stock_ztree/static/description/index.html +++ /dev/null @@ -1,181 +0,0 @@ -
-
-

App ztree widget, for parent children tree list. Demo for stock location.

-

Very useful for parent child relationship, like product category, stock location, hr department

-
-
- -
-
-
-
- Key features: -
    -
  • - - Easy to make custom parent children tree. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
-
- Extend features(Need extra module, release soon): -
    -
  • - - Easy to navigate product, employee in tree or kanban view. -
  • -
-
- -
-
-
- -
-
-

Free to Use in stock location.

-
- -
-
-
- -
-
-

Use in product.

-
- -
-
-
- -
-
-

Free to Use in product category.

-
- -
-
-
- - -
-
-

Use in hr department.

-
- -
-
-
- -
-
-

Use in hr employee.

-
- -
-
-
- - -
-
-

 

-

(!Need extra module and pay, release soon)Easy to navigator.

-

Product, employee in kanban view

-
- -
-
-
- -
-
-

(!Need extra module and pay, release soon)List view

-
- -
-
-
- -
-
-

Easy to setup just use widget='widget_select'. like this

-
- -
-


Use follow param to setup widget:

-

ztree_parent_key: --the key field of parent children relation.

-

ztree_expend_level: --how many level to expend the tree for initialize. Default is 2

-

limit: --how many record to show ztree. Default is 16

-

order: --the field to order by

-
-
-
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_stock_ztree/static/description/setup1.jpg b/app_stock_ztree/static/description/setup1.jpg deleted file mode 100644 index d5ade2b1..00000000 Binary files a/app_stock_ztree/static/description/setup1.jpg and /dev/null differ diff --git a/app_stock_ztree/static/img/icon_sunpop.png b/app_stock_ztree/static/img/icon_sunpop.png deleted file mode 100644 index aa490954..00000000 Binary files a/app_stock_ztree/static/img/icon_sunpop.png and /dev/null differ diff --git a/app_stock_ztree/static/img/logo_sunpop.png b/app_stock_ztree/static/img/logo_sunpop.png deleted file mode 100644 index 90cbe0e2..00000000 Binary files a/app_stock_ztree/static/img/logo_sunpop.png and /dev/null differ diff --git a/app_stock_ztree/views/stock_views.xml b/app_stock_ztree/views/stock_views.xml deleted file mode 100644 index c32a7337..00000000 --- a/app_stock_ztree/views/stock_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - app.stock.location.form - stock.location - - - - - ztree_select - location_id - - - - - \ No newline at end of file diff --git a/app_users_chart_hierarchy/__init__.py b/app_users_chart_hierarchy/__init__.py deleted file mode 100644 index dc5e6b69..00000000 --- a/app_users_chart_hierarchy/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import models diff --git a/app_users_chart_hierarchy/__manifest__.py b/app_users_chart_hierarchy/__manifest__.py deleted file mode 100644 index 50f78df9..00000000 --- a/app_users_chart_hierarchy/__manifest__.py +++ /dev/null @@ -1,70 +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': 'User Alliance Distribution Chart Hierarchy, 多层级用户', - 'version': '12.19.04.19', - 'author': 'Sunpop.cn', - 'category': 'Sales', - '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. user multi level 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': [ - 'sales_team', - ], - 'images': ['static/description/banner.gif'], - 'data': [ - 'views/res_users_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, -} - diff --git a/app_users_chart_hierarchy/controllers/__init__.py b/app_users_chart_hierarchy/controllers/__init__.py deleted file mode 100644 index 7ec351fe..00000000 --- a/app_users_chart_hierarchy/controllers/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -* - diff --git a/app_users_chart_hierarchy/i18n/zh_CN.po b/app_users_chart_hierarchy/i18n/zh_CN.po deleted file mode 100644 index c664e321..00000000 --- a/app_users_chart_hierarchy/i18n/zh_CN.po +++ /dev/null @@ -1,112 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * app_users_chart_hierarchy -# -# Translators: -# Martin Trigaux, 2018 -# 珠海-杜哥 , 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: 珠海-杜哥 , 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_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:137 -#, python-format -msgid "Direct Subordinates of %s" -msgstr "%s的直接下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:126 -#, python-format -msgid "Direct subordinates" -msgstr "直接下属" - -#. module: app_users_chart_hierarchy -#: model:ir.model,name:app_users_chart_hierarchy.model_product.category -msgid "node" -msgstr "员工" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:89 -#, python-format -msgid "In order to get an organigram, set a parent and save the record." -msgstr "为了获取组织图,请设置一个上司然后保存" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:147 -#, python-format -msgid "Indirect Subordinates of %s" -msgstr "%s的非直接下属" - -#. module: app_users_chart_hierarchy -#: model:ir.model.fields,field_description:app_users_chart_hierarchy.field_product.category__child_all_count -msgid "Indirect Surbordinates Count" -msgstr "非直接下属数量" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:136 -#, python-format -msgid "Indirect subordinates" -msgstr "非直接下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:66 -#, python-format -msgid "More parents" -msgstr "更多管理员" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:87 -#, python-format -msgid "No hierarchy position." -msgstr "没有层级位置" - -#. module: app_users_chart_hierarchy -#: model_terms:ir.ui.view,arch_db:app_users_chart_hierarchy.product.category_view_form_inherit_chart_hierarchy -msgid "Organization Chart" -msgstr "组织图表" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:155 -#, python-format -msgid "Redirect" -msgstr "重定向" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/js/app_users_chart_hierarchy.js:140 -#, python-format -msgid "Subordinates of %s" -msgstr "%s的下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:88 -#, python-format -msgid "This employee has no parent or subordinate." -msgstr "该员工没有上司或下属" - -#. module: app_users_chart_hierarchy -#. openerp-web -#: code:addons/app_users_chart_hierarchy/static/src/xml/app_users_chart_hierarchy.xml:144 -#, python-format -msgid "Total" -msgstr "合计" diff --git a/app_users_chart_hierarchy/models/__init__.py b/app_users_chart_hierarchy/models/__init__.py deleted file mode 100644 index 74f3017f..00000000 --- a/app_users_chart_hierarchy/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from . import res_users diff --git a/app_users_chart_hierarchy/models/res_users.py b/app_users_chart_hierarchy/models/res_users.py deleted file mode 100644 index 599156a7..00000000 --- a/app_users_chart_hierarchy/models/res_users.py +++ /dev/null @@ -1,26 +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 Users(models.Model): - _inherit = "res.users" - - # 注意,res.partner 有 parent_id 和 child_ids - _parent_name = "user_parent_id" - _parent_store = True - parent_path = fields.Char(index=True) - - user_parent_id = fields.Many2one('res.users', string='Parent User', index=True) - user_child_ids = fields.One2many('res.users', 'user_parent_id', string='Sub Users', domain=[('active', '=', True)]) - - user_child_all_count = fields.Integer( - 'Indirect Surbordinates Count', - compute='_compute_user_child_all_count', store=False) - - - @api.depends('user_child_ids.user_child_all_count') - def _compute_user_child_all_count(self): - for rec in self: - rec.user_child_all_count = len(rec.user_child_ids) + sum(child.user_child_all_count for child in rec.user_child_ids) diff --git a/app_users_chart_hierarchy/static/description/banner.gif b/app_users_chart_hierarchy/static/description/banner.gif deleted file mode 100644 index 54fb9413..00000000 Binary files a/app_users_chart_hierarchy/static/description/banner.gif and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/banner.png b/app_users_chart_hierarchy/static/description/banner.png deleted file mode 100644 index a83464d6..00000000 Binary files a/app_users_chart_hierarchy/static/description/banner.png and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo1.jpg b/app_users_chart_hierarchy/static/description/demo1.jpg deleted file mode 100644 index 03fb1e02..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo1.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo2.jpg b/app_users_chart_hierarchy/static/description/demo2.jpg deleted file mode 100644 index 632e5db3..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo2.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo4.jpg b/app_users_chart_hierarchy/static/description/demo4.jpg deleted file mode 100644 index 99cec169..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo4.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo5.jpg b/app_users_chart_hierarchy/static/description/demo5.jpg deleted file mode 100644 index de5add33..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo5.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo6.jpg b/app_users_chart_hierarchy/static/description/demo6.jpg deleted file mode 100644 index 533468d7..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo6.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo7.jpg b/app_users_chart_hierarchy/static/description/demo7.jpg deleted file mode 100644 index 4673c00e..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo7.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/demo9.jpg b/app_users_chart_hierarchy/static/description/demo9.jpg deleted file mode 100644 index 41c9d853..00000000 Binary files a/app_users_chart_hierarchy/static/description/demo9.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/icon.png b/app_users_chart_hierarchy/static/description/icon.png deleted file mode 100644 index a5a31dfd..00000000 Binary files a/app_users_chart_hierarchy/static/description/icon.png and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/index.html b/app_users_chart_hierarchy/static/description/index.html deleted file mode 100644 index 0a29a582..00000000 --- a/app_users_chart_hierarchy/static/description/index.html +++ /dev/null @@ -1,190 +0,0 @@ -
-
-

User Alliance distribution Chart Hierarchy for Multi Level

-

Very useful for show parent child relationship, like product category, stock location, hr department

-
-
-
-
-
-
- Key features: -
    -
  • - - Easy to make show parent children Chart Hierarchy. -
  • -
  • - - Free to Use in product category. -
  • -
  • - - Free to Use in stock location. -
  • -
  • - - Free to Use in hr department, employee. -
  • -
  • - - Free to Use in Account chart. -
  • -
  • - - Free to Use in User Alliance Distribution Multi level. -
  • -
  • - - It's a widget, you can use it in anywhere in odoo. -
  • -
-
- -

Buy - - this 1 chart hierarchy - - in odoo Store. Get free 5 related free apps. - -

-
- -
- - -
-
-
- -
-
-

 

-

Product category Chart Hierarchy

-
- -
-

Show sub category and quick access category

-
- -
-
-
- -
-
-

 

-

Stock Location Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

HR Department Chart Hierarchy

-
- -
-

HR Emploee Chart Hierarchy (this is include in odoo)

-
- -
-
-
-
-
-

 

-

Account Chart Hierarchy

-
- -
-
-
- -
-
-

 

-

User Alliance Distribution Multi level

-
- -
-
-
- -
-
-

Easy to setup just use widget='web_chart_hierarchy'. like this

-
- -
-

Also need to change view for better ui

-
- -
-


Use follow param to setup widget:

-

image: --the field of image.

-

desc: --the field of subtitle.

-

direct_sub: --the field of sub node.

-

child_all_count: --the field of node count.

-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
- diff --git a/app_users_chart_hierarchy/static/description/setup1.jpg b/app_users_chart_hierarchy/static/description/setup1.jpg deleted file mode 100644 index 310b1e36..00000000 Binary files a/app_users_chart_hierarchy/static/description/setup1.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/static/description/setup2.jpg b/app_users_chart_hierarchy/static/description/setup2.jpg deleted file mode 100644 index 0eb197c6..00000000 Binary files a/app_users_chart_hierarchy/static/description/setup2.jpg and /dev/null differ diff --git a/app_users_chart_hierarchy/views/res_users_views.xml b/app_users_chart_hierarchy/views/res_users_views.xml deleted file mode 100644 index b91b0e99..00000000 --- a/app_users_chart_hierarchy/views/res_users_views.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - app.res.users.form - res.users - - - - - - - -
-
- - -
-
-

Hierarchy Chart

- -
-
-
- - - - - - -
-
- - - app.res.users.simplified.form - res.users - - - - - - - -
-
- - - -
-
-

Hierarchy Chart

- -
-
-
- - - - - - - - - -
-
-
diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index 0554eabb..f97aa0c6 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -18,7 +18,7 @@ { 'name': "App web enterprise enhance,企业版界面增强", - 'version': '12.19.04.17', + 'version': '13.19.05.30', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', diff --git a/app_web_fullwidth/__manifest__.py b/app_web_fullwidth/__manifest__.py index df1b1e27..b3949acb 100644 --- a/app_web_fullwidth/__manifest__.py +++ b/app_web_fullwidth/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'App Web Responsive Fullwidth (form view full width)', - 'version': '12.19.04.02', + 'version': '13.19.05.30', 'category': 'web', 'author': 'Sunpop.cn', 'website': 'https://www.sunpop.cn', diff --git a/aps/__manifest__.py b/aps/__manifest__.py index 8db4d692..55a2c0cc 100644 --- a/aps/__manifest__.py +++ b/aps/__manifest__.py @@ -23,7 +23,7 @@ { 'name': "APS Advanced planning and scheduling,高级排产", - 'version': '12.19.04.18', + 'version': '13.19.05.32', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', diff --git a/l10n_cn_standard_lastest/__init__.py b/l10n_cn_standard_lastest/__init__.py deleted file mode 100644 index cc035cd5..00000000 --- a/l10n_cn_standard_lastest/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -# Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com -# 维智众源 oldrev@gmail.com -# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com -# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS > -# Copyright (C) 2017-now jeffery9@gmail.com -# Copyright (C) 2018-11 广州尚鹏 https://www.sunpop.cn - -from .hooks import pre_init_hook -from .hooks import post_init_hook -from . import models - - diff --git a/l10n_cn_standard_lastest/__manifest__.py b/l10n_cn_standard_lastest/__manifest__.py deleted file mode 100644 index 76890c54..00000000 --- a/l10n_cn_standard_lastest/__manifest__.py +++ /dev/null @@ -1,71 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -# Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com -# 维智众源 oldrev@gmail.com -# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com -# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS > -# Copyright (C) 2017-now jeffery9@gmail.com -# Copyright (C) 2018-11 广州尚鹏 https://www.sunpop.cn - -{ - 'name': '2019最新中国企业会计表.Latest Chinese Accounting.', - 'version': '12.19.04.23', - 'author': 'Sunpop.cn', - 'category': 'Localization', - 'website': 'https://www.sunpop.cn', - 'license': 'LGPL-3', - 'sequence': 12, - 'summary': """ - Multi level account chart. Chinese enhance. Focus on account chart. - Add account chart group data. Account group, Chinese tax. - Set chinese account report. - """, - 'description': """ - - 最新中国化财务,主要针对标准会计科目表作了优化。 - 1. 2019最新会计科目表,处理营改增后会计科目调整。更新至最新税率。 - 2. 将菜单中设置为"财务"。 - 3. 补充分类及标签信息。 - 4. 更新税信息。 - 5. 增加树状结构,支持二级科目,可设置上级科目,配合 "app_web_superbar" 使用可轻易实现树状导航。 - 6. 使用金蝶的会计科目命名法对多级科目进行初始化。可自行调整为用友科目命名法 - 7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。 - - 如果是多语种环境需要自行更改翻译,主要体现在13%增值税处理。 - 广州尚鹏,Sunpop.cn - - The Latest Chinese Account - Including the following data in the Accounting Standards for Business Enterprises - 包含企业会计准则以下数据 - - * Chart of Accounts - * 科目表模板 - - * Account templates - * 科目模板 - - * Tax templates - * 税金模板 - - """, - 'depends': [ - 'account', - 'l10n_cn', - ], - 'images': ['static/description/banner.png'], - 'data': [ - 'views/account_account_views.xml', - 'views/account_views.xml', - 'data/chart_data.xml', - 'data/account_account_tag_data.xml', - 'data/account.group.csv', - 'data/account.account.template.csv', - 'data/account_tax_template_data.xml', - 'data/account_chart_template_data.xml', - ], - 'post_init_hook': 'post_init_hook', - 'installable': True, - 'application': True, - 'auto_install': True, -} diff --git a/l10n_cn_standard_lastest/data/account.account.template.csv b/l10n_cn_standard_lastest/data/account.account.template.csv deleted file mode 100644 index b55ae69a..00000000 --- a/l10n_cn_standard_lastest/data/account.account.template.csv +++ /dev/null @@ -1,176 +0,0 @@ -id,code,name,parent_id/id,reconcile,user_type_id/id,group_id/id,tag_ids/id,chart_template_id/id -account_1003,1003,存放中央银行款项,,TRUE,account.data_account_type_current_assets,account_group_1,tag21,l10n_chart_china_standard_business_latest -account_1011,1011,存放同业,,FALSE,account.data_account_type_current_assets,account_group_1,tag21,l10n_chart_china_standard_business_latest -account_1012,1012,其他货币资金,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1021,1021,结算备付金,,FALSE,account.data_account_type_current_assets,account_group_1,tag22,l10n_chart_china_standard_business_latest -account_1031,1031,存出保证金,,FALSE,account.data_account_type_current_assets,account_group_1,tag23,l10n_chart_china_standard_business_latest -account_1101,1101,交易性金融资产,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1111,1111,买入返售金融资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag23,l10n_chart_china_standard_business_latest -account_1121,1121,应收票据,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1122,1122,应收账款,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1123,1123,预付账款,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1131,1131,应收股利,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1132,1132,应收利息,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1201,1201,应收代位追偿款,,FALSE,account.data_account_type_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1211,1211,应收分保账款,,FALSE,account.data_account_type_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1212,1212,应收分保合同准备金,,FALSE,account.data_account_type_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1221,1221,其他应收款,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1231,1231,坏账准备,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1301,1301,贴现资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag21,l10n_chart_china_standard_business_latest -account_1302,1302,拆出资金,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1303,1303,贷款,,FALSE,account.data_account_type_current_assets,account_group_1,tag25,l10n_chart_china_standard_business_latest -account_1304,1304,贷款损失准备,,FALSE,account.data_account_type_current_assets,account_group_1,tag25,l10n_chart_china_standard_business_latest -account_1311,1311,代理兑付证券,,FALSE,account.data_account_type_current_assets,account_group_1,tag29,l10n_chart_china_standard_business_latest -account_1321,1321,代理业务资产,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1401,1401,材料采购,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1402,1402,在途物资,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1403,1403,原材料,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1404,1404,材料成本差异,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1405,1405,库存商品,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1406,1406,发出商品,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1407,1407,商品进销差价,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1408,1408,委托加工物资,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1411,1411,周转材料,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1421,1421,消耗性生物资产,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag26,l10n_chart_china_standard_business_latest -account_1431,1431,贵金属,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag21,l10n_chart_china_standard_business_latest -account_1441,1441,抵债资产,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag23,l10n_chart_china_standard_business_latest -account_1451,1451,损余物资,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1461,1461,融资租赁资产,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag27,l10n_chart_china_standard_business_latest -account_1471,1471,存货跌价准备,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1501,1501,持有至到期投资,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1502,1502,持有至到期投资减值准备,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1503,1503,可供出售金融资产,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1511,1511,长期股权投资,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1512,1512,长期股权投资减值准备,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1521,1521,投资性房地产,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1531,1531,长期应收款,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1532,1532,未实现融资收益,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1541,1541,存出资本保证金,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1601,1601,固定资产,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1602,1602,累计折旧,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1603,1603,固定资产减值准备,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1604,1604,在建工程,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1605,1605,工程物资,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1606,1606,固定资产清理,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1611,1611,未担保余值,,FALSE,account.data_account_type_current_assets,account_group_1,tag27,l10n_chart_china_standard_business_latest -account_1621,1621,生产性生物资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag26,l10n_chart_china_standard_business_latest -account_1622,1622,生产性生物资产累计折旧,,FALSE,account.data_account_type_current_assets,account_group_1,tag26,l10n_chart_china_standard_business_latest -account_1623,1623,公益性生物资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag26,l10n_chart_china_standard_business_latest -account_1631,1631,油气资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag28,l10n_chart_china_standard_business_latest -account_1632,1632,累计折耗,,FALSE,account.data_account_type_current_assets,account_group_1,tag28,l10n_chart_china_standard_business_latest -account_1701,1701,无形资产,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1702,1702,累计摊销,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1703,1703,无形资产减值准备,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1711,1711,商誉,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1801,1801,长期待摊费用,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1811,1811,递延所得税资产,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1821,1821,独立账户资产,,FALSE,account.data_account_type_current_assets,account_group_1,tag24,l10n_chart_china_standard_business_latest -account_1901,1901,待处理财产损溢,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_2001,2001,短期借款,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2002,2002,存入保证金,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag23,l10n_chart_china_standard_business_latest -account_2003,2003,拆入资金,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag23,l10n_chart_china_standard_business_latest -account_2004,2004,向中央银行借款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag21,l10n_chart_china_standard_business_latest -account_2011,2011,吸收存款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag21,l10n_chart_china_standard_business_latest -account_2012,2012,同业存放,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag21,l10n_chart_china_standard_business_latest -account_2021,2021,贴现负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag21,l10n_chart_china_standard_business_latest -account_2101,2101,交易性金融负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2111,2111,卖出回购金融资产款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag23,l10n_chart_china_standard_business_latest -account_2201,2201,应付票据,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2202,2202,应付账款,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2203,2203,预收账款,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2211,2211,应付职工薪酬,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221,2221,应交税费,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1,2221.01,应交增值税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_1,2221.01.01,进项税额,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_2,2221.01.02,已交税金,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_3,2221.01.03,转出未交增值税,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_4,2221.01.04,减免税款,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_5,2221.01.05,销项税额,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_6,2221.01.06,出口退税,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_7,2221.01.07,进项税额转出,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_8,2221.01.08,出口抵减内销产品应纳税额,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_9,2221.01.09,转出多交增值税,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_2,2221.02,未交增值税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_3,2221.03,应交营业税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_4,2221.04,应交消费税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_5,2221.05,应交资源税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_6,2221.06,应交所得税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_7,2221.07,应交土地增值税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_8,2221.08,应交城市维护建设税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_9,2221.09,应交房产税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_10,2221.10,应交土地使用税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_11,2221.11,应交车船使用税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_12,2221.12,应交个人所得税,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2231,2231,应付利息,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2232,2232,应付股利,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2241,2241,其他应付款,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2251,2251,应付保单红利,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2261,2261,应付分保账款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2311,2311,代理买卖证券款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag22,l10n_chart_china_standard_business_latest -account_2312,2312,代理承销证券款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag29,l10n_chart_china_standard_business_latest -account_2313,2313,代理兑付证券款,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag29,l10n_chart_china_standard_business_latest -account_2314,2314,代理业务负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2401,2401,递延收益,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2501,2501,长期借款,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2502,2502,应付债券,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2601,2601,未到期责任准备金,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2602,2602,保险责任准备金,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2611,2611,保户储金,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2621,2621,独立账户负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag24,l10n_chart_china_standard_business_latest -account_2701,2701,长期应付款,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2702,2702,未确认融资费用,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2711,2711,专项应付款,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2801,2801,预计负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2901,2901,递延所得税负债,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_3001,3001,清算资金往来,,FALSE,l10n_cn.user_type_all,account_group_3,tag21,l10n_chart_china_standard_business_latest -account_3002,3002,货币兑换,,FALSE,l10n_cn.user_type_all,account_group_3,tag23,l10n_chart_china_standard_business_latest -account_3101,3101,衍生工具,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_3201,3201,套期工具,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_3202,3202,被套期项目,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_4001,4001,实收资本,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4002,4002,资本公积,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4101,4101,盈余公积,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4102,4102,一般风险准备,,FALSE,account.data_account_type_equity,account_group_4,tag23,l10n_chart_china_standard_business_latest -account_4103,4103,本年利润,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4104,4104,利润分配,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4201,4201,库存股,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_5001,5001,生产成本,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5101,5101,制造费用,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5201,5201,劳务成本,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5301,5301,研发支出,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5401,5401,工程施工,,FALSE,l10n_cn.user_type_all,account_group_5,tag30,l10n_chart_china_standard_business_latest -account_5402,5402,工程结算,,FALSE,l10n_cn.user_type_all,account_group_5,tag30,l10n_chart_china_standard_business_latest -account_5403,5403,机械作业,,FALSE,l10n_cn.user_type_all,account_group_5,tag30,l10n_chart_china_standard_business_latest -account_6001,6001,主营业务收入,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6011,6011,利息收入,,FALSE,account.data_account_type_revenue,account_group_6,tag23,l10n_chart_china_standard_business_latest -account_6021,6021,手续费及佣金收入,,FALSE,account.data_account_type_revenue,account_group_6,tag23,l10n_chart_china_standard_business_latest -account_6031,6031,保费收入,,FALSE,account.data_account_type_revenue,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6041,6041,租赁收入,,FALSE,account.data_account_type_revenue,account_group_6,tag27,l10n_chart_china_standard_business_latest -account_6051,6051,其他业务收入,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6061,6061,汇兑损益,,FALSE,account.data_account_type_revenue,account_group_6,tag23,l10n_chart_china_standard_business_latest -account_6101,6101,公允价值变动损益,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6111,6111,投资收益,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6201,6201,摊回保险责任准备金,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6202,6202,摊回赔付支出,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6203,6203,摊回分保费用,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6301,6301,营业外收入,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6401,6401,主营业务成本,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6402,6402,其他业务成本,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6403,6403,税金及附加,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6411,6411,利息支出,,FALSE,account.data_account_type_expenses,account_group_6,tag23,l10n_chart_china_standard_business_latest -account_6421,6421,手续费及佣金支出,,FALSE,account.data_account_type_expenses,account_group_6,tag23,l10n_chart_china_standard_business_latest -account_6501,6501,提取未到期责任准备金,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6502,6502,提取保险责任准备金,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6511,6511,赔付支出,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6521,6521,保户红利支出,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6531,6531,退保金,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6541,6541,分出保费,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6542,6542,分保费用,,FALSE,account.data_account_type_expenses,account_group_6,tag24,l10n_chart_china_standard_business_latest -account_6601,6601,销售费用,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6602,6602,管理费用,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6603,6603,财务费用,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6604,6604,勘探费用,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6701,6701,资产减值损失,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6711,6711,营业外支出,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6801,6801,所得税费用,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6901,6901,以前年度损益调整,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest diff --git a/l10n_cn_standard_lastest/data/account.group.csv b/l10n_cn_standard_lastest/data/account.group.csv deleted file mode 100644 index a46e95c4..00000000 --- a/l10n_cn_standard_lastest/data/account.group.csv +++ /dev/null @@ -1,7 +0,0 @@ -"id","code_prefix","name" -"account_group_1","1","资产类" -"account_group_2","2","负债类" -"account_group_3","3","共有类" -"account_group_4","4","所有者权益类" -"account_group_5","5","成本类" -"account_group_6","6","损益类" \ No newline at end of file diff --git a/l10n_cn_standard_lastest/data/account_account_tag_data.xml b/l10n_cn_standard_lastest/data/account_account_tag_data.xml deleted file mode 100644 index e9e8b543..00000000 --- a/l10n_cn_standard_lastest/data/account_account_tag_data.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - 增值税13%销项税 - taxes - - - 增值税13%进项税 - taxes - - - 9%出口退税 - taxes - - - 11%离境退税 - taxes - - - 8%离境退税 - taxes - - - 增值税16%进项税 - taxes - - - 增值税16%销项税 - taxes - - - 银行专用 - - - 证券专用 - - - 金融共用 - - - 保险专用 - - - 银行和保险共用 - - - 农业专用 - - - 租赁专用 - - - 石油天然气开采专用 - - - 银行和证券共用 - - - 建造承包商专用 - - - diff --git a/l10n_cn_standard_lastest/data/account_chart_template_data.xml b/l10n_cn_standard_lastest/data/account_chart_template_data.xml deleted file mode 100644 index 36d8228e..00000000 --- a/l10n_cn_standard_lastest/data/account_chart_template_data.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/l10n_cn_standard_lastest/data/account_tax_template_data.xml b/l10n_cn_standard_lastest/data/account_tax_template_data.xml deleted file mode 100644 index aa5bbcec..00000000 --- a/l10n_cn_standard_lastest/data/account_tax_template_data.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - 增值税13%销项税 - percent - - sale - - - - - - - 增值税13%进项税 - - purchase - percent - - - - - - - 增值税16%销项税 - percent - - sale - - - - - - - 增值税16%进项税 - - purchase - percent - - - - - - - diff --git a/l10n_cn_standard_lastest/data/chart_data.xml b/l10n_cn_standard_lastest/data/chart_data.xml deleted file mode 100644 index 396334aa..00000000 --- a/l10n_cn_standard_lastest/data/chart_data.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - 2019中国企业会计科目表 - - - 1001 - 1002 - 1003 - - - diff --git a/l10n_cn_standard_lastest/data/src/1account.account.template.csv b/l10n_cn_standard_lastest/data/src/1account.account.template.csv deleted file mode 100644 index 5f984764..00000000 --- a/l10n_cn_standard_lastest/data/src/1account.account.template.csv +++ /dev/null @@ -1,176 +0,0 @@ -id,code,name,parent_id/id,reconcile,user_type_id/id,group_id/id,tag_ids/id,chart_template_id/id -account_1003,1003,п,,TRUE,account.data_account_type_current_assets,account_group_1,tag3,l10n_chart_china_standard_business_latest -account_1011,1011,ͬҵ,,FALSE,account.data_account_type_current_assets,account_group_1,tag3,l10n_chart_china_standard_business_latest -account_1012,1012,ʽ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1021,1021,㱸,,FALSE,account.data_account_type_current_assets,account_group_1,tag4,l10n_chart_china_standard_business_latest -account_1031,1031,֤,,FALSE,account.data_account_type_current_assets,account_group_1,tag5,l10n_chart_china_standard_business_latest -account_1101,1101,Խʲ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1111,1111,뷵۽ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag5,l10n_chart_china_standard_business_latest -account_1121,1121,ӦƱ,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1122,1122,Ӧ˿,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1123,1123,Ԥ˿,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1131,1131,Ӧչ,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1132,1132,ӦϢ,,TRUE,account.data_account_type_receivable,account_group_1,,l10n_chart_china_standard_business_latest -account_1201,1201,Ӧմλ׷,,FALSE,account.data_account_type_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1211,1211,Ӧշֱ˿,,FALSE,account.data_account_type_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1212,1212,Ӧշֱͬ׼,,FALSE,account.data_account_type_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1221,1221,Ӧտ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1231,1231,׼,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1301,1301,ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag3,l10n_chart_china_standard_business_latest -account_1302,1302,ʽ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1303,1303,,,FALSE,account.data_account_type_current_assets,account_group_1,tag7,l10n_chart_china_standard_business_latest -account_1304,1304,ʧ׼,,FALSE,account.data_account_type_current_assets,account_group_1,tag7,l10n_chart_china_standard_business_latest -account_1311,1311,Ҹ֤ȯ,,FALSE,account.data_account_type_current_assets,account_group_1,tag11,l10n_chart_china_standard_business_latest -account_1321,1321,ҵʲ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1401,1401,ϲɹ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1402,1402,;,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1403,1403,ԭ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1404,1404,ϳɱ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1405,1405,Ʒ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1406,1406,Ʒ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1407,1407,Ʒ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1408,1408,ίмӹ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1411,1411,ת,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1421,1421,ʲ,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag8,l10n_chart_china_standard_business_latest -account_1431,1431,,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag3,l10n_chart_china_standard_business_latest -account_1441,1441,ծʲ,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag5,l10n_chart_china_standard_business_latest -account_1451,1451,,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1461,1461,ʲ,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag9,l10n_chart_china_standard_business_latest -account_1471,1471,׼,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1501,1501,Ͷ,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1502,1502,Ͷʼֵ׼,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1503,1503,ɹ۽ʲ,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1511,1511,ڹȨͶ,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1512,1512,ڹȨͶʼֵ׼,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1521,1521,ͶԷز,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1531,1531,Ӧտ,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1532,1532,δʵ,,FALSE,account.data_account_type_non_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1541,1541,ʱ֤,,FALSE,account.data_account_type_non_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1601,1601,̶ʲ,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1602,1602,ۼ۾,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1603,1603,̶ʲֵ׼,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1604,1604,ڽ,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1605,1605,,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1606,1606,̶ʲ,,FALSE,account.data_account_type_fixed_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1611,1611,δֵ,,FALSE,account.data_account_type_current_assets,account_group_1,tag9,l10n_chart_china_standard_business_latest -account_1621,1621,ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag8,l10n_chart_china_standard_business_latest -account_1622,1622,ʲۼ۾,,FALSE,account.data_account_type_current_assets,account_group_1,tag8,l10n_chart_china_standard_business_latest -account_1623,1623,ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag8,l10n_chart_china_standard_business_latest -account_1631,1631,ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag10,l10n_chart_china_standard_business_latest -account_1632,1632,ۼۺ,,FALSE,account.data_account_type_current_assets,account_group_1,tag10,l10n_chart_china_standard_business_latest -account_1701,1701,ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1702,1702,ۼ̯,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1703,1703,ʲֵ׼,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1711,1711,,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1801,1801,ڴ̯,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1811,1811,˰ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_1821,1821,˻ʲ,,FALSE,account.data_account_type_current_assets,account_group_1,tag6,l10n_chart_china_standard_business_latest -account_1901,1901,Ʋ,,FALSE,account.data_account_type_current_assets,account_group_1,,l10n_chart_china_standard_business_latest -account_2001,2001,ڽ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2002,2002,뱣֤,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag5,l10n_chart_china_standard_business_latest -account_2003,2003,ʽ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag5,l10n_chart_china_standard_business_latest -account_2004,2004,н,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag3,l10n_chart_china_standard_business_latest -account_2011,2011,մ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag3,l10n_chart_china_standard_business_latest -account_2012,2012,ͬҵ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag3,l10n_chart_china_standard_business_latest -account_2021,2021,ָծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag3,l10n_chart_china_standard_business_latest -account_2101,2101,Խڸծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2111,2111,عʲ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag5,l10n_chart_china_standard_business_latest -account_2201,2201,ӦƱ,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2202,2202,Ӧ˿,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2203,2203,Ԥ˿,,TRUE,account.data_account_type_payable,account_group_2,,l10n_chart_china_standard_business_latest -account_2211,2211,Ӧְн,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221,2221,Ӧ˰,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1,2221.01,Ӧֵ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l11n_chart_china_standard_business_latest -account_2221_1_1,2221.01.01,˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_2,2221.01.02,ѽ˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_3,2221.01.03,תδֵ˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_4,2221.01.04,˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_5,2221.01.05,˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_6,2221.01.06,˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_7,2221.01.07,˰ת,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_8,2221.01.08,ڵּƷӦ˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_1_9,2221.01.09,תֵཻ˰,account_2221_1,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_2,2221.02,δֵ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_3,2221.03,ӦӪҵ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_4,2221.04,Ӧ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_5,2221.05,ӦԴ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_6,2221.06,Ӧ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_7,2221.07,Ӧֵ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_8,2221.08,Ӧά˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_9,2221.09,Ӧ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_10,2221.10,Ӧʹ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_11,2221.11,Ӧʹ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2221_12,2221.12,Ӧ˰,account_2221,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2231,2231,ӦϢ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2232,2232,Ӧ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2241,2241,Ӧ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2251,2251,Ӧ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2261,2261,Ӧֱ˿,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2311,2311,֤ȯ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag4,l10n_chart_china_standard_business_latest -account_2312,2312,֤ȯ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag11,l10n_chart_china_standard_business_latest -account_2313,2313,Ҹ֤ȯ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag11,l10n_chart_china_standard_business_latest -account_2314,2314,ҵծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2401,2401,,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2501,2501,ڽ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2502,2502,Ӧծȯ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2601,2601,δ׼,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2602,2602,׼,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2611,2611,,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2621,2621,˻ծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,tag6,l10n_chart_china_standard_business_latest -account_2701,2701,Ӧ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2702,2702,δȷʷ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2711,2711,רӦ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2801,2801,ԤƸծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_2901,2901,˰ծ,,FALSE,account.data_account_type_current_liabilities,account_group_2,,l10n_chart_china_standard_business_latest -account_3001,3001,ʽ,,FALSE,l10n_cn.user_type_all,account_group_3,tag3,l10n_chart_china_standard_business_latest -account_3002,3002,Ҷһ,,FALSE,l10n_cn.user_type_all,account_group_3,tag5,l10n_chart_china_standard_business_latest -account_3101,3101,,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_3201,3201,ڹ,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_3202,3202,Ŀ,,FALSE,l10n_cn.user_type_all,account_group_3,,l10n_chart_china_standard_business_latest -account_4001,4001,ʵʱ,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4002,4002,ʱ,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4101,4101,ӯ๫,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4102,4102,һ׼,,FALSE,account.data_account_type_equity,account_group_4,tag5,l10n_chart_china_standard_business_latest -account_4103,4103,,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4104,4104,,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_4201,4201,,,FALSE,account.data_account_type_equity,account_group_4,,l10n_chart_china_standard_business_latest -account_5001,5001,ɱ,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5101,5101,,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5201,5201,ɱ,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5301,5301,з֧,,FALSE,l10n_cn.user_type_all,account_group_5,,l10n_chart_china_standard_business_latest -account_5401,5401,ʩ,,FALSE,l10n_cn.user_type_all,account_group_5,tag12,l10n_chart_china_standard_business_latest -account_5402,5402,̽,,FALSE,l10n_cn.user_type_all,account_group_5,tag12,l10n_chart_china_standard_business_latest -account_5403,5403,еҵ,,FALSE,l10n_cn.user_type_all,account_group_5,tag12,l10n_chart_china_standard_business_latest -account_6001,6001,Ӫҵ,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6011,6011,Ϣ,,FALSE,account.data_account_type_revenue,account_group_6,tag5,l10n_chart_china_standard_business_latest -account_6021,6021,ѼӶ,,FALSE,account.data_account_type_revenue,account_group_6,tag5,l10n_chart_china_standard_business_latest -account_6031,6031,,,FALSE,account.data_account_type_revenue,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6041,6041,,,FALSE,account.data_account_type_revenue,account_group_6,tag9,l10n_chart_china_standard_business_latest -account_6051,6051,ҵ,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6061,6061,,,FALSE,account.data_account_type_revenue,account_group_6,tag5,l10n_chart_china_standard_business_latest -account_6101,6101,ʼֵ䶯,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6111,6111,Ͷ,,FALSE,account.data_account_type_revenue,account_group_6,,l10n_chart_china_standard_business_latest -account_6201,6201,̯ر׼,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6202,6202,̯⸶֧,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6203,6203,̯طֱ,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6301,6301,Ӫҵ,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6401,6401,Ӫҵɱ,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6402,6402,ҵɱ,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6403,6403,˰𼰸,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6411,6411,Ϣ֧,,FALSE,account.data_account_type_expenses,account_group_6,tag5,l10n_chart_china_standard_business_latest -account_6421,6421,ѼӶ֧,,FALSE,account.data_account_type_expenses,account_group_6,tag5,l10n_chart_china_standard_business_latest -account_6501,6501,ȡδ׼,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6502,6502,ȡ׼,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6511,6511,⸶֧,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6521,6521,֧,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6531,6531,˱,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6541,6541,ֳ,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6542,6542,ֱ,,FALSE,account.data_account_type_expenses,account_group_6,tag6,l10n_chart_china_standard_business_latest -account_6601,6601,۷,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6602,6602,,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6603,6603,,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6604,6604,̽,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6701,6701,ʲֵʧ,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6711,6711,Ӫҵ֧,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6801,6801,˰,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest -account_6901,6901,ǰ,,FALSE,account.data_account_type_expenses,account_group_6,,l10n_chart_china_standard_business_latest diff --git a/l10n_cn_standard_lastest/hooks.py b/l10n_cn_standard_lastest/hooks.py deleted file mode 100644 index e530e797..00000000 --- a/l10n_cn_standard_lastest/hooks.py +++ /dev/null @@ -1,38 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2017-11-22 -# 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: - -from odoo import api, SUPERUSER_ID - -def pre_init_hook(cr): - """ - 数据初始化,只在安装时执行,更新时不执行 - """ - pass - - -def post_init_hook(cr, registry): - """ - 数据初始化,只在安装后执行,更新时不执行 - 此处不执行,只是记录,该数据已处理完成 - """ - cr.execute("UPDATE account_account_template set group_id = " - "(select id from account_group where account_group.code_prefix=trim(substring(account_account_template.code from 1 for 1)) limit 1);") - - cr.execute("UPDATE account_account set group_id = " - "(select id from account_group where account_group.code_prefix=trim(substring(account_account.code from 1 for 1)) limit 1);") - pass - diff --git a/l10n_cn_standard_lastest/i18n/zh_CN.po b/l10n_cn_standard_lastest/i18n/zh_CN.po deleted file mode 100644 index a74f016f..00000000 --- a/l10n_cn_standard_lastest/i18n/zh_CN.po +++ /dev/null @@ -1,1209 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_cn_standard_lastest -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0+e-20181122\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-27 16:59+0000\n" -"PO-Revision-Date: 2018-11-27 16:59+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: l10n_cn_standard_lastest -#: model:account.chart.template,name:l10n_cn_standard_lastest.l10n_chart_china_standard_business_latest -msgid "2018中国企业会计科目表" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:ir.model,name:l10n_cn_standard_lastest.model_account_account -msgid "Account" -msgstr "科目" - -#. module: l10n_cn_standard_lastest -#: model:ir.model,name:l10n_cn_standard_lastest.model_account_chart_template -msgid "Account Chart Template" -msgstr "科目表模版" - -#. module: l10n_cn_standard_lastest -#: code:addons/l10n_cn_standard_lastest/models/account_account.py:43 -#: code:addons/l10n_cn_standard_lastest/models/account_chart_template.py:62 -#, python-format -msgid "Cannot generate an unused account code." -msgstr "无法生成未使用的科目" - -#. module: l10n_cn_standard_lastest -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account__child_id -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account_template__child_id -msgid "Child Chart" -msgstr "下级科目" - -#. module: l10n_cn_standard_lastest -#: model:ir.model,name:l10n_cn_standard_lastest.model_res_currency -msgid "Currency" -msgstr "币种" - -#. module: l10n_cn_standard_lastest -#: model_terms:ir.ui.view,arch_db:l10n_cn_standard_lastest.app_view_account_search -msgid "Group" -msgstr "组" - -#. module: l10n_cn_standard_lastest -#: model:ir.model,name:l10n_cn_standard_lastest.model_account_journal -msgid "Journal" -msgstr "日记账" - -#. module: l10n_cn_standard_lastest -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account__parent_left -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account_template__parent_left -msgid "Left Parent" -msgstr "左父项" - -#. module: l10n_cn_standard_lastest -#: code:addons/l10n_cn_standard_lastest/models/account_chart_template.py:65 -#, python-format -msgid "Liquidity Transfer" -msgstr "流动性移转" - -#. module: l10n_cn_standard_lastest -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account__parent_id -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account_template__parent_id -msgid "Parent Chart" -msgstr "上级科目" - -#. module: l10n_cn_standard_lastest -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account__parent_right -#: model:ir.model.fields,field_description:l10n_cn_standard_lastest.field_account_account_template__parent_right -msgid "Right Parent" -msgstr "右父项" - -#. module: l10n_cn_standard_lastest -#: model:ir.model,name:l10n_cn_standard_lastest.model_account_account_template -msgid "Templates for Accounts" -msgstr "科目模板" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4102 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4102 -msgid "一般风险准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2711 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2711 -msgid "专项应付款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6401 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6401 -msgid "主营业务成本" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6001 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6001 -msgid "主营业务收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1111 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1111 -msgid "买入返售金融资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2101 -msgid "交易性金融负债" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1101 -msgid "交易性金融资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2314 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2314 -msgid "代理业务负债" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1321 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1321 -msgid "代理业务资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2311 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2311 -msgid "代理买卖证券款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1311 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1311 -msgid "代理兑付证券" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2313 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2313 -msgid "代理兑付证券款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2312 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2312 -msgid "代理承销证券款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6901 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6901 -msgid "以前年度损益调整" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2611 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2611 -msgid "保户储金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6521 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6521 -msgid "保户红利支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6031 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6031 -msgid "保费收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag6 -msgid "保险专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2602 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2602 -msgid "保险责任准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6101 -msgid "公允价值变动损益" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1623 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1623 -msgid "公益性生物资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6402 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6402 -msgid "其他业务成本" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6051 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6051 -msgid "其他业务收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2241 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2241 -msgid "其他应付款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1221 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1221 -msgid "其他应收款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1012 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1012 -msgid "其他货币资金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag8 -msgid "农业专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_4 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_4 -msgid "减免税款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_8 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_8 -msgid "出口抵减内销产品应纳税额" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_6 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_6 -msgid "出口退税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6542 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6542 -msgid "分保费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6541 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6541 -msgid "分出保费" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6411 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6411 -msgid "利息支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6011 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6011 -msgid "利息收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4104 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4104 -msgid "利润分配" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5101 -msgid "制造费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5201 -msgid "劳务成本" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6604 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6604 -msgid "勘探费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2111 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2111 -msgid "卖出回购金融资产款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1403 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1403 -msgid "原材料" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1406 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1406 -msgid "发出商品" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1503 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1503 -msgid "可供出售金融资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2012 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2012 -msgid "同业存放" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2004 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2004 -msgid "向中央银行借款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2011 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2011 -msgid "吸收存款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1411 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1411 -msgid "周转材料" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1407 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1407 -msgid "商品进销差价" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1711 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1711 -msgid "商誉" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1601 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1601 -msgid "固定资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1603 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1603 -msgid "固定资产减值准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1606 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1606 -msgid "固定资产清理" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1604 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1604 -msgid "在建工程" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1402 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1402 -msgid "在途物资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1231 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1231 -msgid "坏账准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag2 -#: model:account.tax,name:l10n_cn_standard_lastest.1_vatp_standard_business -#: model:account.tax.template,name:l10n_cn_standard_lastest.vatp_standard_business -msgid "增值税16%进项税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag1 -#: model:account.tax,name:l10n_cn_standard_lastest.1_vats_standard_business -#: model:account.tax.template,name:l10n_cn_standard_lastest.vats_standard_business -msgid "增值税16%销项税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_3201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_3201 -msgid "套期工具" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1408 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1408 -msgid "委托加工物资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2002 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2002 -msgid "存入保证金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1031 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1031 -msgid "存出保证金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1541 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1541 -msgid "存出资本保证金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1003 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1003 -msgid "存放中央银行款项" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1011 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1011 -msgid "存放同业" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1471 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1471 -msgid "存货跌价准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4001 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4001 -msgid "实收资本" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5401 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5401 -msgid "工程施工" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1605 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1605 -msgid "工程物资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5402 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5402 -msgid "工程结算" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_2 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_2 -msgid "已交税金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1405 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1405 -msgid "库存商品" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4201 -msgid "库存股" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_12 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_12 -msgid "应交个人所得税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_10 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_10 -msgid "应交土地使用税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_7 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_7 -msgid "应交土地增值税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_8 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_8 -msgid "应交城市维护建设税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1 -msgid "应交增值税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_9 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_9 -msgid "应交房产税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_6 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_6 -msgid "应交所得税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_4 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_4 -msgid "应交消费税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221 -msgid "应交税费" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_3 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_3 -msgid "应交营业税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_5 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_5 -msgid "应交资源税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_11 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_11 -msgid "应交车船使用税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2251 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2251 -msgid "应付保单红利" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2502 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2502 -msgid "应付债券" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2261 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2261 -msgid "应付分保账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2231 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2231 -msgid "应付利息" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2201 -msgid "应付票据" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2211 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2211 -msgid "应付职工薪酬" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2232 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2232 -msgid "应付股利" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2202 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2202 -msgid "应付账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1201 -msgid "应收代位追偿款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1212 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1212 -msgid "应收分保合同准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1211 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1211 -msgid "应收分保账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1132 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1132 -msgid "应收利息" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1121 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1121 -msgid "应收票据" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1131 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1131 -msgid "应收股利" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1122 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1122 -msgid "应收账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag12 -msgid "建造承包商专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1901 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1901 -msgid "待处理财产损溢" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6801 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6801 -msgid "所得税费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6421 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6421 -msgid "手续费及佣金支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6021 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6021 -msgid "手续费及佣金收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1521 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1521 -msgid "投资性房地产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6111 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6111 -msgid "投资收益" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1441 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1441 -msgid "抵债资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2003 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2003 -msgid "拆入资金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1302 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1302 -msgid "拆出资金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1501 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1501 -msgid "持有至到期投资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1502 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1502 -msgid "持有至到期投资减值准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1451 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1451 -msgid "损余物资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6502 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6502 -msgid "提取保险责任准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6501 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6501 -msgid "提取未到期责任准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6201 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6201 -msgid "摊回保险责任准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6203 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6203 -msgid "摊回分保费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6202 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6202 -msgid "摊回赔付支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1701 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1701 -msgid "无形资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1703 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1703 -msgid "无形资产减值准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_2 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_2 -msgid "未交增值税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2601 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2601 -msgid "未到期责任准备金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1532 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1532 -msgid "未实现融资收益" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1611 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1611 -msgid "未担保余值" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2702 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2702 -msgid "未确认融资费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4103 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4103 -msgid "本年利润" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5403 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5403 -msgid "机械作业" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1404 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1404 -msgid "材料成本差异" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1401 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1401 -msgid "材料采购" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6061 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6061 -msgid "汇兑损益" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1631 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1631 -msgid "油气资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_l10n_chart_china_standard_business_latest_liquidity_transfer -#: model:account.account.template,name:l10n_cn_standard_lastest.l10n_chart_china_standard_business_latest_liquidity_transfer -msgid "流动性转移" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1421 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1421 -msgid "消耗性生物资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_3001 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_3001 -msgid "清算资金往来" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2621 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2621 -msgid "独立账户负债" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1821 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1821 -msgid "独立账户资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1621 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1621 -msgid "生产性生物资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1622 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1622 -msgid "生产性生物资产累计折旧" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5001 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5001 -msgid "生产成本" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4101 -msgid "盈余公积" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2001 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2001 -msgid "短期借款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag10 -msgid "石油天然气开采专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_5301 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_5301 -msgid "研发支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag9 -msgid "租赁专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6041 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6041 -msgid "租赁收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6403 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6403 -msgid "税金及附加" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6602 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6602 -msgid "管理费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1602 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1602 -msgid "累计折旧" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1632 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1632 -msgid "累计折耗" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1702 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1702 -msgid "累计摊销" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1021 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1021 -msgid "结算备付金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6711 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6711 -msgid "营业外支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6301 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6301 -msgid "营业外收入" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1461 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1461 -msgid "融资租赁资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_3101 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_3101 -msgid "衍生工具" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_3202 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_3202 -msgid "被套期项目" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag4 -msgid "证券专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6603 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6603 -msgid "财务费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_3002 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_3002 -msgid "货币兑换" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2021 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2021 -msgid "贴现负债" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1301 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1301 -msgid "贴现资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1431 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1431 -msgid "贵金属" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1303 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1303 -msgid "贷款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1304 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1304 -msgid "贷款损失准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6701 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6701 -msgid "资产减值损失" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_4002 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_4002 -msgid "资本公积" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6511 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6511 -msgid "赔付支出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_9 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_9 -msgid "转出多交增值税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_3 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_3 -msgid "转出未交增值税" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_1 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_1 -msgid "进项税额" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_7 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_7 -msgid "进项税额转出" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6531 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6531 -msgid "退保金" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2901 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2901 -msgid "递延所得税负债" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1811 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1811 -msgid "递延所得税资产" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2401 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2401 -msgid "递延收益" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag5 -msgid "金融共用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag3 -msgid "银行专用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag7 -msgid "银行和保险共用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account.tag,name:l10n_cn_standard_lastest.tag11 -msgid "银行和证券共用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_6601 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_6601 -msgid "销售费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2221_1_5 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2221_1_5 -msgid "销项税额" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2501 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2501 -msgid "长期借款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2701 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2701 -msgid "长期应付款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1531 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1531 -msgid "长期应收款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1801 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1801 -msgid "长期待摊费用" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1511 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1511 -msgid "长期股权投资" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1512 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1512 -msgid "长期股权投资减值准备" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_1123 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_1123 -msgid "预付账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2203 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2203 -msgid "预收账款" -msgstr "" - -#. module: l10n_cn_standard_lastest -#: model:account.account,name:l10n_cn_standard_lastest.1_account_2801 -#: model:account.account.template,name:l10n_cn_standard_lastest.account_2801 -msgid "预计负债" -msgstr "" - diff --git a/l10n_cn_standard_lastest/models/__init__.py b/l10n_cn_standard_lastest/models/__init__.py deleted file mode 100644 index 304827af..00000000 --- a/l10n_cn_standard_lastest/models/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import account_account_template -from . import account_account -from . import account_chart_template -from . import account_journal -from . import res_currency - - - - diff --git a/l10n_cn_standard_lastest/models/account_account.py b/l10n_cn_standard_lastest/models/account_account.py deleted file mode 100644 index f3243d2e..00000000 --- a/l10n_cn_standard_lastest/models/account_account.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2018-11-28 -# 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: - -from odoo import api, fields, models, _ -from odoo.exceptions import UserError, ValidationError - -class AccountAccount(models.Model): - _inherit = ['account.account'] - _parent_name = "parent_id" - _parent_store = True - _parent_order = 'code' - # _rec_name = 'complete_name' - - parent_id = fields.Many2one('account.account', 'Parent Chart', index=True, ondelete='cascade') - child_ids = fields.One2many('account.account', 'parent_id', 'Child Chart') - parent_path = fields.Char(index=True) - - @api.model - def _search_new_account_code(self, company, digits, prefix): - # 分隔符,金蝶为 ".",用友为"",注意odoo中一级科目,现金默认定义是4位头,银行是6位头 - delimiter = '.' - for num in range(1, 100): - new_code = str(prefix.ljust(digits - 1, '0')) + delimiter + '%02d' % (num) - rec = self.search([('code', '=', new_code), ('company_id', '=', company.id)], limit=1) - if not rec: - return new_code - raise UserError(_('Cannot generate an unused account code.')) diff --git a/l10n_cn_standard_lastest/models/account_account_template.py b/l10n_cn_standard_lastest/models/account_account_template.py deleted file mode 100644 index 6180c138..00000000 --- a/l10n_cn_standard_lastest/models/account_account_template.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2018-11-28 -# 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: - -from odoo import api, fields, models, exceptions, _ - -class AccountAccountTemplate(models.Model): - - _inherit = ['account.account.template'] - _parent_name = "parent_id" - _parent_store = True - _parent_order = 'code' - # _rec_name = 'complete_name' - - parent_id = fields.Many2one('account.account.template', 'Parent Chart', index=True, ondelete='cascade') - child_ids = fields.One2many('account.account.template', 'parent_id', 'Child Chart') - parent_path = fields.Char(index=True) - - diff --git a/l10n_cn_standard_lastest/models/account_chart_template.py b/l10n_cn_standard_lastest/models/account_chart_template.py deleted file mode 100644 index d7b0d03c..00000000 --- a/l10n_cn_standard_lastest/models/account_chart_template.py +++ /dev/null @@ -1,84 +0,0 @@ -# -*- coding: utf-8 -*- - -# Created on 2018-11-07 -# 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: - -from odoo import api, fields, models, _ -from odoo.exceptions import UserError - -class AccountChartTemplate(models.Model): - _inherit = "account.chart.template" - - @api.model - def _prepare_transfer_account_template(self): - ''' Prepare values to create the transfer account that is an intermediary account used when moving money - from a liquidity account to another. - - :return: A dictionary of values to create a new account.account. - ''' - # 分隔符,金蝶为 ".",用友为"",注意odoo中一级科目,现金默认定义是4位头,银行是6位头 - delimiter = '.' - digits = self.code_digits - prefix = self.transfer_account_code_prefix or '' - # Flatten the hierarchy of chart templates. - chart_template = self - chart_templates = self - while chart_template.parent_id: - chart_templates += chart_template.parent_id - chart_template = chart_template.parent_id - new_code = '' - for num in range(1, 100): - new_code = str(prefix.ljust(digits - 1, '0')) + delimiter + '%02d' % (num) - rec = self.env['account.account.template'].search( - [('code', '=', new_code), ('chart_template_id', 'in', chart_templates.ids)], limit=1) - if not rec: - break - else: - raise UserError(_('Cannot generate an unused account code.')) - current_assets_type = self.env.ref('account.data_account_type_current_assets', raise_if_not_found=False) - return { - 'name': _('Liquidity Transfer'), - 'code': new_code, - 'user_type_id': current_assets_type and current_assets_type.id or False, - 'reconcile': True, - 'chart_template_id': self.id, - } - - def load_for_current_company(self, sale_tax_rate, purchase_tax_rate): - res = super(AccountChartTemplate, self).load_for_current_company(sale_tax_rate, purchase_tax_rate) - # 更新父级 - company = self.env.user.company_id - acc_ids = self.env['account.account'].sudo().search([('company_id', '=', company.id)]) - for acc in acc_ids: - code = acc.code - parent_account = self.env['account.account.template'].sudo().search([ - ('code', '=', code), - ('chart_template_id', '=', self.id), - ('parent_id', '!=', False) - ], limit=1) - if len(parent_account) or code == '2221.01.01': - parent_code = parent_account[0].parent_id.code - if parent_code: - parent = self.env['account.account'].sudo().search([ - ('company_id', '=', company.id), - ('code', '=', parent_code), - ], limit=1) - if len(parent): - acc.update({ - 'parent_id': parent.id, - }) - return res - - diff --git a/l10n_cn_standard_lastest/models/account_journal.py b/l10n_cn_standard_lastest/models/account_journal.py deleted file mode 100644 index e9264e1e..00000000 --- a/l10n_cn_standard_lastest/models/account_journal.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import api, fields, models, _ - - -# 调整初始化算法 -class AccountJournal(models.Model): - _inherit = "account.journal" - - @api.model - def _prepare_liquidity_account(self, name, company, currency_id, type): - ''' - This function prepares the value to use for the creation of the default debit and credit accounts of a - liquidity journal (created through the wizard of generating COA from templates for example). - - :param name: name of the bank account - :param company: company for which the wizard is running - :param currency_id: ID of the currency in which is the bank account - :param type: either 'cash' or 'bank' - :return: mapping of field names and values - :rtype: dict - ''' - digits = 6 - chart = self.company_id.chart_template_id - if chart: - digits = int(chart.code_digits) - # Seek the next available number for the account code - if type == 'bank': - account_code_prefix = company.bank_account_code_prefix or '' - else: - account_code_prefix = company.cash_account_code_prefix or company.bank_account_code_prefix or '' - digits = len(account_code_prefix) - - liquidity_type = self.env.ref('account.data_account_type_liquidity') - return { - 'name': name, - 'currency_id': currency_id or False, - 'code': self.env['account.account']._search_new_account_code(company, digits, account_code_prefix), - 'user_type_id': liquidity_type and liquidity_type.id or False, - 'company_id': company.id, - } diff --git a/l10n_cn_standard_lastest/models/res_currency.py b/l10n_cn_standard_lastest/models/res_currency.py deleted file mode 100644 index c20f2009..00000000 --- a/l10n_cn_standard_lastest/models/res_currency.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- -from odoo import api, fields, models, exceptions, _ - - -class ResCurrency(models.Model): - _inherit = 'res.currency' - - def rmb_upper(self, value): - """ - 人民币大写 - 传入浮点类型的值返回 unicode 字符串 - :param 传入阿拉伯数字 - :return 返回值是对应阿拉伯数字的绝对值的中文数字 - """ - if self.name != 'CNY': - return; - rmbmap = [u"零", u"壹", u"贰", u"叁", u"肆", u"伍", u"陆", u"柒", u"捌", u"玖"] - unit = [u"分", u"角", u"元", u"拾", u"佰", u"仟", u"万", u"拾", u"佰", u"仟", u"亿", - u"拾", u"佰", u"仟", u"万", u"拾", u"佰", u"仟", u"兆"] - # 冲红负数处理 - xflag = 0 - if value < 0: - xflag = value - value = abs(value) - # 先把value 数字进行格式化保留两位小数,转成字符串然后去除小数点 - nums = map(int, list(str('%0.2f' % value).replace('.', ''))) - words = [] - zflag = 0 # 标记连续0次数,以删除万字,或适时插入零字 - start = len(nums) - 3 - for i in range(start, -3, -1): # 使i对应实际位数,负数为角分 - # 大部分情况对应数字不等于零 或者是刚开始循环 - if 0 != nums[start - i] or len(words) == 0: - if zflag: - words.append(rmbmap[0]) - zflag = 0 - words.append(rmbmap[nums[start - i]]) # 数字对应的中文字符 - words.append(unit[i + 2]) # 列表此位置的单位 - # 控制‘万/元’ 万和元比较特殊,如2拾万和2拾1万 无论有没有这个1 万字是必须的 - elif 0 == i or (0 == i % 4 and zflag < 3): - # 上面那种情况定义了 2拾1万 的显示 这个是特殊对待的 2拾万(一类)的显示 - words.append(unit[i + 2]) - # 元(控制条件为 0 == i )和万(控制条为(0 == i % 4 and zflag < 3))的情况的处理是一样的 - zflag = 0 - else: - zflag += 1 - if words[-1] != unit[0]: # 结尾非‘分’补整字 最小单位 如果最后一个字符不是最小单位(分)则要加一个整字 - words.append(u"整") - if xflag < 0: # 如果为负数则要在数字前面加上‘负’字 - words.insert(0, u"负") - return ''.join(words) diff --git a/l10n_cn_standard_lastest/static/description/banner.png b/l10n_cn_standard_lastest/static/description/banner.png deleted file mode 100644 index 47bc8f20..00000000 Binary files a/l10n_cn_standard_lastest/static/description/banner.png and /dev/null differ diff --git a/l10n_cn_standard_lastest/static/description/cnreadme.png b/l10n_cn_standard_lastest/static/description/cnreadme.png deleted file mode 100644 index 57b8c5af..00000000 Binary files a/l10n_cn_standard_lastest/static/description/cnreadme.png and /dev/null differ diff --git a/l10n_cn_standard_lastest/static/description/icon.png b/l10n_cn_standard_lastest/static/description/icon.png deleted file mode 100644 index 22cbd278..00000000 Binary files a/l10n_cn_standard_lastest/static/description/icon.png and /dev/null differ diff --git a/l10n_cn_standard_lastest/static/description/index.html b/l10n_cn_standard_lastest/static/description/index.html deleted file mode 100644 index 1b3b28d6..00000000 --- a/l10n_cn_standard_lastest/static/description/index.html +++ /dev/null @@ -1,71 +0,0 @@ -
-
-
-

App Latest Chinese Account chart 2019.

-

Set all chinese default value. Like Default country, timezone, currency, partner...

-
-

Lastest update: v12.19.04.23

-
- -
-
-
- Key features: -
    -
  • - - The Latest Account Chart. -
  • -
-
-
-

Use super, easy to navigate account data.

-
- -
-

How to use

-
- -
-
-
-
-
- -
-
-
-

Technical Help & Support

-
-
-
-

- For any type of technical help & support requests, Feel free to contact us

- - guohuadeng@hotmail.com -

- Via QQ: 300883

- - 300883@qq.com -
-
-

- Visit our website for more support.

- - https://www.sunpop.cn -
-
-
-
-

More Powerful addons, Make your odoo very easy to use, easy customize: - Supop.cn Odoo Addons -

-
-
- diff --git a/l10n_cn_standard_lastest/static/description/superbar1.png b/l10n_cn_standard_lastest/static/description/superbar1.png deleted file mode 100644 index 27a25df8..00000000 Binary files a/l10n_cn_standard_lastest/static/description/superbar1.png and /dev/null differ diff --git a/l10n_cn_standard_lastest/views/account_account_views.xml b/l10n_cn_standard_lastest/views/account_account_views.xml deleted file mode 100644 index 10e2082f..00000000 --- a/l10n_cn_standard_lastest/views/account_account_views.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - app.account.list - account.account - - - - code - - - - - - - - - app.account.setup.opening.move.line.tree - account.account - - - - - - - - - - app.account.account.form - account.account - - - - - - - - - app.account.account.search - account.account - - - - - - - - - diff --git a/l10n_cn_standard_lastest/views/account_views.xml b/l10n_cn_standard_lastest/views/account_views.xml deleted file mode 100644 index 3825c261..00000000 --- a/l10n_cn_standard_lastest/views/account_views.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - diff --git a/readme.md b/readme.md index dc736177..cad5dc08 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,7 @@ -Odoo Addon for 12,11,10 +Odoo Addon for 13,12,11,10 + +## Todo +ztree, superbar ## app_account_invoice_product_multi_add Account Invoice Product Multi Batch Add diff --git a/web_fontawesome/__manifest__.py b/web_fontawesome/__manifest__.py index 678a7717..0dfb45b6 100644 --- a/web_fontawesome/__manifest__.py +++ b/web_fontawesome/__manifest__.py @@ -27,7 +27,7 @@ { 'name': 'App Web Fontawesome', - 'version': '12.19.1.06', + 'version': '12.19.05.30', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'https://www.sunpop.cn',