Launchpad automatic translations update.
[odoo/odoo.git] / addons / web / static /
2013-10-22 Denis Ledoux[FIX]web: test testing the customer filter save was...
2013-10-22 Denis Ledoux[FIX]web: filter name input for custom filters in searc...
2013-10-16 niv-openerp[IMP] enabled sorting in o2m in list view
2013-10-15 Xavier Morel[FIX] double-escaping of section labels in m2o completion
2013-10-14 Xavier Morel[FIX] null >= 0 is true...
2013-10-10 niv-openerpEnabled sort in o2m
2013-09-19 Denis Ledoux[FIX]web base: when kanban view was setted after the...
2013-09-09 Martin Trigaux[MERGE] [FIX] pass context for 2many fields in views
2013-09-05 Anael Closson[FIX] OPW 597162 : context not properly retreived and...
2013-09-05 Anael Closson[FIX] OWP 593963 : limit results when opening "search...
2013-08-29 Martin Trigaux[FIX] tree views: rename variable parent-id to avoid...
2013-08-23 Martin Trigaux[FIX] tree view: correct toggeling of hierarchic tree...
2013-08-21 Martin Trigaux[MERGE] [FIX] reload form if button has option reload_o...
2013-08-21 Martin Trigaux[FIX] vertical alignment of fields on firefox (opw...
2013-08-13 niv-openerp[FIX] remove last password saving feature
2013-07-19 Vidhin Mehta[IMP]check parent is exist or not.
2013-07-05 bth-openerp[IMP]Add parent-id attribute to get childrens of that...
2013-07-02 Martin Trigaux[FIX] pyeval: be more fault tolerant to avoid wrap...
2013-07-02 Christophe Simonis[FIX] web: only open reports in new window on iOS devices
2013-06-27 Christophe Matthieu[FIX] checkbox position for boolean field in list edita...
2013-06-24 Xavier Morel[FIX] evaluation context structures not being round...
2013-06-21 Denis Ledoux[FIX]web: views.js & coresetup.js, ir_actions_report_xm...
2013-06-18 Xavier Morel[FIX] correctly escape labels in search view completion
2013-06-10 Xavier Morel[IMP] use introduced variable across function
2013-06-10 Xavier Morel[FIX] display issues of objects with a field called...
2013-06-10 Dhruti Shastri ... [FIX]:Firefox layout problem with quantities and UoM...
2013-06-07 dle@openerp.com[ADD]web: chrome.js add My OpenERP.com account
2013-06-07 Frédéric van der... [FIX] css: removed the forced left alignment of dropdow...
2013-06-07 Xavier Morel[FIX] bugs discovered by failing onwrite test case
2013-06-07 Christophe Matthieu[FIX] M2m tags field wrong height count when field...
2013-06-07 Christophe Matthieu[FIX] duplicate tag when press tab key two time. Bug...
2013-06-07 Xavier Morel[IMP] correctly reinsert ids into dataset when moving...
2013-06-07 Christophe Matthieu[FIX] translation button or icon not displayed with...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-06-06 Christophe Matthieu[MERGE] cleditor: on window resize blur event not trigg...
2013-06-06 Christophe Matthieu[FIX] view_list: when we have more than 80 record in...
2013-06-06 Christophe Matthieu[MERGE] pager should be disappear when we create a...
2013-06-06 Christophe Matthieu[FIX] min height of textarea field in non selected...
2013-06-06 Christophe Matthieu[FIX] view list: some title not align with other.
2013-06-06 Christophe Matthieu[FIX] height of the many2many_tags field when the field...
2013-06-06 Christophe Matthieu[MERGE] Onchange must be called for m2o when the popup...
2013-06-06 Mohammed Shekha[FIX]Refixed the issue of resequence, added id at speci...
2013-06-05 Xavier Morel[IMP] close search autocompletion list while completing
2013-06-05 Xavier Morel[IMP] PNG recompression
2013-06-05 Xavier Morel[FIX] search view layout in case of very long facet...
2013-06-05 Xavier Morel[FIX] MSIE9 issue where complete.previous would be...
2013-06-04 Xavier Morel[FIX] assertion errors in search view when selecting...
2013-05-30 Xavier Morel[FIX] triggering of dataset_changed events to correctly...
2013-05-30 Xavier Morel[IMP] export view: use events hash
2013-05-30 Xavier Morel[IMP] code cleanup, better use of jquery
2013-05-30 Xavier Morel[IMP] option to only export selected records
2013-05-30 Xavier Morel[FIX] linting warnings in export
2013-05-27 niv-openerp[FIX] problem in database manager when db list is desac...
2013-05-17 Xavier Morel[FIX] parsing of domains with non-ascii unicode literals
2013-05-17 Vidhin Mehta[IMP]
2013-05-17 Paramjit Singh Sahota[IMP] Removed 'cursor on '.openerp .oe_searchview ...
2013-05-17 Paramjit Singh Sahota[MERGE] Merged lp:openerp-web/7.0
2013-05-16 Vidhin Mehta[FIX]add callback function to fetch_lang and in *drop...
2013-05-16 Xavier Morel[FIX] missing class leading to broken list layout in o2m
2013-05-16 Xavier Morel[FIX] exclude non-searchable function fields from the...
2013-05-16 Xavier Morel[IMP] replace literal values by symbolic ones for node...
2013-05-16 Xavier Morel[FIX] handling of multiline strings during qweb translation
2013-05-15 niv-openerpchanged encodings
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-05-13 Christophe Matthieu[FIX] needaction: issue 592134 'Uncaught TypeError...
2013-05-09 Mohammed Shekha[FIX]Fixe the issue of listview record re-ordering...
2013-05-07 Anael Closson[FIX] typo & imp
2013-05-07 Anael Closson[FIX] OPW 590091 : not searchable functional fields...
2013-05-06 Olivier Dony[FIX] do_load_needaction: properly reject `falsy` menu_ids
2013-05-03 Olivier Dony[FIX] need_action: avoid reloading needaction counters...
2013-04-26 Thibault Delavallée[REV] Removed code changed not related to this branch.
2013-04-26 Thibault Delavallée[MERGE] Sync with 7.0
2013-04-23 Vidhin Mehta[FIX]Remove extra duplicate method,show valid error...
2013-04-18 Xavier Morel[FIX] missing translation mark in error message
2013-04-18 Olivier Dony[FIX] web: support integer/float fields in search view...
2013-04-17 Christophe Matthieu[IMP] ir_ui_menu: trunk to 7.0 dynamic counters
2013-04-16 Xavier Morel[FIX] ids of deleted records living in shared dataset...
2013-04-16 Xavier Morel[FIX] correctly handle group_by_no_leaf when no groupin...
2013-04-11 Fabien Meghazi[FIX] FormRenderingEngine: allow class propagation...
2013-04-11 Anael Closson[FIX] Multiline texts could not be matched for tranlations
2013-04-09 Frédéric van der... [MERGE] adding a rounding method that is compliant...
2013-04-09 Frédéric van der... [FIX] add a correct rounding algorithm to be able to...
2013-04-09 Mohammed Shekha[FIX]Fixed the issue of cleditor, on window resize...
2013-04-09 Fabien Meghazi[FIX] Do not autofocus Notebook pages by default
2013-04-04 Fabien Meghazi[FIX] Date[time] widget width issues on OSX
2013-04-04 Fabien Meghazi[FIX] DataSet#size() problem + FormView#on_button_delet...
2013-04-02 Christophe Matthieu[FIX] view_form: Fixed the issue of attachment was...
2013-04-02 Fabien Meghazi[FIX] m2o does not use @alive()
2013-03-29 Darshan Kalola ... [FIX]Bad view O2M with attribute delete
2013-03-29 Dharti Ratani (Ope... [MERGE]Merged with 7.0
2013-03-29 Dharti Ratani (Ope... [FIX]Fix the issue of editing inline many2one values...
2013-03-28 Fabien Meghazi[FIX] Remove dirty flag on save
2013-03-28 Olivier Dony[FIX] web search: correct previous fix to properly...
2013-03-28 Olivier Dony[FIX] web: int/float fields were not offering auto...
2013-03-28 chirag patel[FIX] Fixed autocomplete of search view hide behind...
2013-03-26 bth[FIX] Put arrow on or.
2013-03-26 bth[MERGE] Merge lp:openerp-web/7.0.
2013-03-22 niv-openerp[FIX] small code problem in set defaults feature
2013-03-22 niv-openerp[FIX] deferred problems when clicking too quickly on...
2013-03-22 Xavier Morel[FIX] minor presentational offset issue
next