Browse Source

Added Category

pull/15/head
SHEREEF PT 8 years ago
parent
commit
8c8d180bf6
  1. 2
      sale_discount_total/__manifest__.py
  2. 33
      sale_discount_total/__manifest__.py~

2
sale_discount_total/__manifest__.py

@ -1,7 +1,7 @@
{ {
'name': 'Sale Discount on Total Amount', 'name': 'Sale Discount on Total Amount',
'version': '1.0', 'version': '1.0',
'category': 'sale', 'category': 'Sales Management',
'summary': "Discount on total in Sale and invoice with Discount limit and approval", 'summary': "Discount on total in Sale and invoice with Discount limit and approval",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',

33
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,
}
Loading…
Cancel
Save