odoo/addons/website_sale/static/src/js
Christophe Matthieu 1e9c72f308 [MERGE] from master 2014-06-13 12:35:23 +02:00
..
website.tour.sale.js [FIX] website_sale: tour about customize don't check last step 2014-06-02 12:11:04 +02:00
website.tour.shop.js [FIX] website_sale: add product: customize img (forgotten merge) 2014-04-11 13:59:39 +02:00
website_sale.editor.js [IMP] website: load website.xml templates only in editable mode 2014-05-05 13:38:00 +02:00
website_sale.js [MERGE] from master 2014-06-13 12:35:23 +02:00
website_sale_payment.js [IMP] payment addons: fixed submit buttons: now have type=submit (and not image or nothing) and removed name, because this may cause issues when trying to submit a form manually with type=submit and a name. Also improved js code in website_sale to correctly handle the click binding, the asynchronous call to the server to create the transaction, and then submit the form. As form submission is synchronous in javascript, we cannot use the deferred. Instead we prevent the click event from bubbling, wait for the server to create the transaction, adn then manually submit the form. 2014-05-27 11:35:32 +02:00
website_sale_validate.js [FIX] website_sale: payment get status url (ending slash); fix debbuger template url scripts 2014-03-19 09:57:00 +01:00