odoo/addons/sale_stock
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
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
report [MERGE] forward port of branch saas-3 up to d3e7a8e 2015-04-10 18:35:34 +02:00
security merge sale stock loc 2013-10-08 16:32:31 +02:00
test [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
__init__.py [IMP] Adapt average yml and push flow yml, put stock.py from sale_stock in stock_account 2013-08-28 17:32:10 +02:00
__openerp__.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
company.py [IMP] Invoice on picking cleaned 2013-08-04 13:53:25 +02:00
company_view.xml
res_config.py [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
res_config_view.xml [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
sale_stock.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
sale_stock_demo.xml [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5 2014-04-22 18:20:28 +02:00
sale_stock_view.xml [FIX] sale_stock: product_id_change_with_wh on sale order popup too 2014-12-05 14:00:37 +01:00
sale_stock_workflow.xml [IMP] Move sale_stock_workflow towards sale_workflow and make sure project_mrp tests pass 2013-09-10 17:48:22 +02:00
stock_view.xml Fix sale_id on stock.picking.out view 2014-06-19 14:10:24 +02:00