[FIX] correctly htmlescape data in format_cell
[odoo/odoo.git] / openerp /
2011-12-11 Fabien Pinckaers[FIX] workflow returning actions
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[IMP] opening and getting data from module description...
2011-12-09 Xavier Morel[IMP] reduce noise in setting default values of module...
2011-12-09 Xavier Morel[ADD] API for immediate installation of modules (module...
2011-12-09 Naresh (OpenERP)[IMP]:added default icon for kanban and gantt view
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
2011-12-06 Raphael Collet[IMP] res_users: remove unused methods get_closure...
2011-12-06 Raphael Collet[IMP] res_users: improve comments
2011-12-06 Fabien Pinckaers[IMP] Access Rights on Modules Installation
2011-12-06 Xavier Morel[FIX] missing view type
2011-12-06 Raphael Collet[IMP] res_users: simplify group categorization
2011-12-06 Raphael Collet[IMP] res_users: improve access rights on user form
2011-12-06 Fabien Pinckaers[IMP] Core features on modules, better views for modules
2011-12-06 Raphael Colletmerge from trunk
2011-12-06 Raphael Collet[IMP] res_users: add tips in selector group fields
2011-12-06 Raphael Colletres_users: reintroduce selectors for group fields
2011-12-06 Fabien Pinckaers[IMP] default address
2011-12-06 Raphael Collet[IMP] reimplemented user access rights form (basic)
2011-12-05 Fabien Pinckaers[IMP] kanban view for modules, to be improved by Minh
2011-12-05 Fabien Pinckaers[IMP] useability + kanban view on modules
2011-12-05 Raphael Collet[FIX] groups: fix implementation of trans_implied_ids
2011-12-05 Launchpad Translat... Launchpad automatic translations update.
2011-12-02 Raphael Collet[FIX] move definition of fields category_id and full_na...
2011-12-02 Raphael Collet[IMP] base: link groups to applications (module categories)
2011-12-02 Vo Minh Thu[MERGE] merged trunk.
2011-12-02 Raphael Collet[IMP] add field category_id on groups
2011-12-02 Raphael Collet[IMP] res_users: rename function
2011-12-02 Raphael Collet[IMP] res_groups: add function field trans_implied_ids
2011-12-02 Naresh (OpenERP)[FIX]:Properties should be deleted when the related...
2011-12-02 Launchpad Translat... Launchpad automatic translations update.
2011-12-01 Quentin (OpenERP)[MERGE] merged the dev branch with address format count...
2011-12-01 Quentin (OpenERP)[IMP] res_partner_address, display_address: improved...
2011-12-01 Raphael Collet[FIX] add missing import
2011-12-01 Raphael Collet[IMP] add log message when skipping sending email
2011-12-01 Vo Minh Thu[MERGE] merged trunk.
2011-12-01 Raphael Collet[IMP] indicate tests in current thread, and prevent...
2011-12-01 Quentin (OpenERP)[IMP] base: country specific address format small imp
2011-12-01 Quentin (OpenERP)[IMP] base: contry specific address format cleanup...
2011-12-01 Quentin (OpenERP)[MERGE] merged with main trunk server branch
2011-12-01 Vo Minh Thu[IMP] tests: moved tests into openerp.tests, expose...
2011-12-01 Vo Minh Thu[MERGE] wizard: add a deprecation warning for the old...
2011-12-01 Olivier Dony[MERGE] Bug 303455: orm.create() - use local before...
2011-12-01 Xavier Morel[REM] import_data: unused variables, redundant parens...
2011-12-01 Xavier Morel[FIX] correctly restore partial import index when resta...
2011-12-01 Vo Minh Thu[FIX] wizard: typo.
2011-12-01 Vo Minh Thu[IMP] wizard: add little comment about wizards being...
2011-12-01 Vo Minh Thu[MERGE] merged trunk.
2011-12-01 Olivier Dony[MERGE] base: no twitter API if twitter lib is missing
2011-12-01 Raphael Collet[MERGE] improve the menu positions in 'Settings'
2011-11-30 Olivier Dony[ADD] base: added Uruguayan peso currency (UYU), courte...
2011-11-30 Naresh (OpenERP)[FIX]:loading translation of .zip module
2011-11-29 Raphael Collet[MERGE] supplier view: set defaults for customer and...
2011-11-29 Olivier Dony[FIX] res.lang: incompatible behavior for thousands...
2011-11-29 Vo Minh Thu[IMP] openerp.wizard: added deprecation warning as
2011-11-29 Olivier Dony[IMP] module: rename `Schedule Upgrade` to `Upgrade...
2011-11-29 Olivier Dony[FIX] ir.translation: keywargs not supported when clear...
2011-11-28 Olivier Dony[MERGE] Fix bug 891544 - prevent double-encoding of...
2011-11-28 Naresh (OpenERP)[FIX]:initialise the parser before adding user defined...
2011-11-28 Naresh (OpenERP)[FIX]:Incorect format of report in OpenOffice
2011-11-26 Launchpad Translat... Launchpad automatic translations update.
2011-11-25 Fabien Pinckaers[FIX] domain -> context
2011-11-24 Olivier Dony[MERGE] Missing modelines, requested and provided by...
2011-11-24 Olivier Dony[MERGE] YAML: Support m2o None value, courtesy of Dmitr...
2011-11-24 Vo Minh Thu[FIX] res_partner_view: the previous commit added the...
2011-11-24 Vo Minh Thu[IMP] domain to context:
2011-11-24 Naresh (OpenERP)[FIX]: WARNING:orm:No such field(s) in model ir.values...
2011-11-23 Olivier Dony[IMP] read_group: pass superuser uid to group_by_full...
2011-11-22 niv-openerp[imp] added new property in gantt view
2011-11-22 Olivier Dony[FIX] ir.ui.view.custom: fix access rights and rules
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-11-22 Launchpad Translat... Launchpad automatic translations update.
2011-11-21 Olivier Dony[FIX] orm.read_group: fix merge logic for read_group_full:
2011-11-21 Vo Minh Thu[FIX] res_request: search() context arg turned to keywo...
2011-11-21 Vo Minh Thu[MERGE] Cleaning of the empty dict kwargs (replaced...
2011-11-21 Launchpad Translat... Launchpad automatic translations update.
next