- Jun 22, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Jun 20, 2014
-
-
Jacques-Etienne Baudoux authored
When searching for a record in a m2o field, if we click on 'search more' we loose the focus on the field and select the first suggestion (which triggers potential on_change). This prevents the selection for this case.
-
Ruchir Shukla authored
When a module is uninstalled, this will also uninstall modules depending of it. To avoid unexpected loss of data, this patch list the modules that will get impacted during the installation. This also affects the configuration pages with on change warnings.
-
Richard Mathot authored
-
Martin Trigaux authored
[IMP] web: allow fields in list view to use the attrs readonly to dynamically show and hide the fields
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Olivier Dony authored
[MERGE] http routing: fix handle_exception logic and _authenticate exceptions * Better separate JsonRequest and HttpRequest handling for exceptions, so each type of request handles exception the right way. Previously HttpRequest would supersede JsonRequest in some cases and generate pure HTML responses where a JSON result was expected. * Also ensure that ir.http._authenticate() only raises two possible exception types, hiding any other kind of internal errors: - openerp.exceptions.AccessDenied - openerp.http.SessionExpiredException
-
- Jun 19, 2014
-
-
Thibault Delavallée authored
-
Christophe Simonis authored
-
Martin Trigaux authored
[FIX] sale: cannot filter on paid = False (opw 608186)
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Niels Huylebroeck authored
-
Martin Trigaux authored
Production : Use the source location of the MO instead of the one of the BOM
-
Denis Ledoux authored
When adding an item to the editable list, the focused field was no longer the first visible field This is related to revision 4a508885 visible_columns list is not ordered
-
Najlaâ El Khayat authored
Use the source location defined on the current MO's routing not directly on the BOM
-
Paramjit Singh Sahota authored
The selector to toggle the theme was triggered too often (on almost each button) but had no effect because no view-id was present. Patch fix #627
-
Guillermo Bisheimer authored
-
Xavier Morel authored
[FIX] fixes searchbar navigation (web client)
-
Thibault Delavallée authored
-
Géry Debongnie authored
the code handling the keydown events was moved, but the variable this was not adjusted accordingly, resulting in a broken navigation. It is now possible to press LEFT and RIGHT again to move the focus between facets.
-
Thibault Delavallée authored
[FIX] web_calendar: check for edit access rights + use correct display mode (view or edit) when going into a document form view from the calendar.
-
Xavier Morel authored
Ignore SVG elements when looking for edition events
-
Thibault Delavallée authored
[FIX] kanban: ie9: fixed the display of 'show more' button
-
Xavier Morel authored
-
Denis Ledoux authored
If no contract found, just pass, to avoid making the sql request
-
Daniel Reis authored
-
Thibault Delavallée authored
[FIX] website_mail: restored follow JS code that was wrongly merged with the mail group follow snippet. Now both widget animation exists, the second being more complex and therefore requiring a different animation.
-
Dharti Ratani authored
Removed widge=selection from account_id field in line in Purchase Receipt, as it only displays limited records(100) from the limit set in the name_search
-
- Jun 18, 2014
-
-
Martin Trigaux authored
[FIX] l10n_be_invoice_bba: random generation do not use sequence, so should be 10 char long during padding
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Olivier Dony authored
When `base_crypt` was updated for v7, the auto-encryption at installation was dropped, with user passwords only encrypted on-demand whenever the user would connect. It is important to encrypt all passwords immediately to prevent password compromission for user who do not login often or even for deactivated users who are not allowed to login anymore. Fixes https://bugs.launchpad.net/openobject-addons/+bug/1280152 Based on LP merge proposal by Nicolas Bessi (Camptocamp): https://code.launchpad.net/~camptocamp/openobject-addons/improve_auth_crypt_3_please_launchpad_work-nbi/+merge/206476
-
Anaël Closson authored
When parsing incoming messages, ignore white-space around In-Reply-To headers, and extract message-id items inside the References header using a regex. This actually serves as a workaround for broken MTAs mangling References (such as outlook.com nesting past ones with commas, violating RFC2822). Closes #516 as a manual rebase.
-
Fabien Meghazi authored
-
Denis Ledoux authored
When creating the recurring invoices of the contracts, the invoices accounts(ir.property) must be set according to the company of the contract, not according to the company of the user creating the invoices
-