From 9d52d639c8eea31e322f93f4a8ecc815ec8e6b9e Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 19 Aug 2018 20:58:12 +0800 Subject: [PATCH 1/2] update free desc --- .../static/description/index.html | 3 +++ app_mrp_bom_product_multi_add/static/description/index.html | 3 +++ app_purchase_product_multi_add/static/description/index.html | 3 +++ app_sale_product_multi_add/static/description/index.html | 3 +++ .../static/description/index.html | 3 +++ 5 files changed, 15 insertions(+) diff --git a/app_account_invoice_product_multi_add/static/description/index.html b/app_account_invoice_product_multi_add/static/description/index.html index ab0a8b8f..04d0911c 100644 --- a/app_account_invoice_product_multi_add/static/description/index.html +++ b/app_account_invoice_product_multi_add/static/description/index.html @@ -2,6 +2,9 @@

Account Invoice Product Multi Add

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

+

This is not a paid App, Just a Sync Bug of odoo.com , you can get this + "Free App from Github". +

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

diff --git a/app_mrp_bom_product_multi_add/static/description/index.html b/app_mrp_bom_product_multi_add/static/description/index.html index 82a01270..0cb39d9d 100644 --- a/app_mrp_bom_product_multi_add/static/description/index.html +++ b/app_mrp_bom_product_multi_add/static/description/index.html @@ -2,6 +2,9 @@

App MRP Bom Product Multi Add

One Click to add multi product to MRP Bom.

+

This is not a paid App, Just a Sync Bug of odoo.com , you can get this + "Free App from Github". +

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

diff --git a/app_purchase_product_multi_add/static/description/index.html b/app_purchase_product_multi_add/static/description/index.html index db072c68..b0b0c76c 100644 --- a/app_purchase_product_multi_add/static/description/index.html +++ b/app_purchase_product_multi_add/static/description/index.html @@ -2,6 +2,9 @@

App Purchase Order Product Multi Add

One Click to add multi product to Purchase Order.

+

This is not a paid App, Just a Sync Bug of odoo.com , you can get this + "Free App from Github". +

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

diff --git a/app_sale_product_multi_add/static/description/index.html b/app_sale_product_multi_add/static/description/index.html index 9e16860b..294f908d 100644 --- a/app_sale_product_multi_add/static/description/index.html +++ b/app_sale_product_multi_add/static/description/index.html @@ -2,6 +2,9 @@

App Sale Order Product Multi Add

One Click to add multi product to Sale Order.

+

This is not a paid App, Just a Sync Bug of odoo.com , you can get this + "Free App from Github". +

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

diff --git a/app_stock_picking_product_multi_add/static/description/index.html b/app_stock_picking_product_multi_add/static/description/index.html index 7cf81b22..fde72fc6 100644 --- a/app_stock_picking_product_multi_add/static/description/index.html +++ b/app_stock_picking_product_multi_add/static/description/index.html @@ -1,6 +1,9 @@

App Stock Picking Order Product Multi Add

+

This is not a paid App, Just a Sync Bug of odoo.com , you can get this + "Free App from Github". +

One Click to add multi product to Stock Picking Order.

Important: This app is depends on a Paid App. app_web_one2many_multi_add From eb000117481d134e39c4d6edc8052dfad202e4a5 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 19 Aug 2018 21:03:12 +0800 Subject: [PATCH 2/2] update account --- app_account_invoice_product_multi_add/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_account_invoice_product_multi_add/__manifest__.py b/app_account_invoice_product_multi_add/__manifest__.py index 2fe877af..ecc0c794 100644 --- a/app_account_invoice_product_multi_add/__manifest__.py +++ b/app_account_invoice_product_multi_add/__manifest__.py @@ -38,7 +38,7 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'account', ], 'images': ['static/description/banner.gif'],