odoo/addons/sale/wizard
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 [FIX] sale: removed buggy and useless fields_view_get() from wizard sale_make_invoice_advance.py 2012-09-20 15:12:29 +02:00
sale_line_invoice.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
sale_line_invoice.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
sale_make_invoice.py [REM] models: remove the magic methods signal_XXX() 2014-07-07 11:50:30 +02:00
sale_make_invoice.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
sale_make_invoice_advance.py [MERGE] forward port of branch saas-3 up to 6b70b80 2015-03-25 18:00:08 +01:00
sale_make_invoice_advance.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00