diff --git a/grap_custom_import_account_product_fiscal_classification/__manifest__.py b/grap_custom_import_account_product_fiscal_classification/__manifest__.py index 3e11ffb..c7ee7d3 100644 --- a/grap_custom_import_account_product_fiscal_classification/__manifest__.py +++ b/grap_custom_import_account_product_fiscal_classification/__manifest__.py @@ -3,8 +3,8 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "GRAP - Custom Import Fiscal Classification", - "summary": "Extra GRAP Tools to import data for" + "name": "GRAP - Custom Product Import - Fiscal Classification Module", + "summary": "Extra GRAP Tools to import product data for" " Account Product Fiscal Classification", "version": "16.0.1.0.0", "category": "Tools", diff --git a/grap_custom_import_product/__manifest__.py b/grap_custom_import_product/__manifest__.py index 2604767..fc58647 100644 --- a/grap_custom_import_product/__manifest__.py +++ b/grap_custom_import_product/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "GRAP - Custom Import Product Module", + "name": "GRAP - Custom Product Import", "summary": "Extra GRAP Tools to import data for product module", "version": "16.0.1.0.0", "category": "Tools", diff --git a/grap_custom_import_product_supplierinfo_qty_multiplier/__manifest__.py b/grap_custom_import_product_supplierinfo_qty_multiplier/__manifest__.py index 7252558..43f6720 100644 --- a/grap_custom_import_product_supplierinfo_qty_multiplier/__manifest__.py +++ b/grap_custom_import_product_supplierinfo_qty_multiplier/__manifest__.py @@ -3,9 +3,9 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "GRAP - Custom Import Product Supplierinfo Quantity Multiplier Module", - "summary": "Extra GRAP Tools to import data for" - " product Supplierinfo Quantity Multiplier module", + "name": "GRAP - Custom Product Import - Supplierinfo Quantity Multiplier Module", + "summary": "Extra GRAP Tools to import product data for" + " Product Supplierinfo Quantity Multiplier module", "version": "16.0.1.0.0", "category": "Tools", "author": "GRAP",