demo data: set a stage in a maximum of record in order to display a good view in...
[odoo/odoo.git] / addons / web /
2011-11-17 Fabien Meghazi[FIX] Strange overflow of unwrapped text in 100% width...
2011-11-16 Fabien Meghazi[FIX] Fixes form's date[time] widgets problems with...
2011-11-16 Fabien Meghazi[IMP] Use t-js
2011-11-16 Fabien Meghazi[IMP] QWeb2: add 'console' in reserved words
2011-11-16 Xavier Morel[FIX] you get an icon, you get an icon, everybody gets...
2011-11-16 Xavier Morel[FIX] searchview needs to send the action's context...
2011-11-16 Xavier Morel[FIX] some badly implemented function fields return...
2011-11-16 Xavier Morel[IMP] don't default to debug mode when loading the...
2011-11-16 Xavier Morel[IMP] underscore fun
2011-11-15 Christophe Simonis[IMP] nivification of Loading widget
2011-11-15 Fabien Meghazi[REM] FormView: Removed is_dirty_for_user and replaced...
2011-11-15 Fabien Meghazi[UNFK] Restore xmo fixes that I accidentally reverted.
2011-11-15 Fabien Meghazi[FIX] on_ui_change triggered before on_changes in date...
2011-11-15 Fabien Meghazi[IMP] Upgraded unserscore version from 1.1.7 to 1.2...
2011-11-15 Xavier Morel[FIX] handling of groups with length 0 in ContainerData...
2011-11-15 Xavier Morel[FIX] add active_id, active_ids and active_model to...
2011-11-15 Xavier Morel[FIX] inability to open database screen after going...
2011-11-15 Xavier Morel[IMP] correctly synchronize dblist between db pane...
2011-11-15 Xavier Morel[FIX] only hide the database when going back to login...
2011-11-15 Fabien Meghazi[FIX] Prevent jquery.tipTip to activate when source...
2011-11-14 Fabien Meghazi[ADD] FormView: Added debug information as tooltips
2011-11-14 Fabien Meghazi[IMP] Keep domain and context source string in fields...
2011-11-14 Fabien Meghazi[ADD] Added jQuery tipTip
2011-11-14 Xavier Morel[FIX] support 'thousands' separator for floats
2011-11-14 Xavier Morel[FIX] support 'thousands' separator for integers
2011-11-14 Xavier Morel[ADD] function to insert 'thousands' separators
2011-11-14 Xavier Morel[REM] can't be arsed to fix the broken date and time...
2011-11-14 Xavier Morel[FIX] correctly apply user's date and time formatting...
2011-11-14 Xavier Morel[FIX] database restoration
2011-11-14 Xavier Morel[IMP] search view: assert the view received from the...
2011-11-14 Fabien Meghazi[IMP] Improved styling of tabs and group fieldset
2011-11-14 Fabien Meghazi[IMP] Form view sidebar actions like print should impli...
2011-11-14 Fabien Meghazi[FIX] Dynamic method calls in sidebar won't work once...
2011-11-14 Xavier Morel[IMP] mark a bunch of strings as translatable in search...
2011-11-14 Fabien Meghazi[FIX] Form view: 'string' attribute on 'group' tag...
2011-11-14 Xavier Morel[ADD] 'id' to all advanced filters if not in fields_get...
2011-11-14 Xavier Morel[FIX] cell borders in padding rows of list views
2011-11-14 Xavier Morel[ADD] borders to table data cells
2011-11-14 Xavier Morel[FIX] only aggregate columns explicitly asking for...
2011-11-14 Xavier Morel[IMP] right-align number cells in editable list rows
2011-11-13 Fabien Meghazi[FIX] Prevent ViewManager to remove other spans from...
2011-11-13 Launchpad Translat... Launchpad automatic translations update.
2011-11-10 Xavier Morel[FIX] list view: display group titles straight from...
2011-11-10 Xavier Morel[IMP] throw actual errors in formatting functions,...
2011-11-10 Xavier Morel[FIX] treat False values as None for the purpose of...
2011-11-10 niv-openerp[fix] advanced filters were broken
2011-11-10 niv-openerp[imp] made m2m support embedded list view
2011-11-10 Xavier Morel[ADD] fallback float_time parsing on float parsing...
2011-11-10 Xavier Morel[IMP] some naming in openerp.web.parse_value, throw...
2011-11-10 Kunal Chavda (OpenERP)[FIX]Fixed code for export xls null values should not...
2011-11-10 niv-openerp[imp] critical improvement to avoid hurting sensibility...
2011-11-10 niv-openerp[fix] problem in readonly m2o
2011-11-10 niv-openerp[imp] made editable list in o2m auto-save
2011-11-10 Xavier Morel[IMP] add confirmation message when deleting a record...
2011-11-10 Stefan Rijnhart[FIX] Changed widget name to WidgetGroup as per convention
2011-11-10 Xavier Morel[IMP] open non-editable m2o links inline (replace curre...
2011-11-10 niv-openerp[fix] problem in form open popup a form select create...
2011-11-10 Jiten (OpenERP)[MERGE] Merge from openerp-web.
2011-11-09 Xavier Morel[FIX] do not display reverse fields of o2ms in import...
2011-11-09 Fabien Meghazi[IMP] Form: only save record when there's something...
2011-11-09 Xavier Morel[FIX] always remove database ID from import-compatible...
2011-11-09 Xavier Morel[FIX] quickfix of dialogs broken by commit 1422
2011-11-09 Fabien Meghazi[ADD] Added <instance>.log() ( -> console.log() in...
2011-11-09 niv-openerp[fix] small architecture inconsistency
2011-11-09 Xavier Morel[IMP] various res.log improvements
2011-11-09 Fabien Meghazi[REM] Removed TranslateDialog tabs. Focus field correct...
2011-11-09 Fabien Meghazi[ADD] Added jquery.scrollTo
2011-11-09 Xavier Morel[ADD] ability to close res_log listing
2011-11-09 Xavier Morel[IMP] only display last 3 log items, add link to displa...
2011-11-09 Xavier Morel[IMP] display logs in reverse chronological order
2011-11-09 niv-openerp[imp] some more architecture improvements
2011-11-09 niv-openerp[imp] small improvement to ease widgetification of...
2011-11-09 Fabien Meghazi[IMP] Search view: align buttons on the left
2011-11-09 Fabien Meghazi[IMP] Move 'Translate' in 'Customize' sidebar's section...
2011-11-09 Xavier Morel[FIX] implicit global and duplicate local (wow)
2011-11-09 Launchpad Translat... Launchpad automatic translations update.
2011-11-08 Antony Lesuisse[MERGE] qweb xml loading (chs)
2011-11-08 Christophe Simonis[FIX] correct criss-cross merge
2011-11-08 Christophe Simonismerge upstream
2011-11-08 Antony Lesuisse[MERGE] rename Session into connection define a Connect...
2011-11-08 Antony Lesuisse[MERGE] concat css chs
2011-11-08 Christophe Simonis[FIX] mergecss: allow spaces after (
2011-11-08 Launchpad Translat... Launchpad automatic translations update.
2011-11-07 Fabien Meghazi[REM] Removed unused code
2011-11-07 Fabien Meghazi[IMP] Refactored form view's buttons
2011-11-05 Launchpad Translat... Launchpad automatic translations update.
2011-11-04 niv-openerp[fix] synch with lib client to correct some bug
2011-11-04 niv-openerp[imp] synch with client library
2011-11-04 Launchpad Translat... Launchpad automatic translations update.
2011-11-03 Christophe Simonis[FIX] absolutify relative uris when merging css files
2011-11-03 Bhumi Thakkar (Ope... [MERGE] Merge openerp-web in mobile.
2011-11-03 niv-openerp[merge] improvements to the view editor
2011-11-02 Yogesh (OpenERP)[IMP] View editor :- implement functionality of preview...
2011-11-02 Christophe Simonis[IMP] qweb templates are stored in addon manifest and...
2011-11-02 Christophe Simonis[FIX] correct CrashManager
2011-11-02 Yogesh (OpenERP)[MERGE] view editor :- add functionality of up and...
2011-11-02 Vidhin Mehta (OpenERP)[IMP]impove save and move funcationality.
2011-11-02 Vidhin Mehta (OpenERP)[IMP]removed direct use of jquery.
2011-11-02 Launchpad Translat... Launchpad automatic translations update.
2011-11-01 Yogesh (OpenERP)[FIX]
next