From a214bf08357cf72ea8f0d891a081cd2c8b3552b9 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 19 Aug 2018 21:06:51 +0800 Subject: [PATCH] update depends --- app_account_invoice_product_multi_add/__manifest__.py | 1 - app_mrp_bom_product_multi_add/__manifest__.py | 1 - app_purchase_product_multi_add/__manifest__.py | 1 - app_sale_product_multi_add/__manifest__.py | 1 - app_stock_picking_product_multi_add/__manifest__.py | 1 - 5 files changed, 5 deletions(-) diff --git a/app_account_invoice_product_multi_add/__manifest__.py b/app_account_invoice_product_multi_add/__manifest__.py index 2fe877af..f001caf8 100644 --- a/app_account_invoice_product_multi_add/__manifest__.py +++ b/app_account_invoice_product_multi_add/__manifest__.py @@ -38,7 +38,6 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', 'account', ], 'images': ['static/description/banner.gif'], diff --git a/app_mrp_bom_product_multi_add/__manifest__.py b/app_mrp_bom_product_multi_add/__manifest__.py index 6f19e3dc..fdeb1003 100644 --- a/app_mrp_bom_product_multi_add/__manifest__.py +++ b/app_mrp_bom_product_multi_add/__manifest__.py @@ -38,7 +38,6 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', 'mrp', ], 'images': ['static/description/banner.gif'], diff --git a/app_purchase_product_multi_add/__manifest__.py b/app_purchase_product_multi_add/__manifest__.py index 30850774..ed4f76bb 100644 --- a/app_purchase_product_multi_add/__manifest__.py +++ b/app_purchase_product_multi_add/__manifest__.py @@ -38,7 +38,6 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', 'purchase', ], 'images': ['static/description/banner.gif'], diff --git a/app_sale_product_multi_add/__manifest__.py b/app_sale_product_multi_add/__manifest__.py index 5131c619..e43435de 100644 --- a/app_sale_product_multi_add/__manifest__.py +++ b/app_sale_product_multi_add/__manifest__.py @@ -38,7 +38,6 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', 'sale_management', ], 'images': ['static/description/banner.gif'], diff --git a/app_stock_picking_product_multi_add/__manifest__.py b/app_stock_picking_product_multi_add/__manifest__.py index f4f4bdd8..43afb72a 100644 --- a/app_stock_picking_product_multi_add/__manifest__.py +++ b/app_stock_picking_product_multi_add/__manifest__.py @@ -38,7 +38,6 @@ 2. 可对产品进行过滤、分组,然后批量加入 """, 'depends': [ - 'app_web_one2many_multi_add', 'stock', ], 'images': ['static/description/banner.gif'],