[MERGE] new livechat web module chs
[odoo/odoo.git] / addons / web /
2011-09-30 niv-openerp[imp] disable buttons in form views during the executio...
2011-09-30 niv-openerp[fix] problem with o2m displaying clickable button...
2011-09-30 Xavier Morel[FIX] don't break when @colors end with a semicolon
2011-09-30 niv-openerp[fix] lot of potential problems when we change somethin...
2011-09-30 niv-openerp[imp] removed some useless parameters in the openerp...
2011-09-30 Xavier Morel[ADD] readonly & movable form view
2011-09-29 niv-openerp[fix] error message when login invalid broken
2011-09-29 niv-openerp[fix] problem in database when creating a new database
2011-09-29 Xavier Morel[IMP] shave ~190ms off of *big* listview rendering...
2011-09-29 Xavier Morel[ADD] evaluator proof of concept: colors in list rows
2011-09-29 Xavier Morel[ADD] atom context keys (uid and current_date) to evalu...
2011-09-29 Xavier Morel[IMP] update py.parse to 0.2
2011-09-29 niv-openerp[imp] now uses a global connector for connection to...
2011-09-29 niv-openerp[imp] synch with client lib
2011-09-29 Xavier Morel[FIX] match first form header only so that we get the...
2011-09-29 Xavier Morel[IMP] cleanup and simplify graph view implementation...
2011-09-28 Antony Lesuisse[FIX] consider typeless action as ir.actions.act_window...
2011-09-28 Antony Lesuisse[FIX] remove openerpdispatch openerlib need to catch...
2011-09-28 niv-openerp[fix] problem with context keys not passed correctly...
2011-09-28 niv-openerp[imp] refactoring to improve the way the components...
2011-09-28 niv-openerp[fix] problem with al making refactorings like a baraki...
2011-09-28 niv-openerp[fix] problem in o2m, not restoring correctly the statu...
2011-09-28 Antony Lesuisse[MERGE] login nivified
2011-09-28 Fabien Meghazi[FIX] Context of actions loaded by buttons were not...
2011-09-28 Christophe Simonis[FIX] wrap Login template
2011-09-28 niv-openerp[imp] added test in context/domain decoder to check...
2011-09-28 Christophe Simonismerge upstream
2011-09-27 Christophe Simonis[FIX] nivification of Login Widget
2011-09-27 Antony Lesuisse[IMP] web_preload js part
2011-09-27 Christophe Simonis[IMP] nivification of Login widget
2011-09-27 Christophe Simonis[FIX] correct the js-ification of module list to preload
2011-09-27 Christophe Simonis[MERGE] merge upstream + code adaptation to revid:al...
2011-09-27 Antony Lesuisse[IMP] web_preload python-side
2011-09-26 Xavier Morel[UP] underscore.string to version 1.1.6
2011-09-26 niv-openerp[fix] problem in o2m form view with read only fields...
2011-09-26 Antony Lesuisse[IMP] multiple addons-path
2011-09-26 niv-openerp[imp] refactoring of form view to allow recursize save...
2011-09-26 Christophe Simonismerge upstream
2011-09-26 Xavier Morel[ADD] import
2011-09-26 Xavier Morel[ADD] basic auto-matching of imported file columns...
2011-09-26 Xavier Morel[FIX] prevent setting a field name which does not exist...
2011-09-25 Xavier Morel[ADD] basic colors support to listview via py.parse
2011-09-25 Antony Lesuisse[FIX] temporary web module heuristics use static/
2011-09-25 Antony Lesuisse[FIX] local backend catch exceptions
2011-09-25 Antony Lesuisse[IMP] web.common.dispatch only load module with controllers
2011-09-25 Antony Lesuisse[IMP] dbfilter option from openerp-server in embedded...
2011-09-24 Antony Lesuisse[IMP] web runs nicely in the server, That s one small...
2011-09-24 Antony Lesuisse[IMP] web.common.sesion local backend part2
2011-09-24 Antony Lesuisse[IMP] web.common.sesion local backend part1
2011-09-23 Antony Lesuisse[FIX] remove debugging crap
2011-09-23 Xavier Morel[FIX] moved a self around so import window did not...
2011-09-23 Xavier Morel[IMP] fixup field names since we only ever export xmlid...
2011-09-23 Xavier Morel[IMP] move more import logic to javascript
2011-09-23 Xavier Morel[REM] selector on an element which does not exist
2011-09-23 Xavier Morel[IMP] handle lines to skip in import preview
2011-09-23 Xavier Morel[IMP] handle switch indicating whether the CSV file...
2011-09-23 Xavier Morel[IMP] split import check result in two different templa...
2011-09-23 Xavier Morel[REM] most of the fields-manipulation crapola of Import...
2011-09-23 Xavier Morel[IMP] move fetching of fields for import to javascript...
2011-09-22 Xavier Morel[REM] table of no use whatsoever
2011-09-22 Xavier Morel[IMP] add @for to import options labels, some help...
2011-09-22 Xavier Morel[ADD] checkbox for the user to specify that his file...
2011-09-22 Xavier Morel[IMP] extract duplicate fields discovery routine to...
2011-09-22 Xavier Morel[FIX] don't declare the file is importable when there...
2011-09-22 Xavier Morel[FIX] required fields check, maybe
2011-09-22 Xavier Morel[IMP] attempt to slighly improve duplicate field match...
2011-09-22 Xavier Morel[FIX] onchange call for data import fields
2011-09-22 Xavier Morel[REM] redundant call to do_check_req_field: it's alread...
2011-09-22 Xavier Morel[FIX] mitigate horrendous performance issues inserting...
2011-09-21 niv-openerp[fix] problem with context and default_get
2011-09-21 niv-openerp[imp] added reload page in preferences dialog + improve...
2011-09-21 niv-openerp[fix] problem when user does not enter correct password
2011-09-21 niv-openerp[fix] but when will those date widgets finally work??
2011-09-21 niv-openerp[fix] one more problem with css in date widget
2011-09-21 niv-openerp[fix] small regression with dates not getting the whole...
2011-09-21 niv-openerp[imp] simplified formatting functions for dates
2011-09-21 niv-openerp[merge]
2011-09-21 niv-openerp[imp] used datetime widget in advanced search
2011-09-21 niv-openerp[imp] used datetime widget in search view
2011-09-21 Xavier Morel[IMP] build a sequence of buttons to initialize dialog...
2011-09-21 niv-openerp[imp] refactored datetime components to allow usage...
2011-09-21 Xavier Morel[IMP] guard checks as early returns to reduce nesting
2011-09-21 Xavier Morel[IMP] style fixes
2011-09-21 Xavier Morel[REM] redundant code
2011-09-21 Xavier Morel[FIX] issues with missing window.console object in...
2011-09-21 Xavier Morel[FIX] correctly handle 'false' domain on listview datas...
2011-09-21 Xavier Morel[FIX] empty root groups in aggregations
2011-09-20 Xavier Morel[FIX] we probably want to save the session even if...
2011-09-20 Christophe Simonis[ADD] key in manifest allowing auto loading of modules
2011-09-20 Xavier Morel[FIX] cancelling a row creation: more ugly hacking...
2011-09-20 Xavier Morel[FIX] one more horrible listview hack, to strip out...
2011-09-20 Fabien Meghazi[MERGE] New menus. Get rid of jQuery accordion. Added...
2011-09-20 Xavier Morel[FIX] do not consider empty domains as domains (ignore...
2011-09-20 Fabien Meghazi[IMP] Thin border for float menu
2011-09-20 Fabien Meghazi[FIX] Many fixes
2011-09-20 Xavier Morel[FIX] clear enabled_filters searchview state when clear...
2011-09-20 Xavier Morel[FIX] breakage in case of filters without domains:...
2011-09-20 Xavier Morel[IMP] memoize template, add hacky form-repositioning...
2011-09-20 Fabien Meghazi[ADD] Add timeout to floated sub menu
2011-09-20 Fabien Meghazi[IMP] Menu is now working ok in folded mode
next