[FIX] Website - Fix quantity not refresh when you add a product in your cart
[odoo/odoo.git] / addons / web / static /
2014-04-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-04-09 Denis Ledoux[FIX] web: impossible to click on attach button, for...
2014-04-08 Denis Ledoux[IMP] web: select input on add record in list editable
2014-04-08 Martin Trigaux[MERGE] [FIX] many2manytags: make sure the selected...
2014-04-07 Anael Closson[FIX] OPW 606045 - view_form: add a m2m tag from search...
2014-04-07 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4169...
2014-04-07 Martin Trigaux[MERGE] [FIX] upload widget: avoid overflow making...
2014-04-07 Christophe Simonis[FIX] web: correct company info popup closing
2014-04-02 Denis Ledoux[FIX] web: do not reload record on dialog close if...
2014-04-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3906...
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-02 Denis Ledoux[FIX] web: data, read_ids, active_test false was misloc...
2014-03-28 Olivier Dony[FIX] chrome.js: detect correct error type for session...
2014-03-27 Martin Trigaux[IMP] cookies: when retrieving session cookie, catch...
2014-03-27 Martin Trigaux[IMP] cookies: when retrieving session cookie, catch...
2014-03-27 Denis Ledoux[FIX] web: read_ids of data.js use method search_read...
2014-03-26 Olivier Dony[FIX] search widgets: m2o autocompletion had been disab...
2014-03-26 Denis Ledoux[FIX] web: use search_read instead of read on form...
2014-03-26 Denis Ledoux[REVERT] 4164 revid:dle@openerp.com-20140326113036...
2014-03-26 Denis Ledoux[FIX] web: on record reload (form & list view), use...
2014-03-20 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-03-20 Christophe Simonis[FIX] web: when filtering out context, also strip ...
2014-03-18 Kersten Jeremy[FIX] Only set table-row for kanban view (for drag...
2014-03-18 Kersten Jeremy[FIX] Display placeholder on IE9.
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3904...
2014-03-18 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4162...
2014-03-14 chm@openerp.com[FIX] css: add important in .fa class for FontAwesome...
2014-03-14 Martin Trigaux[FIX] pager: revert of revision 4159, the pager was...
2014-03-14 Martin Trigaux[FIX] pager: do not try to toggle the visibility if...
2014-03-13 Denis Ledoux[FIX] web: widget selection on many2one in search view...
2014-03-13 Martin Trigaux[FIX] pager: show the pagger earlier to avoid slow...
2014-03-12 Martin Trigaux[MERGE] [FIX] one2many fields: when sortign on a column...
2014-03-11 Kersten Jeremy[FIX] remove test commits
2014-03-11 Kersten Jeremy[TEST] Log for debug
2014-03-11 Kersten Jeremy[TEST] Log for debug
2014-03-11 Denis Ledoux[FIX] web: set z-index of 9999 for autocompletion pane...
2014-03-11 Xavier ALT[FIX] web: on SearchPopup creation concat build context...
2014-03-07 Martin Trigaux[FIX] quick create: do not add the id in the form if...
2014-03-05 Kersten Jeremy[FIX] Replace overflow scroll into overflow auto by...
2014-03-05 Thibault Delavallée[IMP] [MONKEY] Re-apply changes introduced at version...
2014-03-05 Thibault Delavallée[IMP] [MONKEY] Re-apply changes introduced at version...
2014-03-05 Thibault Delavallée[IMP] [MONKEY] Re-apply changes introduced at version...
2014-03-05 Thibault Delavallée[DUMMY] Void commit with a space change, because this...
2014-03-05 Martin Trigaux[MERGE] [FIX] export wizard: better behaviour when...
2014-03-05 Paramjit Singh Sahota[MERGE] Merged lp:~openerp/openerp-web/saas-3
2014-03-05 Paramjit Singh Sahota[REM] REmoved the jquery.cleditor.min.js for the lib.
2014-03-04 Denis Ledoux[FIX] web: view form fieldselection, use name_search...
2014-03-04 Paramjit Singh Sahota[UPDATE] Updated the cleditor lib from v1.3.0 to v1...
2014-03-04 Martin TrigauxUpdate undescore.js to version 1.6 and underscore.strin...
2014-03-04 Mohammed Shekha... [FIX]Fixed the issue of o2m sorting by column, m2o...
2014-03-03 Martin Trigaux[MERGE] [FIX] view list: pagination problem when delete...
2014-02-28 Kersten Jeremy[IMP] Improve dipslay of form_embedded_html for mail...
2014-02-25 Xavier Morel[FIX] dataset.read_ids should always return records...
2014-02-24 Gery Debongnie[FIX] fixes a crash caused by incorrect use of date...
2014-02-21 Martin Trigaux[FIX] home action: open the linked menu in addition...
2014-02-20 Denis Ledoux[ADD] web: add no_create option in view_form, allowing...
2014-02-20 Denis Ledoux[FIX] web: oe_form_uri is not always a link (many2one...
2014-02-19 Martin TrigauxForward-port of latest saas-2 bugfixes, up to rev.3902...
2014-02-19 Christophe Simonis[FIX] web: set default: handle false values + correct...
2014-02-19 Christophe Simonis[FIX] web: do not float buttons in header bar to the...
2014-02-19 jke@openerp.com[FIX] web_calendar: correct timezone handling when...
2014-02-18 Denis Ledoux[FIX] web: fix handling of manyone with selection widget
2014-02-18 Martin Trigaux[MERGE] [FIX] view_list: avoids getParent() js error...
2014-02-18 Martin Trigaux[IMP] data: skip read_ids call when got no id (opw...
2014-02-17 Cecile Tonglet[FIX] getParent() js error when clicking to fast on...
2014-02-17 Olivier Dony[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-14 Martin Trigaux[MERGE] [FIX] home action: fixing the broken field...
2014-02-14 Martin Trigaux[IMP] always click on first link to have menus and...
2014-02-14 Martin Trigaux[FIX] login: look at the value of action_id on the...
2014-02-13 Christophe Simonis[IMP] web: generic sass/css Makefile
2014-02-13 Christophe Simonis[FIX] web: correct navbar position
2014-02-13 Martin Trigaux[MERGE] [FIX] css: Fixed the issue of statubar not...
2014-02-13 Mohammed Shekha... [FIX]Web, Statusbar: Fixed the issue of statubar in...
2014-02-13 Martin Trigaux[FIX] data: _.find (prefered to older _.detect) may...
2014-02-12 Christophe Simonis[FIX] web: navbar must have a z-index at 0 to be hidden...
2014-02-12 Olivier Dony[FIX] Layout was broken in the debugging `View Logs...
2014-02-12 Olivier Dony[FIX] search view: slightly more readable error when...
2014-02-11 Gery Debongnie[MERGE] merge from trunk into local branch
2014-02-10 Denis Ledoux[FIX] close autocomplete listing on input
2014-02-10 Xavier Morel[FIX] close autocomplete listing on input
2014-02-10 Gery Debongnie[FIX] correctly displays tooltips in sales/sales team...
2014-02-06 Martin Trigaux[IMP] reference fields: display a more user-friendly...
2014-02-05 Martin Trigaux[MERGE] [FIX] search: make sure search view is not...
2014-02-04 Martin Trigaux[FIX] css: remove height: 18px on .oe_facet_value prope...
2014-02-04 Cecile Tonglet[FIX] getParent() js error when clicking to fast on...
2014-02-03 jke-openerp[TYPO] Fix bug css revert rev 4122 and add clear:both
2014-02-03 Xavier Morel[ADD] large throbber
2014-01-31 Xavier Morel[FIX] enable jsonrpc-auth tests, remove stray log
2014-01-31 Xavier Morel[FIX] modules initialization when testing
2014-01-31 Martin Trigaux[IMP] attachement: remove unnecessary redraw added...
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-31 Antony Lesuisseweb disable jsonrpc test
2014-01-30 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-30 Gery Debongnie[FIX] simplify a computation of raw_fields to make...
2014-01-30 Fabien Meghazi[IMP] Quick fix for cros support in webclient
2014-01-30 Gery Debongnie[MERGE] merge from trunk
2014-01-29 Martin Trigaux[FIX] attachement: display error message (removed inexi...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3899...
2014-01-29 Gery Debongnie[FIX] correctly compute the attribute 'length' in a...
2014-01-28 Xavier Morel[FIX] update CKEditor to 4.3.2, fixes problem of double...
next