- Jul 08, 2014
-
-
Jeremy Kersten authored
[FIX] Crm partner assign: Sort the partners by grade / published implemented. else the display are not explicit on website, because old order takes all the implemented partner but on website we display the number of reference published
-
- Jul 05, 2014
-
-
Olivier Dony authored
-
- Jul 04, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
Mixes the mass_mailing_id and mass_mailing_campaign_id between the two models. Introduced by 9fc4ad99, PR #472
-
Olivier Dony authored
-
Olivier Dony authored
This instance was not actually exploitable for SQL injection as it is not callable directly via RPC and guarded by other queries when indirectly called. Still plain awful.
-
Olivier Dony authored
This instance was not actually exploitable for SQL injection as it is not callable directly via RPC and guarded by other queries when indirectly called. Still plain awful.
-
Martin Trigaux authored
The installation of a multilang localisation (e.g. Belgium) used to install as well account_accountant (and then account_voucher) for no technical reason and was considered as the full accounting package.
-
- Jul 03, 2014
-
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216...
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216...
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.
-
Martin Trigaux authored
Correctly take the 'use parent address' into account in the onchange. Slightly updated the view that was weird with this parameter. opw 609344
-
Richard Mathot authored
-
- Jul 02, 2014
-
-
Richard Mathot authored
When tag <drawString> is misused in an RML report, logs a more explicit error
-
Martin Trigaux authored
-
Lionel Sausin authored
-
Richard Mathot authored
-
Richard Mathot authored
Empty URLs for OAuth providers do not crash anymore the login screen
-
Thibault Delavallée authored
-
- Jul 01, 2014
-
-
Richard Mathot authored
-
Martin Trigaux authored
When setting a worklog on a project_issue, the field to_invoice is prefilled with on_change_account_id based on the contract settings. As the field was not present on the list view, the information was lost and every worklog was not written as invoiceable, even if enabled on the contract. opw 609082.
-
Richard Mathot authored
-
Richard Mathot authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Martin Trigaux authored
Commit b6a7402f (reverted at f8671cb4) was almost correct, the PageReset should be added at the end of each stories but only if we have one more stories. The PageReset will force the page count to be reseted at zero which means that last page of report would have been at zero.
-
- Jun 30, 2014
-
-
Jeremy Kersten authored
Update the regexp to be not case sensitive
-
Jeremy Kersten authored
[FIX] website - force to test isdigit on a string else a tb "'int' object has no attribute 'isdigit'" can exist if the page var was right and so already and int
-
Jeremy Kersten authored
Need to find which controller add ?page= instead of &page= because google find some url with '?page=1?page=2' --> page = '1?page=2'. According to google, the referrer is the old website.
-
Olivier Dony authored
-
Thibault Delavallée authored
[IMP] [BACKPORT] Mailing lists usability improvements: headers related t...
-
Thibault Delavallée authored
[IMP] [BACKPORT] Mailing lists usability improvements: headers related to mailing lists, use of email queue for notification emails (> 50 followers), archive website template imp and fix. Backport of commit 839815fd of saas-5 (PR 502).
-
Thibault Delavallée authored
[FIX] mass mailing: performance issue on stats #469: use SQL to compute mailing / campaign statistics on mail mail statistics model.
-
Jeremy Kersten authored
-
- Jun 29, 2014
-
-
Antony Lesuisse authored
Fix wrong relative import of hr_payroll
-
- Jun 27, 2014
-
-
Jacques-Etienne Baudoux authored
In case of invalid format such as 'name email@server' (missing chevrons), the parsing would be failing due to a strict behaviour of getaddresses (returns nameemail@server). With the patch this format is accepted. opw 607312
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
-