This question has been flagged
4 Replies
6707 Views

I've enabled discount per so line and invoice line. It is working fine. The only issue is I don't want it to be %, instead whatever the user input is there should be deducted from the product price. Just a flat discount based on user input not percentage base. I don't get which python file is handling it.

I'm working with OpenERP 7

Avatar
Discard
Best Answer

There is a module which allow you to apply discount on whole sale and / or invoice.

Module also shows discount in sale and invoice reports.

Sale Invoice Discount v7

Avatar
Discard
Best Answer

Currently a absolute discount per line is not possible. Of course you can add this functionality with a module. However this would require a huge effort because you would also have to update invoices, shippings, ....

We also had this requirements and we decided to use a separate 'Discount' product with a negative unit price.

Avatar
Discard
Best Answer

Have a look on

http://odooshoppe.com/shop/product/fix-flate-percentage-discount-on-sale-and-invoice-20

Avatar
Discard
Best Answer

Watch here:

settings / configuration / sales / Product Features / Allow setting a discount on the sales order lines

activate that and you will find a discount field on sale.order.line sheet.

Avatar
Discard