2 changed files with 34 additions and 1 deletions
@ -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…
Reference in new issue