odoo/addons/payment_paypal/views
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
..
payment_acquirer.xml [IMP] payment modules: added provider selection field that is different 2014-03-19 15:46:08 +01:00
paypal.xml [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
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00