- May 27, 2014
-
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
Also add a few comments to note understanding of code
-
Xavier Morel authored
rco notes that group tests are generally intersections, if the user has *any* group set on the object he can see/use it. This change is a literal translation of the original semantics, which may be wrong.
-
Xavier Morel authored
just forwarding the context object does not count as using it, if callees want a context they can ensure they've got one on their own
-
Xavier Morel authored
[IMP] don't pointlessly recreate view_obj every time _views_get is called, better use of pool & data APIs
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
should probably validate that there's an inherit_id (?)
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
Not used yet, only defined its relation to inherit_id: not inherit_id + primary -> ok not inherit_id + extension -> error inherit_id + primary -> ok inherit_id + extension -> ok
-
Xavier Morel authored
-
Xavier Morel authored
-
Martin Trigaux authored
[IMP] When no result is displayed in m2o field with option "no_create", add a "No result" value to avoid confusion.
-
- May 26, 2014
-
-
Edgar Tenesaca authored
* Deleted: manually translation in es.po
-
Edgar Tenesaca authored
-
Fabien Meghazi authored
[IMP] Add 'Import Module' wizard to base_import_module
-
Fabien Meghazi authored
-
Edgar Tenesaca authored
-
Fabien Meghazi authored
-
Martin Trigaux authored
Removed confusing doubled check box "child_depend" in the tax view
-
Fabien Meghazi authored
[FIX] sitemap.xml urls
-
Fabien Meghazi authored
-
Martin Trigaux authored
[FIX] website_forum: display the users as a table in block of 3 cols
-
Martin Trigaux authored
-
Martin Trigaux authored
Add contributing.md file
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Martin Trigaux authored
-
- May 23, 2014
-
-
Edgar Tenesaca authored
-
David Arnold authored
This checkbox caused greate confusion, as it was doubled in the tax form view. Field is already present in line 937 Thanks for merging.
-
Xavier Morel authored
Various ex-module remains
-
Xavier Morel authored
* document_page should have disappeared a long time ago, no idea why it remains * thunderbird seems to have suffered from odd conflictual moves (or lack thereof) * audittrail was removed but not deactivated in rosetta
-
Xavier Morel authored
-
Thibault Delavallée authored
[FIX] website: fixed languages errors - ir_http: added a missing ? when a route using the default language was re-rerouted to remove the language part of the path, leading to a wrong url - website layout: fixed use of a languages variable not always defined depending on the working conditions
-
Thibault Delavallée authored
[FIX] website: ir_http: when rerouting url containing default language -> url without language, the ? was missing, leading to wrong urls.
-
Thibault Delavallée authored
[FIX] website: define languages variable outside of an 'if' as it is used below in the same template, leading to a crash due to the variable not always being defined.
-
Fabien Pinckaers authored
-