odoo/addons/sale/report
Guewen Baconnier 3a314780c0 [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines
Sales Order lines have a cancelled state, but this state is not
always considered when looping over lines. This check is
done in some places already and this patch's aim is to do it in the
remaining places.

- Cancel the procurement of a sale line in sale.order.line
instead of sale.order, so a line canceled individually with
sale_order_line.button_cancel will properly cancel it
procurement.
- Sale report: uses the state of lines instead of Sales order,
so canceled lines of not-canceled orders are correctly represented
in the analysis.
- test: do not create invoices lines for canceled sale lines
- test: creation of moves with canceled lines
- test: check if lines are still canceled when sale order is done

Closes #6036
2015-04-24 17:29:51 +02:00
..
__init__.py [IMP] no need to inherit sale.order report we are already in sale/report +change file name for invoice report 2014-05-02 17:23:18 +05:30
invoice_report.py [IMP] addons: add _depends on models backed up by an sql view and used by other models 2014-07-08 15:32:38 +02:00
invoice_report_view.xml [FIX] fix wrong filter in search view (account/sale) 2014-11-06 14:15:19 +01:00
sale_report.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
sale_report_view.xml [FIX] sale: backport of rev 709e22c32a 2014-09-15 16:57:51 +02:00