[FIX] sale,stock_location: Fixed runbot errors.
[odoo/odoo.git] / openerp /
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 Olivier Dony[MERGE] Fix bug 901601, add default GTK icon for kanban...
2011-12-13 Christophe Simonis[FIX] display config after immediate install (if any)
2011-12-13 Naresh (OpenERP)[REF]:
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-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 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 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-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]: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...
next