- May 28, 2014
-
-
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
-
Thibault Delavallée authored
[FIX] website_mail_group: discussion group snippet - moved into website_mail_group, instead of having the snippet in website_mail and the archives in website_mail_group - fixed routes to avoid security issues - better display of email on groups and archive
-
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
-
-
Fabien Pinckaers authored
[FIX] ir_qweb: contact field must add 'http://' if the website url value has not any protocol
-
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
-
Olivier Dony authored
-
Olivier Dony authored
-
Martin Trigaux authored
[FIX] Fix o2m record duplication when clicking on a button The button action will execute a write call, creating the new line. The reload is necessary to avoid recreating the line when using the save button.
-
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
-
Thibault Delavallée authored
[FIX] mass_mailing: fixes in mail (default recipients), mass_mailing (recipients computation), web (chardomain widget)
-
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.
-
Martin Trigaux authored
account: safer access to parent in invoice line form
-
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
-
Richard Mathot authored
-
Thibault Delavallée authored
[IMP] website_mail: improved snippet to subscribe to a mail.group
-
Richard Mathot authored
-
Thibault Delavallée authored
Main modifications : - layout: input - button when not following, links (email - archives - unsubscribe) when following - when adding your email, update all other subscribe snippets input in the page to avoid havign to re-type it - management of fields of the record to subscribe to, used to have access to the alias of the group
-
Mohammed Shekha authored
-
- May 26, 2014
-
-
Martin Trigaux authored
[FIX] delivery: when computing the weight and volume, use the quantity converted to the product uom instead of the uom of the purchase order.
-
Denis Ledoux authored
This commit is related to 8d496399 and b88755c4 When hitting buttons of type object, the active_model and active_id(s) were kept, and, therefore, when calling a feature using the active* args, this feature used the active* args from the previous action. Nevertheless, concerning wizards, the active* args should be indeed the active* args of the previous action, as wizards expects to have the active* args from the previous action. Thus, we reset these active* args only when this is not a wizard (target === 'current') For example, from a sales order, hit the 'view invoice' button, and on the invoice, hit the 'send by email' button: The active_id in the send by email wizard were the id of the sale order, not of the invoice
-
Richard Mathot authored
-
Fabien Meghazi authored
[FIX] access rights for public user on res.partner.grade
-
Martin Trigaux authored
'invoiced' fields help message is wrong the purchase order is set as invoiced when every line has a validated invoiced.
-
Fabien Meghazi authored
-
JoshuaJan authored
-
Denis Ledoux authored
This access rights checks is meaningful for website_blog only
-