[REL] OpenERP 6.1rc1
[odoo/odoo.git] / openerp / addons /
2012-01-12 Olivier Dony[FIX] res.partner.category: merge the 2 classes bearing...
2012-01-12 Vo Minh Thu[IMP] res_users.login(): eliminate a possibility to...
2012-01-12 Launchpad Translat... Launchpad automatic translations update.
2012-01-09 Olivier Dony[FIX] translation: remove calls to trans_update_res_ids
2012-01-09 Launchpad Translat... Launchpad automatic translations update.
2012-01-07 Olivier Dony[FIX] base: module sequence number removed from XML...
2012-01-05 Launchpad Translat... Launchpad automatic translations update.
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2012-01-04 Vo Minh Thu[MERGE] res.company: resize the "name" related field...
2012-01-04 Vo Minh Thu[MERGE] res.users.email is really res.users.user_email.
2012-01-04 Fabien Pinckaers[IMP] useability: desactivate menutips by default
2012-01-04 Vo Minh Thu[MERGE] increase the size of res.partner.address.functi...
2011-12-30 Antony Lesuisse[FIX] crm install trigger the setting dashboard
2011-12-30 Fabien Pinckaers[IMP] removed thymbra for demo data, too much problems...
2011-12-30 Fabien Pinckaers[IMP] modules on top
2011-12-30 Fabien Pinckaers[fIX]
2011-12-29 Fabien Pinckaers[IMP] rml_header1: no slogan by default, tooltip
2011-12-28 Launchpad Translat... Launchpad automatic translations update.
2011-12-27 Antony Lesuisse[FIX] cron mktime should be timegm
2011-12-23 Minh TranFixed style for module vignette buttons
2011-12-23 Minh TranRemoved padding around kanban vignette
2011-12-23 Raphael Collet[MERGE] translations: import using lower-level sql...
2011-12-23 Launchpad Translat... Launchpad automatic translations update.
2011-12-22 Olivier Dony[MERGE] sync with latest trunk
2011-12-22 Olivier Dony[I18N] base: updated translation template
2011-12-22 Olivier Dony[IMP] fields.sparse: custom sparse field creation now...
2011-12-22 Quentin (OpenERP)[MERGE] merged the dev branch with us letter format...
2011-12-22 Vo Minh Thu[MERGE] merged the new floats rounding code.
2011-12-22 Olivier Dony[MERGE] sync with trunk
2011-12-21 Olivier Dony[MERGE] res.partner.category: add short name_get varian...
2011-12-21 Olivier Dony[ADD] view.rng: new @options attribute for field widgets
2011-12-21 Rucha (Open ERP)[ADD, IMP]: res.company: Added new field in company...
2011-12-21 Olivier Dony[FIX] fields.float: always round floats when persisting
2011-12-20 Olivier Dony[MERGE] latest trunk
2011-12-20 Olivier Dony[IMP] float_utils: simplified code, added float_repr
2011-12-20 Fabien Pinckaers[IMP] removed raise on name_create partner
2011-12-20 Olivier Dony[IMP] float_utils: fix HALF_UP rounding according to...
2011-12-20 Olivier Dony[IMP] res.partner: wording+todo for name_create()
2011-12-20 Fabien Pinckaers[IMP] useability seach opportunity
2011-12-20 Raphael Collet[FIX] base/module: typo in xml id and name of module...
2011-12-20 Antony Lesuisse[MERGE] module kaban padding fixes (manual merge)
2011-12-19 Roberto López Lópe... [FIX] wrong access to property
2011-12-19 Raphael Collet[FIX] res_users: add explicitly False in non-required...
2011-12-18 Fabien Pinckaers[IMP] module in categ links are installed automatically
2011-12-18 Fabien Pinckaers[IMP] order of main apps/modules
2011-12-18 Fabien Pinckaers[IMP] order of main apps/modules
2011-12-18 Fabien Pinckaers[FIX] small bug in address
2011-12-16 Olivier Dony[REF] float_utils: moved in its own python module
2011-12-16 Olivier Dony[MERGE] latest trunk
2011-12-16 Olivier Dony[FIX] modules: temporaty fix to allow installing hidden...
2011-12-16 Launchpad Translat... Launchpad automatic translations update.
2011-12-15 Olivier Dony[FIX] res.users: no global var for filtering groups...
2011-12-15 Olivier Dony[MERGE] ir.sequence: Fix bug 863221 - higher priority...
2011-12-15 Numerigraphe - Lio... [IMP] base: allow the category name to not include...
2011-12-15 Raphael Collet[MERGE] demo data: remove salesman on customers
2011-12-15 Olivier Dony[FIX] res_users: side-effect of virtual groups prevente...
2011-12-15 Naresh (OpenERP)[IMP]:removed salesman assigned to demo data partners
2011-12-14 Serpent Consulting... [FIX] Company : Size of name field has to be reset...
2011-12-14 Antony Lesuisse[IMP] module kanban
2011-12-14 Minh TranChanged the default module icon
2011-12-13 Christophe Simonis[FIX] menu loading after immediate install of modules
2011-12-13 Raphael Collet[MERGE] users and groups: new implementation of group...
2011-12-13 Olivier Dony[FIX] ir.module search view: filters/fields need unique...
2011-12-13 Christophe Simonis[FIX] display config after immediate install (if any)
2011-12-13 Launchpad Translat... Launchpad automatic translations update.
2011-12-12 Fabien Pinckaers[IMP] useability board amdin
2011-12-12 Fabien Pinckaers[IMP] do not show hidden modules
2011-12-12 Fabien Pinckaers[IMP] improved useability on modules
2011-12-12 Antony Lesuisse[IMP] immeditate install, remove old web modules
2011-12-12 Antony Lesuisse[FIX] more web removal
2011-12-12 Antony Lesuisse[IMP] immediate install, remove old web modules
2011-12-11 Fabien Pinckaers[FIX] better search view on modules
2011-12-12 Fabien Meghazi[IMP] Change in dashboard view api. @creatable is an...
2011-12-09 Xavier Morel[ADD] method returning the list of menus installed...
2011-12-09 Minh Tran[IMP] Some css tweaks in the kanban module vignette
2011-12-09 Raphael Collet[FIX] res_users: ignore group fields in create and...
2011-12-09 Raphael Collet[IMP] res_users: improve create, write, read, and defau...
2011-12-09 Raphael Collet[IMP] res_users: add domain when searching for groups...
2011-12-09 Xavier Morel[IMP] icon management in modules
2011-12-09 Xavier Morel[ADD] API for immediate installation of modules (module...
2011-12-09 Raphael Collet[IMP] module: improve form view of ir.module.category
2011-12-09 Raphael Collet[FIX] res_users: group fields shall be removed before...
2011-12-09 Raphael Colletmerge from trunk
2011-12-09 Raphael Collet[IMP] res_users: improve get_groups_by_application
2011-12-09 Raphael Collet[FIX] res_users: avoid coalesce in uniqueness constrain...
2011-12-09 Raphael Collet[IMP] res_users: implement sorting on full_name
2011-12-09 Raphael Collet[IMP] make module category and group names translatable
2011-12-08 Antony Lesuisse[MERGE] module kanban
2011-12-08 Antony Lesuisse[IMP] ir.module.module: rename is_application to applic...
2011-12-08 Minh TranChanged modules icons in the vignette
2011-12-08 Fabien Meghazi[ADD] Add 'creatable' attribute to dashboard's action...
2011-12-08 Christophe Simonis[IMP] ir.module.module: rename 'core' to 'is_application'
2011-12-07 Minh Tran[IMP] Relooking of the modules vignette, the Kanban...
2011-12-07 Raphael Collet[IMP] res_users: improve code for arch view generation
2011-12-07 Raphael Collet[FIX] res_users: do not store field 'full_name' of...
2011-12-07 Raphael Colletmerge from trunk
2011-12-07 Raphael Collet[IMP] res_users: add comments
2011-12-07 Raphael Collet[FIX] res_users: fix write() on selection group fields
2011-12-07 Raphael Collet[IMP] res_users: simplify code
2011-12-06 Raphael Collet[IMP] res_users: remove unused stuff
next