- Jul 03, 2014
-
-
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.
-
- Jul 01, 2014
-
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
- 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).
-
Jeremy Kersten authored
-
- Jun 27, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
-
Martin Trigaux authored
Displaying the pagert in view group does not make sense as it's not updated when changing filter and every group (even if more than 80) is displayed in view group
-
Denis Ledoux authored
If you are follower of a job position, you receive a notification on applicant created by default
-
Olivier Dony authored
This happens when you do a plain signup, you end up as neither an employee nor a portal user, but should still now when you are logged in.
-
Olivier Dony authored
The website module normally tries to render user-friendly error pages for any error occurring during the processing of a website-enabled request. This happens even for werkzeug's HTTPExceptions that have their own response, because we want the website layout to be applied on top of the error page. One special sort of HTTPException should be preserved without rewriting: the manually-crafted ones generated with abort(), and usually wrapping a redirect response, which bears no alteration.
-
Denis Ledoux authored
The switch mode event was triggered even if the view was not actually switched This leaded to inconsistencies, like adding the view in the breadcrumb history, while the switch did not happen
-
Martin Trigaux authored
The parse_value has been fixed and is required to make sure we have a timezone assigned in the date
-
- Jun 26, 2014
-
-
Martin Trigaux authored
[FIX] loading: overwrite translation on module update if option --i18n-overwrite is set
-
Martin Trigaux authored
When creating hr.analytic.timesheet do not filter the list of fields to accept but set the list of fields to remove.
-
Denis Ledoux authored
On database drop or rename, close the existing sql connections
-
Martin Trigaux authored
[fIX] l10n_be_coda : do not try to create res.partner.bank without partner_id (required field)
-
Laetitia Gangloff authored
l10n_be_coda : do not try to create res.partner.bank when set no partner in an account.bank.statement.line
-
Martin Trigaux authored
[IMP] l10n_fr_hr_payroll: make sure the date format of Fiche de paie report is in french report_sxw: make sure we have a fallback on en_US if trying to load an format in unknown language
-
Foram Katharotiya authored
-
Laetitia Gangloff authored
l10n_be_coda : do not try to create res.partner.bank when set no partner in an account.bank.statement.line
-
- Jun 25, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
This gives JSONRequests a chance to return a proper JSON-RPC result when an HTTPException is raised downstream, instead of returning a plain HTML 404 error.
-
Jeremy Kersten authored
[FIX] Forum / site map - redirect to question topic and response bypassed by sitemap
-
Olivier Dony authored
[FIX] _handle_exception() logic amongst requests and ir_http objects Changes in website's ir_http#_handle_exception(): * exception is mandatory, can't be None anymore * we don't touch non website_enabled requests * we don't touch explicits plain responses from parent * logic flow is now easier to read (I hope so) * check for openerp's AccessError and convert to 403 errors Change in website's ir_http#_dispatch(): * In case of real 404, instead of returning self._handle_exception(), just let parent do the job (so we call super())
-
Richard Mathot authored
-
Martin Trigaux authored
Some objects (e.g. account.move.line) have a different signature than the classical 'cr, uid, ids, vals, context=None' and may add extra arguments. This fix allows to create rules on these objects and still pass the valid arguments. (opw 609204)
-
Jeremy Kersten authored
-
Jeremy Kersten authored
[FIX] Forum / Sitemap - Restrcit the domain from controller, else the sitemap fetch response without the question
-
Jeremy Kersten authored
[FIX] Sitemap - Back forward from saas-5 5cc1317a to have the url_root in sitemap
-
Christophe Simonis authored
-