odoo/odoo.git
2012-02-08 Olivier Dony[FIX] account: improve translations and use of _()
2012-02-07 Olivier Dony[IMP] i18n extractor now ignores comments and PIs ...
2012-02-07 Olivier Dony[IMP] ir.filters: correct misleading tooltip
2012-02-07 Xavier Morel[FIX] fucking trailing comma by niv
2012-02-07 Xavier Morel[FIX] protection against self-recursive onchanges:...
2012-02-07 Antony Lesuisse[FIX] project unstar to priority 3 not 2
2012-02-07 Xavier Morel[ADD] handling of change_default to onchange process
2012-02-07 Stephane Wirtel[FIX] account_voucher: move the declaration of res_comp...
2012-02-07 Xavier Morel[FIX] docstring references
2012-02-07 Olivier Dony[FIX] base.xml: exclude classnames set with @t-set...
2012-02-07 Fabien Meghazi[IMP] Add QWeb preprocess_node callback. Translate...
2012-02-07 niv-openerp[merge] refactoring of form view widgets
2012-02-07 niv-openerp[imp] polish render and render_element usage
2012-02-07 niv-openerp[imp] put some more things in old widget
2012-02-07 niv-openerp[imp] changed name of template in form widgets
2012-02-07 Stephane Wirtel[FIX] Insert the data files of Babel
2012-02-07 niv-openerp[imp] simplified escaping of form class namees
2012-02-07 niv-openerp[imp] made start of widgets recursive
2012-02-07 niv-openerp[imp] removed strange condition in on_loaded
2012-02-07 Xavier Morel[FIX] wiki: don't call into the wiki formatter library...
2012-02-07 Raphael Collet[FIX] project: when recomputing task hours, do not...
2012-02-07 Raphael Collet[IMP] project_planning: improve badly built query
2012-02-07 niv-openerp[imp] nivified notebook
2012-02-07 Raphael Collet[MERGE] lp:925572 (project_planning: fix employee ids...
2012-02-07 niv-openerp[imp] nivified frames
2012-02-07 niv-openerp[imp] nivified root frame
2012-02-07 niv-openerp[imp] polished renderind methods
2012-02-07 Raphael Collet[MERGE] lp:925965 (product: disable quick create on...
2012-02-07 niv-openerp[imp] externalized setting of $element
2012-02-07 niv-openerp[imp] externalized form widget element_class creation
2012-02-07 niv-openerp[imp] externalized widget creation
2012-02-07 Xavier Morel[IMP] mitigate labels overwriting each other in form...
2012-02-07 Olivier Dony[I18N] Update translation template with newly exported...
2012-02-07 Olivier Dony[IMP] Fix some remaining untranslated areas, and extrac...
2012-02-07 Raphael Collet[MERGE] lp:823838 (project: make project hours include...
2012-02-07 Raphael Collet[MERGE] lp:914276 (base_calendar: fix synchronization...
2012-02-07 Raphael Collet[FIX] missing part of lp:925359
2012-02-07 Raphael Collet[MERGE] lp:925359 (hr_evaluation: fix access rights...
2012-02-07 Kuldeep Joshi... [FIX] hr_evalution: inherit survey user
2012-02-07 Launchpad Translatio... Launchpad automatic translations update.
2012-02-06 Xavier Morel[EXP] export translatable strings to templates
2012-02-06 Xavier Morel[IMP] unify web and addons translations
2012-02-06 Xavier Morel[FIX] forward uncaught errors to global crash manager
2012-02-06 Olivier Dony[IMP] gen_translations: better error msg when msgcat...
2012-02-06 Olivier Dony[MERGE] sync with latest trunk
2012-02-06 Olivier Dony[IMP] npybabel.py: comment w/ rationale for not using...
2012-02-06 Olivier Dony[IMP] gen_translation: report missing msgcat + minor...
2012-02-06 Raphael Collet[MERGE] lp:898644 (project: improve tooltip)
2012-02-06 Stephane Wirtel[FIX] account: invoice: add the journal and type in...
2012-02-06 Stephane Wirtel[FIX] account: Modify the sql constraints for the tax...
2012-02-06 Stephane Wirtel[FIX] l10n_be: Use xml comments instead of simple string
2012-02-06 niv-openerp[fix] removed auto-next after print in pos
2012-02-06 Xavier Morel[FIX] translations loading for preloaded modules
2012-02-06 Raphael Collet[IMP] project: store fields effective_hours and progres...
2012-02-06 Raphael Collet[FIX] project: value of field progress on project.project
2012-02-06 Quentin (OpenERP)[FIX] l10n_ch: EDI test was failing in purchase order...
2012-02-06 Quentin (OpenERP)[IMP] account: print journal report layout improvements
2012-02-06 Xavier Morel[IMP] mark loading string for translation
2012-02-06 Quentin (OpenERP)[MERGE] l10n_ch. Merged new fixes and enhancements...
2012-02-06 Raphael Collet[IMP] project: optimize function field progress_rate...
2012-02-06 Fabien Meghazi[IMP] Improved font-size styling
2012-02-06 Xavier Morel[FIX] sorting of lists embedded in forms (o2m, m2m)
2012-02-06 Xavier Morel[FIX] style for sort indicator in lists embedded in...
2012-02-06 Raphael Collet[IMP] project: fix dependencies of function fields...
2012-02-06 Xavier Morel[ADD] sorting support in buffered datasets
2012-02-06 Quentin (OpenERP)[FIX] account, print journal reports: fixed active_ids...
2012-02-06 Fabien Meghazi[IMP] Make 'Customer Invoices' form friendly to the...
2012-02-06 tfr@openerp.com[FIX] use employee id to lookup into the user table...
2012-02-06 Xavier Morel[UP] update underscore
2012-02-06 Xavier Morel[IMP] move DataSetSearch#sort to DataSet#sort
2012-02-06 Xavier Morel[FIX] selection state does not survive list content...
2012-02-06 Mayur Maheshwari... [FIX]product: add a quick_create options in field
2012-02-05 Launchpad Translatio... Launchpad automatic translations update.
2012-02-05 Launchpad Translatio... Launchpad automatic translations update.
2012-02-05 Launchpad Translatio... Launchpad automatic translations update.
2012-02-04 Olivier Dony[FIX] typo in menu loading code changed in previous...
2012-02-03 Quentin (OpenERP)[IMP] account, taxes report: added an option to print...
2012-02-03 Quentin (OpenERP)[FIX] account: fixed yaml test
2012-02-03 Quentin (OpenERP)[IMP] account: improved print journal report + added...
2012-02-03 Raphael Collet[MERGE] from trunk
2012-02-03 Antony Lesuisse[FIX] use regular recursive menu loading because it...
2012-02-03 Xavier Morel[FIX] jquery-ui reference in mobile client
2012-02-03 Atul Patel... [FIX]base_calendar: Remove date field in EXTRAFIELDS...
2012-02-03 Raphael Collet[MERGE] lp:897556 (portal: improve tooltip)
2012-02-03 Raphael Collet[IMP] portal: improve tooltip
2012-02-03 Raphael Collet[MERGE] from trunk
2012-02-03 Xavier Morel[FIX] don't right-align number fields in form view
2012-02-03 Xavier Morel[IMP] error reporting in domain evaluation
2012-02-03 Raphael Collet[MERGE] lp:923884 (account: fix generation of journal...
2012-02-03 Raphael Collet[MERGE] lp:925355 (import_google: remove size limit...
2012-02-03 Kuldeep Joshi... [FIX]survey : give access right to employee user
2012-02-03 Divyesh Makwana... [IMP] account : Improved the code.
2012-02-03 Divyesh Makwana... [IMP] account : Improved the code.
2012-02-03 Kuldeep Joshi... [FIX] import_google: remove size from selection field
2012-02-03 Launchpad Translatio... Launchpad automatic translations update.
2012-02-02 Antony Lesuissechange module import logging level
2012-02-02 Xavier Morel[REM] project_caldav
2012-02-02 Raphael Collet[MERGE] lp:924327 (subscription: enable more documents...
2012-02-02 Xavier Morel[FIX] in load_information_from_description_file, f...
2012-02-02 Olivier Dony[IMP] refactored translation system to merge web transl...
next