From 69e6afbbcf938b0052a1d531c2f5f0009c20f45a Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Tue, 4 Apr 2017 15:03:38 +0530 Subject: [PATCH] Added Category --- export_stockinfo_xls/__openerp__.py | 2 +- export_stockinfo_xls/__openerp__.py~ | 22 ++++++++++++++++++++++ sale_discount_total/__openerp__.py~ | 2 +- taxless_purchase_sale/__openerp__.py | 2 +- taxless_purchase_sale/__openerp__.py~ | 26 ++++++++++++++++++++++++++ 5 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 export_stockinfo_xls/__openerp__.py~ create mode 100644 taxless_purchase_sale/__openerp__.py~ diff --git a/export_stockinfo_xls/__openerp__.py b/export_stockinfo_xls/__openerp__.py index e8e80d3df..1fba75bc4 100644 --- a/export_stockinfo_xls/__openerp__.py +++ b/export_stockinfo_xls/__openerp__.py @@ -1,7 +1,7 @@ { 'name': 'Export Product Stock in Excel', 'version': '0.2', - 'category': 'Inventory', + 'category': 'Warehouse', 'license': "AGPL-3", 'summary': "Current Stock Report for all Products in each Warehouse", 'author': 'Cybrosys Techno Solutions', diff --git a/export_stockinfo_xls/__openerp__.py~ b/export_stockinfo_xls/__openerp__.py~ new file mode 100644 index 000000000..e8e80d3df --- /dev/null +++ b/export_stockinfo_xls/__openerp__.py~ @@ -0,0 +1,22 @@ +{ + 'name': 'Export Product Stock in Excel', + 'version': '0.2', + 'category': 'Inventory', + 'license': "AGPL-3", + 'summary': "Current Stock Report for all Products in each Warehouse", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'depends': [ + 'base', + 'stock', + 'sale', + 'purchase', + 'report_xlsx' + ], + 'data': [ + 'views/wizard_view.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/sale_discount_total/__openerp__.py~ b/sale_discount_total/__openerp__.py~ index 8dda1aa21..a5a9f0082 100644 --- a/sale_discount_total/__openerp__.py~ +++ b/sale_discount_total/__openerp__.py~ @@ -1,7 +1,7 @@ { 'name': 'Sale Discount on Total Amount', 'version': '1.0', - 'category': 'sale', + 'category': 'Sales Management', 'sequence': 6, 'summary': "Discount on total in Sale and invoice with Discount limit and approval", 'author': 'Cybrosys Techno Solutions', diff --git a/taxless_purchase_sale/__openerp__.py b/taxless_purchase_sale/__openerp__.py index 50c8789d9..ec0c07137 100644 --- a/taxless_purchase_sale/__openerp__.py +++ b/taxless_purchase_sale/__openerp__.py @@ -1,7 +1,7 @@ { 'name': 'Taxless Sale & Purchase', 'version': '1.0', - 'category': 'Purchase', + 'category': 'Sale Management', 'sequence': 7, 'summary': 'hide Tax from Sales and Purchases', 'author': 'Cybrosys Techno Solutions', diff --git a/taxless_purchase_sale/__openerp__.py~ b/taxless_purchase_sale/__openerp__.py~ new file mode 100644 index 000000000..37d095d9a --- /dev/null +++ b/taxless_purchase_sale/__openerp__.py~ @@ -0,0 +1,26 @@ +{ + 'name': 'Taxless Sale & Purchase', + 'version': '1.0', + 'category': 'Purchase Management', + 'sequence': 7, + 'summary': 'hide Tax from Sales and Purchases', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + + +======================= + + +""", + 'depends': ['base', 'sale', 'purchase', 'taxless_accounting'], + 'data': [ + 'purchase_view.xml' + + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': False, +}