- May 29, 2014
-
-
Olivier Dony authored
The file was originally added in website_mail at 59b934 in saas-4 but was lost in master since.
-
Olivier Dony authored
[FIX] website_mail*: fix + bundlify changes of 0c89ca: move subscription widget from website_mail to website_mail_group
-
- May 28, 2014
-
-
Fabien Meghazi authored
Commit 0c89ca0f moves website_mail.editor.js but is still referenced in website_mail.xml
-
Richard Mathot authored
-
Denis Ledoux authored
[FIX] web: on new ir actions act_window target current, change the active* params from context for the dataset only This fix is related to a37bad20 This previous fix did solved the issue of its purpose, but had a side effect for actions using these active* params, e.g. search views For instance, Go to Project > Projects, click on any project, you are than redirected to tasks/issues of this project If you reload the page, an error pops up, complaining that active_id cannot be found
-
Denis Ledoux authored
-
Denis Ledoux authored
opw-607517
-
Thibault Delavallée authored
[FIX] website_mail, websit_mail_group: moved discussion group snippet to the right module; it should not be available when the mailing list archives module is not installed. Also fixed get_alias_info route to be mail_group specific and to avoid allowing people to browse the database.
-
Richard Mathot authored
-
Richard Mathot authored
-
Thibault Delavallée authored
Added instead a controller to get alias data. This controller is called by the discussion group snippet to have the info about the alias.
-
- May 27, 2014
-
-
Christophe Simonis authored
-
Denis Ledoux authored
event.event.ticket were set in website_event_sale, while this model is set in event_sale module Manager acl moved from website_event_sale to event_sale Created a new acl for event user in event_sale Left the acl for everyone in website_event_sale, meaning that when this module is installed, everyone can read tickets, event those who aren't event user
-
Thibault Delavallée authored
-
Fabien Meghazi authored
This reverts commit dd900408, reversing changes made to 4da882d4.
-
Denis Ledoux authored
-
Mohammed Shekha authored
-
Richard Mathot authored
Commit backported from master 8ad97da8
-
Thibault Delavallée authored
[CLEAN] website_mail: cleaned a lost console.log and a commented line that should have been removed with pr 213
-
Christophe Matthieu authored
[IMP] website_sale: use company vat_check_vies field to select the method to check the vat id base_vat is installed
-
Thibault Delavallée authored
[FIX] website_sale, website_event_sale: updated tests according to the new dom of the checkout page introduced in pull request 232
-
Thibault Delavallée authored
[FIX] mail: fixed get_default_recipient, trying to call a method even if the target model do not have it; also fixed default recipients generation on the contact model; sending a mass mailing when not having recipient now raise a warning.
-
Thibault Delavallée authored
[FIX] web: chardomain widget: fixed selection of some records in a list (bad domain formatting), fixed domain evaluation tah is done server-side instead of through a stringigy.
-
Christophe Matthieu authored
[IMP] website_sale: if base_vat is installed, when the use try to validate checkout, the vat is checked (VAT Information Exchange System)
-
Xavier Morel authored
-
Christophe Matthieu authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
Also add a few comments to note understanding of code
-
Xavier Morel authored
rco notes that group tests are generally intersections, if the user has *any* group set on the object he can see/use it. This change is a literal translation of the original semantics, which may be wrong.
-
Xavier Morel authored
just forwarding the context object does not count as using it, if callees want a context they can ensure they've got one on their own
-
Xavier Morel authored
[IMP] don't pointlessly recreate view_obj every time _views_get is called, better use of pool & data APIs
-
Xavier Morel authored
-
Xavier Morel authored
-
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
-
Denis Ledoux authored
-
Martin Trigaux authored
In the account.invoice.line form, do not assume the parent is defined when evaluating the context to invoice_line_tax_id as we could come from another view (e.g.: purchase order line form). Fixes #206
-