From 7a48eff1b6a96349e02ffb2b4f160c3251c15a5a Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 19 Aug 2018 21:13:48 +0800 Subject: [PATCH] update desc --- .gitignore | 6 +++--- app_account_invoice_product_multi_add/__manifest__.py | 4 +--- .../static/description/index.html | 3 --- app_mrp_bom_product_multi_add/__manifest__.py | 4 +--- app_mrp_bom_product_multi_add/static/description/index.html | 3 --- app_purchase_product_multi_add/__manifest__.py | 4 +--- .../static/description/index.html | 3 --- app_sale_product_multi_add/__manifest__.py | 4 +--- app_sale_product_multi_add/static/description/index.html | 3 --- app_stock_picking_product_multi_add/__manifest__.py | 4 +--- .../static/description/index.html | 3 --- 11 files changed, 8 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index c4c8ca1e..e6c171bd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ .idea .iml /app_odoo_customize/_resource +/app_web_enterprise_hack /app_web_studio /web_studio -/ref /_temp -.conf -.pyc \ No newline at end of file +*.bat +*.conf \ 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 index d704eb4c..d1af46de 100644 --- a/app_account_invoice_product_multi_add/__manifest__.py +++ b/app_account_invoice_product_multi_add/__manifest__.py @@ -37,10 +37,8 @@ 1. 可以一键快速将多个产品加到客户收据与供应商帐单中 2. 可对产品进行过滤、分组,然后批量加入 """, - 'price': 0.00, - 'currency': 'EUR', 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'account', ], 'images': ['static/description/banner.gif'], 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 16274ef8..58b86fdb 100644 --- a/app_account_invoice_product_multi_add/static/description/index.html +++ b/app_account_invoice_product_multi_add/static/description/index.html @@ -8,9 +8,6 @@
-

Because odoo.com Sync Bug, you can get this free App from - "My Github". -

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

diff --git a/app_mrp_bom_product_multi_add/__manifest__.py b/app_mrp_bom_product_multi_add/__manifest__.py index 483080cc..d48abace 100644 --- a/app_mrp_bom_product_multi_add/__manifest__.py +++ b/app_mrp_bom_product_multi_add/__manifest__.py @@ -37,10 +37,8 @@ 1. 可以一键快速将多个产品加到制造Bom中 2. 可对产品进行过滤、分组,然后批量加入 """, - 'price': 0.00, - 'currency': 'EUR', 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'mrp', ], 'images': ['static/description/banner.gif'], 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 f753e057..8be96092 100644 --- a/app_mrp_bom_product_multi_add/static/description/index.html +++ b/app_mrp_bom_product_multi_add/static/description/index.html @@ -8,9 +8,6 @@
-

Because odoo.com Sync Bug, you can get this free App from - "My Github". -

One Click to add multi product to MRP Bom.

diff --git a/app_purchase_product_multi_add/__manifest__.py b/app_purchase_product_multi_add/__manifest__.py index 572eadad..564dcae6 100644 --- a/app_purchase_product_multi_add/__manifest__.py +++ b/app_purchase_product_multi_add/__manifest__.py @@ -37,10 +37,8 @@ 1. 可以一键快速将多个产品加到采购订单中 2. 可对产品进行过滤、分组,然后批量加入 """, - 'price': 0.00, - 'currency': 'EUR', 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'purchase', ], 'images': ['static/description/banner.gif'], diff --git a/app_purchase_product_multi_add/static/description/index.html b/app_purchase_product_multi_add/static/description/index.html index c9b3f47c..6d09fc30 100644 --- a/app_purchase_product_multi_add/static/description/index.html +++ b/app_purchase_product_multi_add/static/description/index.html @@ -8,9 +8,6 @@
-

Because odoo.com Sync Bug, you can get this free App from - "My Github". -

One Click to add multi product to Purchase Order.

diff --git a/app_sale_product_multi_add/__manifest__.py b/app_sale_product_multi_add/__manifest__.py index f913927e..197d927e 100644 --- a/app_sale_product_multi_add/__manifest__.py +++ b/app_sale_product_multi_add/__manifest__.py @@ -37,10 +37,8 @@ 1. 可以一键快速将多个产品加到销售订单中 2. 可对产品进行过滤、分组,然后批量加入 """, - 'price': 0.00, - 'currency': 'EUR', 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'sale', ], 'images': ['static/description/banner.gif'], diff --git a/app_sale_product_multi_add/static/description/index.html b/app_sale_product_multi_add/static/description/index.html index f6317bdd..99fc037b 100644 --- a/app_sale_product_multi_add/static/description/index.html +++ b/app_sale_product_multi_add/static/description/index.html @@ -8,9 +8,6 @@
-

Because odoo.com Sync Bug, you can get this free App from - "My Github". -

One Click to add multi product to Sale Order.

diff --git a/app_stock_picking_product_multi_add/__manifest__.py b/app_stock_picking_product_multi_add/__manifest__.py index e1d71916..cd54d6b0 100644 --- a/app_stock_picking_product_multi_add/__manifest__.py +++ b/app_stock_picking_product_multi_add/__manifest__.py @@ -37,10 +37,8 @@ 1. 可以一键快速将多个产品加到库存调拨单中 2. 可对产品进行过滤、分组,然后批量加入 """, - 'price': 0.00, - 'currency': 'EUR', 'depends': [ - 'app_web_one2many_multi_add', + # 'app_web_one2many_multi_add', 'stock', ], 'images': ['static/description/banner.gif'], 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 7ecf647c..2e8e6137 100644 --- a/app_stock_picking_product_multi_add/static/description/index.html +++ b/app_stock_picking_product_multi_add/static/description/index.html @@ -8,9 +8,6 @@
-

Because odoo.com Sync Bug, you can get this free App from - "My Github". -

One Click to add multi product to Stock Picking Order.