odoo/addons/website_event_sale
Jeremy Kersten 8ff6299d9d [FIX] website_sale: save the company in street and the street in street2.
The old behaviour was not better, because when we print the invoice, the order was ugly:
    Name
    Street
    Company name
    Country

Now we will have:
    Name
    Company name
    Street
    Country

This patch is not retro-compatible:
   Old partners will see the address in company name and vice-versa.
   Need to update view and switch street field and street2 field
2014-10-07 19:00:45 +02:00
..
controllers [FIX] website_event_sale: need to use new api to send the context. Add some step for test to check if the cart have the distinct products 2014-09-10 10:09:55 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-09-23 13:42:05 +02:00
models [FIX] website*sale: product_id_change qty is 0 by default 2014-09-30 17:20:28 +02:00
security [FIX] event_sale, website_event_sale: ACLs for event.event.ticket 2014-05-27 18:39:00 +02:00
static/src/js [FIX] website_sale: save the company in street and the street in street2. 2014-10-07 19:00:45 +02:00
tests [FIX] website: enable test for blog, event... 2014-07-02 14:09:57 +02:00
views [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
__init__.py [IMP] website_event: split module: remove depends with sale and move event's ticket form into a bridge: website_event_sale 2014-01-28 12:31:01 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00