diff --git a/app_chatgpt/static/description/demo2.jpg b/app_chatgpt/static/description/demo2.jpg
index c1fad2d0..3a7f9b67 100644
Binary files a/app_chatgpt/static/description/demo2.jpg and b/app_chatgpt/static/description/demo2.jpg differ
diff --git a/app_odoo_customize/data/ir_config_parameter_data.xml b/app_odoo_customize/data/ir_config_parameter_data.xml
index 10ede545..14c66352 100644
--- a/app_odoo_customize/data/ir_config_parameter_data.xml
+++ b/app_odoo_customize/data/ir_config_parameter_data.xml
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/app_odoo_customize/views/ir_module_module_views.xml b/app_odoo_customize/views/ir_module_module_views.xml
index 2ca3a38e..6b83055e 100644
--- a/app_odoo_customize/views/ir_module_module_views.xml
+++ b/app_odoo_customize/views/ir_module_module_views.xml
@@ -12,7 +12,7 @@
-
+
hide
@@ -29,7 +29,7 @@
-
+
@@ -47,7 +47,7 @@
-
+
diff --git a/app_product_superbar_pro/static/description/index.html b/app_product_superbar_pro/static/description/index.html
index 5e69c515..eea24fa2 100644
--- a/app_product_superbar_pro/static/description/index.html
+++ b/app_product_superbar_pro/static/description/index.html
@@ -6,11 +6,11 @@
-

+
Advance Search, Advance Filter with Parent Children Tree.
13. Support Odoo 13, Enterprise and Community Edition. Also you can find odoo 12,11,10 support in
- app_web_superbar
+ app_web_superbar
Get the follow 20+ free demo in follow link
@@ -88,98 +88,98 @@
Pro Product navigate by category or type is ready.
-
+
Click to download.
Pro Sale order navigate by partner and channel is ready.
-
+
Click to download.
Normal Product navigate by category or type is ready.
-
+
Click to download.
Normal Sale order navigate by partner and channel 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.
CRM browse by stage and team is ready.
-
+
Click to download.
Purchase order navigate by partner is ready.
-
+
Click to download.
Stock location navigate by parent, Picking by type is ready.
-
+
Click to download.
HR employee navigate by department is ready.
-
+
Click to download.
MRP manufacture order navigate by state workcenter is ready.
-
+
Click to download.
Project Navigator by partner, user, Task Navigator by project. Module Navigator is ready.
-
+
Click to download.
Apps Navigator by Category, Module Navigator is ready.
-
+
Click to download.
@@ -190,7 +190,7 @@
Extra bonus apps. This apps depend on [app_web_widget_ztree]
-
+
click to get free apps Hierarchy Parent tree in m2o select.
you can get follow
@@ -198,21 +198,21 @@
Stock Location Hierarchy Parent tree in m2o select
-
+
Click to download.
Product category Hierarchy Parent tree in m2o select
-
+
Click to download.
Hr Department Parent tree in m2o select
-
+
Click to download.
@@ -227,7 +227,7 @@
Instant Search in 1 Click. Lazy Search for big data.
-

+
@@ -238,7 +238,7 @@
So Easy to navigator and search any data.
Sale by date and team, saleman, etc.., list, kanban, pivot, search more view
-

+
@@ -259,11 +259,11 @@
Free to Use in Sale. Search date range, search ammount in lazy mode
-

+
Use in Sale. Search date, search team in instant mode
-

+
@@ -272,7 +272,7 @@
Free to Use in product category.
-

