[FIX] mail: more reliable parsing of Date header to avoid rejecting emails
[odoo/odoo.git] / addons / web /
2012-07-02 Launchpad Translat... Launchpad automatic translations update.
2012-06-29 Xavier Morel[IMP] export translatable strings
2012-06-29 Xavier Morel[FIX] make datepicker and timepicker translatable
2012-06-29 Xavier Morel[FIX] correctly pass along options in ProxyDataSet...
2012-06-29 Xavier Morel[FIX] missing comma in CSS leading to incorrect selectors
2012-06-29 Xavier Morel[FIX] Add new operator case to advanced search: field...
2012-06-29 Bhumi Thakkar (Ope... [FIX] Implement is set and is not set for char,inetger...
2012-06-29 Xavier Morel[FIX] action-type button from a list row being edited...
2012-06-29 Xavier Morel[FIX] server action not returning anything should be...
2012-06-28 Launchpad Translat... Launchpad automatic translations update.
2012-06-25 Xavier Morel[FIX] action buttons activated in editable o2m lists...
2012-06-25 Xavier Morel[MERGE] behavioral fixes and changes to editable list...
2012-06-25 Xavier Morel[CHG] reintroduce a button at the end of the line,...
2012-06-25 msh-openerp[FIX]Fixed the issue of coma missing in base.css, which...
2012-06-22 Xavier Morel[FIX] correctly reload an o2m list *after* triggering...
2012-06-22 Xavier Morel[IMP] move ListView.List#reload_record to ListView
2012-06-22 cpa-openerp[FIX] Fixed options not reach at write method of DataSet.
2012-06-22 Xavier Morel[FIX] ensure containing form is saved when triggering...
2012-06-21 Xavier Morel[IMP] simplify localconnector's exception converter...
2012-06-21 Xavier Morel[MERGE] ensure exception information is correctly conve...
2012-06-21 Xavier Morel[MERGE] move filtering of non-searchable fields to...
2012-06-21 Xavier Morel[FIX] incorrect clearing of default values on selection...
2012-06-21 Xavier Morel[FIX] actually clear basic textual fields in search...
2012-06-21 Launchpad Translat... Launchpad automatic translations update.
2012-06-20 Xavier Morel[IMP] focus management in date field
2012-06-20 Xavier Morel[FIX] blur/focus handling in most (if not all) form...
2012-06-20 msh-openerp[FIX]Refixed the issue of datetime picker translation...
2012-06-19 Xavier Morel[FIX] stupid groupby bug
2012-06-19 Bhumi Thakkar (Ope... [IMP] Code Optimization.
2012-06-19 Bhumi Thakkar (Ope... [FIX] if value is blank then return false.
2012-06-19 Xavier Morel[FIX] error caused by autosave-on-blur when vaidating...
2012-06-19 Xavier Morel[FIX] focus issues with m2o contextual menu (and popup...
2012-06-19 Xavier Morel[FIX] handling of focus on m2o fields (in editable...
2012-06-18 Mohammed Shekha[FIX]Fixed the issue of datetime picker which does...
2012-06-18 Xavier Morel[IMP] jQuery exposes focusin and focusout, use that...
2012-06-15 Xavier Morel[FIX] handling of [Return] key to save records being...
2012-06-14 Xavier Morel[ADD] automatic save of o2m rows being created/edited...
2012-06-14 Xavier Morel[IMP] return deferred from ListView#render_row_as_form...
2012-06-14 Xavier Morel[IMP] allow overloading a listview's List and Groups...
2012-06-14 Xavier Morel[FIX] don't require an extended class to have a method...
2012-06-14 Xavier Morel[FIX] don't break the handling of record index 0 in...
2012-06-14 Xavier Morel[IMP] hide [disk drive] button in o2m editable lists
2012-06-14 Fabien Meghazi[REV] Revert revid:fme@openerp.com-20120611151704-u2krx...
2012-06-14 Launchpad Translat... Launchpad automatic translations update.
2012-06-13 Xavier Morel[FIX] do not break dataset index (at the wrong moment...
2012-06-13 Xavier Morel[FIX] in ensure_saved, discard non-dirty editable rows
2012-06-13 Xavier Morel[FIX] if a form is not dirty, always consider the corre...
2012-06-13 Xavier Morel[IMP] don;t needlessly wrap values into deferreds in...
2012-06-13 Xavier Morel[FIX] O2M validation: correctly proxy validation from...
2012-06-13 Xavier Morel[FIX] correctly forward arguments in _super() call...
2012-06-13 msh-openerp[FIX]Refix the issue, used filter in current chain...
2012-06-12 Xavier Morel[CHG] try saving any row under edition when starting...
2012-06-12 Xavier Morel[IMP] Deferred usage in editable listview
2012-06-12 Olivier Dony[MERGE] Missing tab title made multi-tab use of OpenERP...
2012-06-12 Olivier Dony[FIX] base.xml: missing base URL for <img src> and...
2012-06-12 Launchpad Translat... Launchpad automatic translations update.
2012-06-11 Fabien Meghazi[FIX] In form view, <image> tag is not a binary image...
2012-06-11 Fabien Meghazi[FIX] Fixed http header Content-Disposition for non...
2012-06-10 Launchpad Translat... Launchpad automatic translations update.
2012-06-08 olt@tinyerp.com[FIX] if Exception 'value' attribute (e.value in this...
2012-06-08 msh-openerp[FIX]Refixed the issue of filter, removed unnecessary...
2012-06-08 Xavier Morel[FIX] mis-handling of url actions in sidebar
2012-06-08 Launchpad Translat... Launchpad automatic translations update.
2012-06-08 cpa-openerp[FIX] Fixed clear button works for all fields.
2012-06-07 niv-openerpfixed bug with ir.actions.url
2012-06-07 Xavier Morel[ADD] handling of required attr on m2m fields
2012-06-07 Xavier Morel[FIX] Error while deleting a record when there is only...
2012-06-07 Xavier Morel[IMP] display clean error dialog when user tries to...
2012-06-07 Xavier Morel[FIX] re-display [Add Pad] button after removing the...
2012-06-07 Xavier Morel[IMP] formatting of o2m and m2m fields in list views...
2012-06-07 msh-openerp[FIX]Refixed the issue of pad button not rendered when...
2012-06-07 msh-openerp[FIX]Refixed the issue of database creation which was...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 Amit Dodiya[FIX] Error while deleting a record when there is only...
2012-06-07 cpa-openerp[FIX] Code optimization as per suggestion.
2012-06-07 Launchpad Translat... Launchpad automatic translations update.
2012-06-06 Olivier Dony[MERGE] OPW 574895: fix incorrect matching of column...
2012-06-06 Xavier Morel[FIX] incorrect handling of 'None of the following...
2012-06-06 Xavier Morel[IMP] performances when opening an m2o "search" without...
2012-06-06 Xavier Morel[FIX] handling of empty domains, context and view_id...
2012-06-06 Xavier Morel[FIX] reloading of o2m forms in dialogs (popups) after...
2012-06-06 Xavier Morel[FIX] handling of get_selection in listview in case...
2012-06-06 Xavier Morel[FIX] handling of empty lines in CSV file being importe...
2012-06-06 Launchpad Translat... Launchpad automatic translations update.
2012-06-05 cpa-openerp[FIX] Fixed in advance search when search on 'None...
2012-05-31 Christophe Simonis[FIX] web: correct jsonp behavior when len(payload...
2012-05-30 Xavier ALT[FIX] web: data import: correctly handle 'required...
2012-05-30 Xavier ALT[FIX] web: data import: fields matching have to be...
2012-05-29 msh-openerp[FIX]Fixed the issue of pad button not rendered when...
2012-05-26 Launchpad Translat... Launchpad automatic translations update.
2012-05-25 Xavier ALT[FIX] OPW 574218: many2one: do not prefilter records...
2012-05-25 Olivier Dony[FIX] data_import: allow importing m2o via name_search...
2012-05-25 Launchpad Translat... Launchpad automatic translations update.
2012-05-22 msh-openerp[FIX]Fixed the issue of duplicate database creation...
2012-05-22 msh-openerp[FIX]Fixed the issue of advance filter, removed the...
2012-05-21 Ravi Gohil (Open... [FIX] Performed boolean check for context and domain...
2012-05-19 Launchpad Translat... Launchpad automatic translations update.
2012-05-18 Xavier Morel[FIX] correctly save group_by context key when saving...
next