diff --git a/sale_discount_total/__manifest__.py b/sale_discount_total/__manifest__.py index 56aa9bfcb..53b2ce905 100644 --- a/sale_discount_total/__manifest__.py +++ b/sale_discount_total/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Sale Discount on Total Amount', 'version': '1.0', - 'category': 'sale', + 'category': 'Sales Management', 'summary': "Discount on total in Sale and invoice with Discount limit and approval", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', diff --git a/sale_discount_total/__manifest__.py~ b/sale_discount_total/__manifest__.py~ new file mode 100644 index 000000000..56aa9bfcb --- /dev/null +++ b/sale_discount_total/__manifest__.py~ @@ -0,0 +1,33 @@ +{ + 'name': 'Sale Discount on Total Amount', + 'version': '1.0', + 'category': 'sale', + 'summary': "Discount on total in Sale and invoice with Discount limit and approval", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + + 'description': """ + +Sale Discount for Total Amount +======================= +Module to manage discount on total amount in Sale. + as an specific amount or percentage +""", + 'depends': ['sale', + 'account' + ], + 'data': [ + 'views/sale_view.xml', + 'views/account_invoice_view.xml', + 'views/invoice_report.xml', + 'views/sale_order_report.xml', + 'views/res_config_view.xml', + + ], + 'demo': [ + ], + 'application': True, + 'installable': True, + 'auto_install': False, +}