- May 27, 2014
-
-
Thibault Delavallée authored
[IMP] website_sale: correctly submit the payment form using a post request, correctly create the tx asynchronously
-
Fabien Meghazi authored
[IMP] Move website assets to frontend bundle
-
Thibault Delavallée authored
[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.
-
Thibault Delavallée authored
Now: intercept the call, make an asynchronous call to create the tx, then continue to the acquirer. Previous this was done by a redirection, leading to a get request beign done. However it should be a post request.
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Martin Trigaux authored
[IMP] When no result is displayed in m2o field with option "no_create", add a "No result" value to avoid confusion.
-
Mitesh Savani authored
-
- May 26, 2014
-
-
Edgar Tenesaca authored
* Deleted: manually translation in es.po
-
Edgar Tenesaca authored
-
Fabien Meghazi authored
[IMP] Add 'Import Module' wizard to base_import_module
-
Fabien Meghazi authored
-
Edgar Tenesaca authored
-
Fabien Meghazi authored
-
Martin Trigaux authored
Removed confusing doubled check box "child_depend" in the tax view
-
Fabien Meghazi authored
[FIX] sitemap.xml urls
-
Fabien Meghazi authored
-
Martin Trigaux authored
[FIX] website_forum: display the users as a table in block of 3 cols
-
Martin Trigaux authored
-
Martin Trigaux authored
Add contributing.md file
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Martin Trigaux authored
-
- May 23, 2014
-
-
Edgar Tenesaca authored
-
David Arnold authored
This checkbox caused greate confusion, as it was doubled in the tax form view. Field is already present in line 937 Thanks for merging.
-
Mitesh Savani authored
-
Xavier Morel authored
Various ex-module remains
-
Xavier Morel authored
* document_page should have disappeared a long time ago, no idea why it remains * thunderbird seems to have suffered from odd conflictual moves (or lack thereof) * audittrail was removed but not deactivated in rosetta
-
Xavier Morel authored
-
Thibault Delavallée authored
[FIX] website: fixed languages errors - ir_http: added a missing ? when a route using the default language was re-rerouted to remove the language part of the path, leading to a wrong url - website layout: fixed use of a languages variable not always defined depending on the working conditions
-
Thibault Delavallée authored
[FIX] website: ir_http: when rerouting url containing default language -> url without language, the ? was missing, leading to wrong urls.
-
Thibault Delavallée authored
[FIX] website: define languages variable outside of an 'if' as it is used below in the same template, leading to a crash due to the variable not always being defined.
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
Merge branch 'master-remove-html-fields-backend-ypa' of https://github.com/odoo-dev/odoo into odoo-dev-master-remove-html-fields-backend-ypa
-
Fabien Pinckaers authored
[FIX] Issues #167. Remove obsolete shop reference
-
- May 22, 2014
-
-
Sylvain LE GAL authored
-
Edgar Tenesaca authored
-