odoo/addons/event_sale
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-02-18 11:51:07 +01:00
security [FIX] event_sale, website_event_sale: ACLs for event.event.ticket 2014-05-27 18:39:00 +02:00
static/img [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
test [MERGE]: Merge with latest trunk-addons 2012-08-13 10:44:11 +05:30
views [IMP] event_sale: extra QWeb report for printing event badges, with HTML fields for custom content 2014-05-28 19:05:11 +02:00
__init__.py [IMP] event_sale: better usability (as per our usability expert review) + better naming of files 2012-02-28 11:59:06 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
event_demo.xml [FIX] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
event_sale.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
event_sale_data.xml [FIX] event_sale: data have to be in `noupdate` 2015-02-12 13:20:25 +01:00
event_sale_report.xml [IMP] event_sale: extra QWeb report for printing event badges, with HTML fields for custom content 2014-05-28 19:05:11 +02:00
event_sale_view.xml [MERGE] forward port of branch saas-4 up to revid c319dc4 2014-06-01 11:19:03 +02:00