odoo/addons/website_sale/static/src/js
Christophe Matthieu 34815021b8 merge upstream 2014-06-24 10:13:11 +02:00
..
website.tour.sale.js merge upstream 2014-06-20 10:09:16 +02:00
website.tour.shop.js [FIX] website_sale: user can't edit the price. 2014-06-23 16:38:04 +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 [IMP] website_sale: display the discount in the product template when the user select a variant 2014-06-19 13:12:08 +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