You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
933 B
34 lines
933 B
{
|
|
'name': 'Sale Discount on Total Amount',
|
|
'version': '10.0.1.0',
|
|
'category': 'Sales Management',
|
|
'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': [
|
|
],
|
|
'images': ['static/description/banner.jpg'],
|
|
'application': True,
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|
|
|