odoo/addons/website_sale/static/src/js
Christophe Matthieu f62673c266 [IMP] website_sale: Optional product with variant suggestion 2014-06-12 16:58:44 +02:00
..
website.tour.sale.js [MERGE] from trunk 2014-05-27 18:28:40 +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 [IMP] website_sale: Optional product with variant suggestion 2014-06-12 16:58:44 +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