- Sep 08, 2014
-
-
Olivier Dony authored
When deleting filesystem-backed attachements, the deletion on the file-system is not transactional. In the event of a transaction rollback, the file deletion would not be rolled back, which is a dangerous side-effect. This can happen for example when several transactions try to delete the same file(s) at the same time. The duplicate deletions might be detected by the database (being concurrent update errors), and rolled back at the point of the DELETE query, to be retried. If the files have already been deleted in the file system it before the rollback, it leaves the system in an inconsistent state, at least temporarily. One case where we have seen it is when web bundles are loaded by many web users at the same time, right after being updated (and thus invalidated). As they are currently cached as ir.attachment records, this often causes a corruption of the cache.
-
Olivier Dony authored
-
Simon Lejeune authored
* render the invitation widget inside oe_application * override the margin of oe_right in order to display the two div on the same line
-
Simon Lejeune authored
The webclient rendering is done in two parts: the server renders the boilerplates including the menus, and then the javascript launch the webclient using the server-side boilerplates. In some case, we want to render the boilerplates but not the menus (auth_calendar). Added groups around the t-call to the menu in the web template. Fixes issue #2044.
-
Xavier Morel authored
Avoids 2 rendering passes, and allows editing e.g. events detail page, which couldn't be done (due to groups=public in a mail component) fixes #1994
-
- Sep 05, 2014
-
-
Christophe Simonis authored
-
David Monjoie authored
-
David Monjoie authored
-
Jeremy Kersten authored
-
Jeremy Kersten authored
Automatic Cookie Domain Configuration simplifies cross domain tracking implementations by automatically writing cookies to the highest level domain possible when the auto parameter is used. When used on the domain www.example.co.uk, it will try to write cookies in the following order: co.uk example.co.uk www.example.co.uk Analytics.js will fail to write a cookie on co.uk but will succeed on example.co.uk. Since a cookie was succesfully written on a higher level domain, www.example.co.uk will be skipped.
-
Fabien Meghazi authored
- Properly check unmet dependencies - Set imported module's state to 'installed' - Fix bad translation usage
-
- Sep 04, 2014
-
-
Christophe Simonis authored
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Somesh Khare authored
To keep the pager and view changer after confirmation of a sale order, do not reload the view (quotation and sale order view are the same anyway) Fixes #250
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Xavier Morel authored
as recommended by nwi use same style as logo but very slightly smaller font, otherwise the difference is a bit jarring as numbers are much bigger than the app logo's text
-
Raphael Collet authored
Add an attribute 'related_sudo' (True by default) for related fields. A related field is computed as superuser if related_sudo is True. Add explicit related fields 'name' and 'email' on 'res.users', as these should be readable by the public user with module website_forum.
-
Raphael Collet authored
Fix modules with code like "record.id in other.stuff_ids".
-
Raphael Collet authored
The test in test_ir_model creates a custom model. This causes a full reload of the registry, which recursively installs the required modules while 'base' is being tested. As a side effect, it commits stuff from the database, so that the effects of test_ir_model are actually not rolled back.
-
Somesh Khare authored
The attachment menu (list and add) has no effect in tree view (not supporting multi-items upload and display), the menu should then only be displayed in these view (opw 612534)
-
Xavier Morel authored
needs beauty input
-
Xavier Morel authored
* also only enable linkcode if Sphinx >= 1.2 * fix html inline roles?
-
Jérome Maes authored
-
Christophe Matthieu authored
[FIX] website_sale: customer write on public user and the sale order is apply to public user if the public user is active=True; the checkout layout display state_id field twice
-
Denis Ledoux authored
-
Denis Ledoux authored
This is related to rev. dd4d72d7 Not opening a new window action allows to keep the current list of stock picking being threated, and to use the next an previous arrow of the forom view of the web client.
-
Géry Debongnie authored
-
Quentin De Paoli authored
-
Denis Ledoux authored
Otherwise, if done with the superuser: - The multi-company rules won't work, the user will have the amount of all invoices, cross-companies - The amount currency will always be the currency of the superuser
-
Josse Colpaert authored
[IMP] Courtesy of kevin3274 issue 1258: orderpoint should have float mul...
-
Raphael Collet authored
This fixes a bug which is usually triggered in module account_followup, but does not occur deterministically. Some recomputations of computed fields are apparently missing. Environment objects containing recomputations todos and kept alive by a WeakSet, are removed by the Python garbage collector before recomputation takes place. We fix the bug by moving the recomputation todos in a non-weakref'ed object.
-
Martin Trigaux authored
This field is readonly so a onchange is useless anyway (opw 612593)
-
Xavier Morel authored
[FIX] Size for icon field of ir_module_module table in base.sql fixes #2095
-
Pedro M. Baeza authored
-
- Sep 03, 2014
-
-
Josse Colpaert authored
-
Josse Colpaert authored
8.0 wmsstaging7 jco
-
Josse Colpaert authored
8.0 wmsbomtasks jco
-