+
@@ -393,13 +393,13 @@
How to use! This app do need extra module. The price already included
diff --git a/app_purchase_product_multi_add/__init__.py b/app_purchase_product_multi_add/__init__.py
new file mode 100644
index 00000000..c6f04b45
--- /dev/null
+++ b/app_purchase_product_multi_add/__init__.py
@@ -0,0 +1,6 @@
+# -*- 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
new file mode 100644
index 00000000..75d8ef78
--- /dev/null
+++ b/app_purchase_product_multi_add/__manifest__.py
@@ -0,0 +1,65 @@
+# -*- coding: utf-8 -*-
+
+# Created on 2018-08-15
+# author: 欧度智能,https://www.odooai.cn
+# email: 300883@qq.com
+# resource of odooai
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+# Odoo在线中文用户手册(长期更新)
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+
+# Odoo10离线中文用户手册下载
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
+# https://www.odooai.cn/odoo10_developer_document_offline/
+# description:
+
+{
+ 'name': "Multi Add Purchase Product,采购订单批量加产品",
+ 'version': '13.21.12.30',
+ 'author': 'odooai.cn',
+ 'category': 'Base',
+ 'website': 'https://www.odooai.cn',
+ 'license': 'LGPL-3',
+ 'sequence': 2,
+ 'price': 0.00,
+ 'currency': 'USD',
+ 'summary': """
+ App Purchase Order Product Multi Batch Add.
+ Odoo App of odooai.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.
+ 3. Pop a detail form to add purchase line with detail.
+ 采购订单批量增加产品
+ 1. 可以一键快速将多个产品加到采购订单中
+ 2. 可对产品进行过滤、分组,然后批量加入
+ 3. 可以弹出一个明细录入界面添加,便于同时支持列表添加及表单添加
+ """,
+ '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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_purchase_product_multi_add/controllers/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..c6f716b5
--- /dev/null
+++ b/app_purchase_product_multi_add/i18n/zh_CN.po
@@ -0,0 +1,33 @@
+# 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 "Advance Add"
+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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_purchase_product_multi_add/ir/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/app_purchase_product_multi_add/models/__init__.py b/app_purchase_product_multi_add/models/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_purchase_product_multi_add/models/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/app_purchase_product_multi_add/report/__init__.py b/app_purchase_product_multi_add/report/__init__.py
new file mode 100644
index 00000000..633f8661
--- /dev/null
+++ b/app_purchase_product_multi_add/report/__init__.py
@@ -0,0 +1,2 @@
+# -*- coding: utf-8 -*-
+
diff --git a/app_purchase_product_multi_add/res/__init__.py b/app_purchase_product_multi_add/res/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_purchase_product_multi_add/res/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..ed6ad818
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/account1.gif differ
diff --git a/app_purchase_product_multi_add/static/description/banner.gif b/app_purchase_product_multi_add/static/description/banner.gif
new file mode 100644
index 00000000..3796d869
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/banner.gif differ
diff --git a/app_purchase_product_multi_add/static/description/banner.png b/app_purchase_product_multi_add/static/description/banner.png
new file mode 100644
index 00000000..8b958c64
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/banner.png differ
diff --git a/app_purchase_product_multi_add/static/description/cnreadme.jpg b/app_purchase_product_multi_add/static/description/cnreadme.jpg
new file mode 100644
index 00000000..2be54766
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/cnreadme.jpg differ
diff --git a/app_purchase_product_multi_add/static/description/example.png b/app_purchase_product_multi_add/static/description/example.png
new file mode 100644
index 00000000..27ff6d0f
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/example.png differ
diff --git a/app_purchase_product_multi_add/static/description/guide1.jpg b/app_purchase_product_multi_add/static/description/guide1.jpg
new file mode 100644
index 00000000..0eb8ddee
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/guide1.jpg differ
diff --git a/app_purchase_product_multi_add/static/description/icon.png b/app_purchase_product_multi_add/static/description/icon.png
new file mode 100644
index 00000000..dfb3780c
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/icon.png differ
diff --git a/app_purchase_product_multi_add/static/description/index.html b/app_purchase_product_multi_add/static/description/index.html
new file mode 100644
index 00000000..0d72e043
--- /dev/null
+++ b/app_purchase_product_multi_add/static/description/index.html
@@ -0,0 +1,142 @@
+
+
+
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 (App user would not get QQ or any other IM support. Only for odoo project customize.)
+
+ 300883@qq.com
+
+
+
+ Visit our website for more support.
+https://www.odooai.cn
+
+
+
+
+
diff --git a/app_purchase_product_multi_add/static/description/mrp1.gif b/app_purchase_product_multi_add/static/description/mrp1.gif
new file mode 100644
index 00000000..3fb5a814
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/mrp1.gif differ
diff --git a/app_purchase_product_multi_add/static/description/purchase1.gif b/app_purchase_product_multi_add/static/description/purchase1.gif
new file mode 100644
index 00000000..43cd2a3b
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/purchase1.gif differ
diff --git a/app_purchase_product_multi_add/static/description/sale1.gif b/app_purchase_product_multi_add/static/description/sale1.gif
new file mode 100644
index 00000000..f8db4f7d
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/sale1.gif differ
diff --git a/app_purchase_product_multi_add/static/description/stock1.gif b/app_purchase_product_multi_add/static/description/stock1.gif
new file mode 100644
index 00000000..debbca34
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/stock1.gif differ
diff --git a/app_purchase_product_multi_add/static/description/use1.jpg b/app_purchase_product_multi_add/static/description/use1.jpg
new file mode 100644
index 00000000..dc70f00f
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/use1.jpg differ
diff --git a/app_purchase_product_multi_add/static/description/use2.jpg b/app_purchase_product_multi_add/static/description/use2.jpg
new file mode 100644
index 00000000..74e49c8d
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/use2.jpg differ
diff --git a/app_purchase_product_multi_add/static/description/use3.jpg b/app_purchase_product_multi_add/static/description/use3.jpg
new file mode 100644
index 00000000..541828c1
Binary files /dev/null and b/app_purchase_product_multi_add/static/description/use3.jpg 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
new file mode 100644
index 00000000..9e944074
--- /dev/null
+++ b/app_purchase_product_multi_add/views/purchase_order_views.xml
@@ -0,0 +1,21 @@
+
+
+
+ app.purchase.order.form
+ purchase.order
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_sale_product_multi_add/__init__.py b/app_sale_product_multi_add/__init__.py
new file mode 100644
index 00000000..c6f04b45
--- /dev/null
+++ b/app_sale_product_multi_add/__init__.py
@@ -0,0 +1,6 @@
+# -*- 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
new file mode 100644
index 00000000..a64f40ca
--- /dev/null
+++ b/app_sale_product_multi_add/__manifest__.py
@@ -0,0 +1,65 @@
+# -*- coding: utf-8 -*-
+
+# Created on 2018-08-15
+# author: 欧度智能,https://www.odooai.cn
+# email: 300883@qq.com
+# resource of odooai
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+# Odoo在线中文用户手册(长期更新)
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+
+# Odoo10离线中文用户手册下载
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
+# https://www.odooai.cn/odoo10_developer_document_offline/
+# description:
+
+{
+ 'name': "Multi Add Sale Product,订单批量加产品",
+ 'version': '13.21.12.30',
+ 'author': 'odooai.cn',
+ 'category': 'Base',
+ 'website': 'https://www.odooai.cn',
+ 'license': 'LGPL-3',
+ 'sequence': 2,
+ 'price': 0.00,
+ 'currency': 'USD',
+ 'summary': """
+ App Sale Order Product Multi Batch Add, mass add
+ Odoo App of odooai.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.
+ 3. Pop a detail form to add sale line with detail.
+ 销售订单批量增加产品.
+ 1. 可以一键快速将多个产品加到销售订单中
+ 2. 可对产品进行过滤、分组,然后批量加入
+ 3. 可以弹出一个明细录入界面添加,便于同时支持列表添加及表单添加
+ """,
+ '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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_sale_product_multi_add/controllers/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..cd333c55
--- /dev/null
+++ b/app_sale_product_multi_add/i18n/zh_CN.po
@@ -0,0 +1,28 @@
+# 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 "批量添加"
+
+
+#. module: app_sale_product_multi_add
+#: model_terms:ir.ui.view,arch_db:app_sale_product_multi_add.app_view_order_form
+msgid "Advance Add"
+msgstr "高级添加"
+
diff --git a/app_sale_product_multi_add/ir/__init__.py b/app_sale_product_multi_add/ir/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_sale_product_multi_add/ir/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/app_sale_product_multi_add/models/__init__.py b/app_sale_product_multi_add/models/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_sale_product_multi_add/models/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/app_sale_product_multi_add/report/__init__.py b/app_sale_product_multi_add/report/__init__.py
new file mode 100644
index 00000000..633f8661
--- /dev/null
+++ b/app_sale_product_multi_add/report/__init__.py
@@ -0,0 +1,2 @@
+# -*- coding: utf-8 -*-
+
diff --git a/app_sale_product_multi_add/res/__init__.py b/app_sale_product_multi_add/res/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_sale_product_multi_add/res/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..ed6ad818
Binary files /dev/null and b/app_sale_product_multi_add/static/description/account1.gif differ
diff --git a/app_sale_product_multi_add/static/description/banner.gif b/app_sale_product_multi_add/static/description/banner.gif
new file mode 100644
index 00000000..3796d869
Binary files /dev/null and b/app_sale_product_multi_add/static/description/banner.gif differ
diff --git a/app_sale_product_multi_add/static/description/banner.png b/app_sale_product_multi_add/static/description/banner.png
new file mode 100644
index 00000000..e811b26c
Binary files /dev/null and b/app_sale_product_multi_add/static/description/banner.png differ
diff --git a/app_sale_product_multi_add/static/description/cnreadme.jpg b/app_sale_product_multi_add/static/description/cnreadme.jpg
new file mode 100644
index 00000000..2be54766
Binary files /dev/null and b/app_sale_product_multi_add/static/description/cnreadme.jpg differ
diff --git a/app_sale_product_multi_add/static/description/example.png b/app_sale_product_multi_add/static/description/example.png
new file mode 100644
index 00000000..3f3f349d
Binary files /dev/null and b/app_sale_product_multi_add/static/description/example.png differ
diff --git a/app_sale_product_multi_add/static/description/guide1.jpg b/app_sale_product_multi_add/static/description/guide1.jpg
new file mode 100644
index 00000000..4aea57c8
Binary files /dev/null and b/app_sale_product_multi_add/static/description/guide1.jpg differ
diff --git a/app_sale_product_multi_add/static/description/icon.png b/app_sale_product_multi_add/static/description/icon.png
new file mode 100644
index 00000000..dfb3780c
Binary files /dev/null and b/app_sale_product_multi_add/static/description/icon.png differ
diff --git a/app_sale_product_multi_add/static/description/index.html b/app_sale_product_multi_add/static/description/index.html
new file mode 100644
index 00000000..7758ab6d
--- /dev/null
+++ b/app_sale_product_multi_add/static/description/index.html
@@ -0,0 +1,142 @@
+
+
+
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 (App user would not get QQ or any other IM support. Only for odoo project customize.)
+
+ 300883@qq.com
+
+
+
+ Visit our website for more support.
+https://www.odooai.cn
+
+
+
+
+
diff --git a/app_sale_product_multi_add/static/description/mrp1.gif b/app_sale_product_multi_add/static/description/mrp1.gif
new file mode 100644
index 00000000..3fb5a814
Binary files /dev/null and b/app_sale_product_multi_add/static/description/mrp1.gif differ
diff --git a/app_sale_product_multi_add/static/description/purchase1.gif b/app_sale_product_multi_add/static/description/purchase1.gif
new file mode 100644
index 00000000..43cd2a3b
Binary files /dev/null and b/app_sale_product_multi_add/static/description/purchase1.gif differ
diff --git a/app_sale_product_multi_add/static/description/sale1.gif b/app_sale_product_multi_add/static/description/sale1.gif
new file mode 100644
index 00000000..6b35da5e
Binary files /dev/null and b/app_sale_product_multi_add/static/description/sale1.gif differ
diff --git a/app_sale_product_multi_add/static/description/stock1.gif b/app_sale_product_multi_add/static/description/stock1.gif
new file mode 100644
index 00000000..debbca34
Binary files /dev/null and b/app_sale_product_multi_add/static/description/stock1.gif differ
diff --git a/app_sale_product_multi_add/static/description/use1.jpg b/app_sale_product_multi_add/static/description/use1.jpg
new file mode 100644
index 00000000..dc70f00f
Binary files /dev/null and b/app_sale_product_multi_add/static/description/use1.jpg differ
diff --git a/app_sale_product_multi_add/static/description/use2.jpg b/app_sale_product_multi_add/static/description/use2.jpg
new file mode 100644
index 00000000..74e49c8d
Binary files /dev/null and b/app_sale_product_multi_add/static/description/use2.jpg differ
diff --git a/app_sale_product_multi_add/static/description/use3.jpg b/app_sale_product_multi_add/static/description/use3.jpg
new file mode 100644
index 00000000..541828c1
Binary files /dev/null and b/app_sale_product_multi_add/static/description/use3.jpg 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
new file mode 100644
index 00000000..51ce36cf
--- /dev/null
+++ b/app_sale_product_multi_add/views/sale_order_views.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+ app.sale.order.form
+ sale.order
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_sale_superbar_pro/static/description/index.html b/app_sale_superbar_pro/static/description/index.html
index 4dbc2dee..acdab691 100644
--- a/app_sale_superbar_pro/static/description/index.html
+++ b/app_sale_superbar_pro/static/description/index.html
@@ -6,11 +6,11 @@
-

+
Advance Search, Advance Filter with Parent Children Tree.
Buy
-
+
this 1 Advance Search Apps
in odoo Store. Get
@@ -80,7 +80,7 @@
13. Support Odoo 13, Enterprise and Community Edition. Also you can find odoo 12,11,10 support in
- app_web_superbar
+ app_web_superbar
Get the follow 20+ free demo in follow link
@@ -88,98 +88,98 @@
Pro Product navigate by category or type is ready.
-
+
Click to download.
Pro Sale order navigate by partner and channel is ready.
-
+
Click to download.
Normal Product navigate by category or type is ready.
-
+
Click to download.
Normal Sale order navigate by partner and channel 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.
CRM browse by stage and team is ready.
-
+
Click to download.
Purchase order navigate by partner is ready.
-
+
Click to download.
Stock location navigate by parent, Picking by type is ready.
-
+
Click to download.
HR employee navigate by department is ready.
-
+
Click to download.
MRP manufacture order navigate by state workcenter is ready.
-
+
Click to download.
Project Navigator by partner, user, Task Navigator by project. Module Navigator is ready.
-
+
Click to download.
Apps Navigator by Category, Module Navigator is ready.
-
+
Click to download.
@@ -190,7 +190,7 @@
Extra bonus apps. This apps depend on [app_web_widget_ztree]
-
+
click to get free apps Hierarchy Parent tree in m2o select.
you can get follow
@@ -198,21 +198,21 @@
Stock Location Hierarchy Parent tree in m2o select
-
+
Click to download.
Product category Hierarchy Parent tree in m2o select
-
+
Click to download.
Hr Department Parent tree in m2o select
-
+
Click to download.
@@ -227,7 +227,7 @@
Instant Search in 1 Click. Lazy Search for big data.
-

+
@@ -238,7 +238,7 @@
So Easy to navigator and search any data.
Sale by date and team, saleman, etc.., list, kanban, pivot, search more view
-

+
@@ -259,11 +259,11 @@
Free to Use in Sale. Search date range, search ammount in lazy mode
-

+
Use in Sale. Search date, search team in instant mode
-

+
@@ -272,7 +272,7 @@
Free to Use in product category.
-

+
@@ -393,13 +393,13 @@
How to use! This app do need extra module. The price already included
diff --git a/app_stock_picking_product_multi_add/__init__.py b/app_stock_picking_product_multi_add/__init__.py
new file mode 100644
index 00000000..c6f04b45
--- /dev/null
+++ b/app_stock_picking_product_multi_add/__init__.py
@@ -0,0 +1,6 @@
+# -*- 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
new file mode 100644
index 00000000..d843cedd
--- /dev/null
+++ b/app_stock_picking_product_multi_add/__manifest__.py
@@ -0,0 +1,63 @@
+# -*- coding: utf-8 -*-
+
+# Created on 2018-08-15
+# author: 欧度智能,https://www.odooai.cn
+# email: 300883@qq.com
+# resource of odooai
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+# Odoo在线中文用户手册(长期更新)
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+
+# Odoo10离线中文用户手册下载
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
+# https://www.odooai.cn/odoo10_developer_document_offline/
+# description:
+
+{
+ 'name': "App Stock Picking Order Product Multi Batch Add",
+ 'version': '13.19.11.19',
+ 'author': 'odooai.cn',
+ 'category': 'Base',
+ 'website': 'https://www.odooai.cn',
+ 'license': 'LGPL-3',
+ 'sequence': 2,
+ 'price': 0.00,
+ 'currency': 'USD',
+ 'summary': """
+ App Stock Picking Order Product Multi Batch Add
+ Odoo App of odooai.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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_stock_picking_product_multi_add/controllers/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..f9c2b110
--- /dev/null
+++ b/app_stock_picking_product_multi_add/i18n/zh_CN.po
@@ -0,0 +1,27 @@
+# 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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_stock_picking_product_multi_add/ir/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_stock_picking_product_multi_add/models/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..633f8661
--- /dev/null
+++ b/app_stock_picking_product_multi_add/report/__init__.py
@@ -0,0 +1,2 @@
+# -*- 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
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_stock_picking_product_multi_add/res/__init__.py
@@ -0,0 +1 @@
+# -*- 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
new file mode 100644
index 00000000..ed6ad818
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/account1.gif 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
new file mode 100644
index 00000000..8b958c64
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/banner.png 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
new file mode 100644
index 00000000..2be54766
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/cnreadme.jpg 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
new file mode 100644
index 00000000..27ff6d0f
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/example.png 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
new file mode 100644
index 00000000..0eb8ddee
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/guide1.jpg 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
new file mode 100644
index 00000000..dfb3780c
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/icon.png 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
new file mode 100644
index 00000000..5af05616
--- /dev/null
+++ b/app_stock_picking_product_multi_add/static/description/index.html
@@ -0,0 +1,142 @@
+
+
+
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 (App user would not get QQ or any other IM support. Only for odoo project customize.)
+
+ 300883@qq.com
+
+
+
+ Visit our website for more support.
+https://www.odooai.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
new file mode 100644
index 00000000..3fb5a814
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/mrp1.gif 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
new file mode 100644
index 00000000..43cd2a3b
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/purchase1.gif 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
new file mode 100644
index 00000000..f8db4f7d
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/sale1.gif 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
new file mode 100644
index 00000000..debbca34
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/stock1.gif 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
new file mode 100644
index 00000000..dc70f00f
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/use1.jpg 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
new file mode 100644
index 00000000..74e49c8d
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/use2.jpg 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
new file mode 100644
index 00000000..541828c1
Binary files /dev/null and b/app_stock_picking_product_multi_add/static/description/use3.jpg 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
new file mode 100644
index 00000000..3c109b85
--- /dev/null
+++ b/app_stock_picking_product_multi_add/views/stock_picking_views.xml
@@ -0,0 +1,21 @@
+
+
+
+ app.stock.picking.form
+ stock.picking
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file