- Jan 20, 2015
-
-
Olivier Dony authored
-
Denis Ledoux authored
When a model is regarded as public readable, no group should be set on the ACL, to allow ANYONE to read the model, not just the users within the public group.
-
Denis Ledoux authored
-
Martin Trigaux authored
-
Martin Trigaux authored
Reduce the number of goals that are recomputed. Remove the goals for users that did not connect since the last update. Add sql query for faster lookup and restrict on user table
-
Martin Trigaux authored
-
Xavier Morel authored
Revert of ffff4981.
-
Denis Ledoux authored
-
Fabrice Henrion authored
closes #4784
-
Denis Ledoux authored
-
Denis Ledoux authored
In order to hide fields method_number and method_period to hide them according to the asset, fields_view_get method was overriden. An issue was present: if a search view on model account.asset.asset was added, and did not contain these method_* fields, this overriden fields_view_get was applied, and tried to hide method_* fields, while they were not present in the search view, which leaded to a crash. I could have solved this the easy way, to not apply the invisbility if the fields were not present in the view, or if the view was something else than form, but I prefered to solve this the cleanest way.
-
Quentin De Paoli authored
-
Raphael Collet authored
[FIX] name_search() using ilike on field id or any integer field
-
Cecile Tonglet authored
When looking for an issue number, it's more useful to match the word in the whole string instead of just a part of it.
-
Cecile Tonglet authored
-
- Jan 19, 2015
-
-
Christophe Simonis authored
-
Olivier Dony authored
The limit on the list of answers and questions posted by a given forum user is purposely limited to reduce the performance penalty for displaying them all. (see 78fa8619) However seeing the full list is useful for forum moderators (e.g. when tracking down abuse), and there are only a few such users with high karma, so enabling it for them is negligible performance-wise. Fixes #3955
-
Xavier Morel authored
-
Xavier Morel authored
* remove ZeroClipboard, pain to test locally and deployment didn't work right due to needing absolute path to the swf always * remove the clipboard alteration on the fly, behaves oddly and can be confusing * add an explicit button to expand and collapse the setup content * fixup some styling
-
Martin Trigaux authored
use search_count instead of search
-
Martin Trigaux authored
When a pos.session is launched, all the products are loaded. If the product was deleted in the backend, it was still possible to sell it in the pos.
-
Martin Trigaux authored
To allow overwrite in submodules and more readable code.
-
Laurent Mignon authored
closes #4773
-
Denis Ledoux authored
The first line having the globalisation code is the globalized amount, then the next line having this same globalisation code is the last line of the globalisation (the last children). The first line must no be included in the bank statement, but the last line must (as this is a real children line) This is a regression of commit: cbc52f80 Official doc concerning globalization code: The value which is mentioned (1 to 9), specifies the hierarchy level of the globalisation of which this record is the first. The same code will be repeated at the end of the globalisation
-
Géry Debongnie authored
courtesy of mva. This adds the weekday function to date objects in pyeval. This will be useful for adding better filters (such as this week) in the searchview.
-
Jeremy Kersten authored
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Xavier Morel authored
-
David Monjoie authored
Seems like the wizard was still looking for the old js context hack from before d5a89059 instead of testing against the new field
-
Stéphane Bidoul authored
closes #4767
-
youring authored
closes #4762
-
Fabrice Henrion authored
closes #4768
-
Antony Lesuisse authored
- delete a forgotten print - allow pg_dump custom dumps to be larger than the available disk size, the previous commit allowed dumps to be larger than memory, this one remove this limitation. zip dumps are still limited to by the disk size.
-
Antony Lesuisse authored
- let the user choose between the pg_dump custom format or the zip format including the filestore - use file objects to allow dumps larger than memory - postgres subprocess invocation is now clean and thread-safe, we dont touch the local process environ anymore - add a manifest to the zip dump format with version information about odoo, postgres (pg_dump doesnt output it) and modules
-
- Jan 16, 2015
-
-
Sandy Carter authored
-
Denis Ledoux authored
As entering a wrong value in the grouping field of res.lang, for instance '[,]', leads to an unavailability of the web interface, We add a constraint to prevent entering wrong values.
-
Richard Mathot authored
If a survey has "allow users to go back" option enabled, users can go back to previous pages and change their answers before submitting the whole survey. This commit fixes the very special case, when the user reaches the last page of the survey, then click on "Previous" button, then reopen the survey from the invitation URL (/survey/fill/<survey_id>/<token> without the /prev flag in the URL). This won't crash anymore. This commit fixes #2658 and #2680.
-
Richard Mathot authored
When user answers to multiple suggestion questions with a comment box, the comment box was prefilled with the ID's of the suggestion instead of user-entered data. This commit fixes #3149 and closes #3171.
-