odoo/addons/sale/test
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
..
cancel_order.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
canceled_lines_order.yml [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
create_sale_users.yml [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login) 2013-10-03 16:32:34 +02:00
delete_order.yml [IMP] improve yml strings 2013-03-18 11:24:12 +05:30
edi_sale_order.yml [FIX] sale/edi: do not import non-existing field date_planned 2013-10-31 19:56:33 +01:00
manual_order_policy.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
sale_order_demo.yml [FIX] sale: change test because product's demo datas have changed 2013-10-15 12:21:33 +02:00