diff --git a/merge_same_products/__openerp__.py b/merge_same_products/__openerp__.py index 25acc2b17..90b7d211e 100644 --- a/merge_same_products/__openerp__.py +++ b/merge_same_products/__openerp__.py @@ -28,7 +28,7 @@ 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', 'summary': "This module will merge order lines/invoice lines with same product in Sale, Purchase & Invoice", - 'category': 'sale', + 'category': 'Sales Management', 'depends': ['account', 'base', 'sale', 'purchase'], 'license': 'AGPL-3', 'data': [], diff --git a/merge_same_products/__openerp__.py~ b/merge_same_products/__openerp__.py~ index 0bb0f44de..25acc2b17 100644 --- a/merge_same_products/__openerp__.py~ +++ b/merge_same_products/__openerp__.py~ @@ -23,11 +23,11 @@ { 'name': 'Merge Same Product Line', 'version': '0.1', - 'description': """""", + 'description': """This module will merge order lines/invoice lines with same product in Sale, Purchase & Invoice""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', - 'summary': "This module will merge order lines/invoice line with same product in sale, purchase order lines and invoice line", + 'summary': "This module will merge order lines/invoice lines with same product in Sale, Purchase & Invoice", 'category': 'sale', 'depends': ['account', 'base', 'sale', 'purchase'], 'license': 'AGPL-3', diff --git a/untaxed_saleorder_report/__openerp__.py b/untaxed_saleorder_report/__openerp__.py index e5c62e9c9..5fc2d29e9 100644 --- a/untaxed_saleorder_report/__openerp__.py +++ b/untaxed_saleorder_report/__openerp__.py @@ -26,7 +26,7 @@ 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", - 'category': 'sale', + 'category': 'Sales Management', 'description': """ Module gives the Tax Dissolved (In Total Amount) SO/Customer Invoice Print""", 'depends': ['sale', 'account'], 'license': 'AGPL-3',