[IMP] some English corrections & 'encoding' into 'coding' for several py files. No...
[odoo/odoo.git] / openerp / addons / base / res /
2012-02-12 Bogdan Stanciu[IMP] some English corrections & 'encoding' into 'codin...
2012-02-10 Olivier Dony[IMP] res.users: avoid reading twice the groups_id...
2012-02-09 Antony Lesuisse[IMP] ir properties list view show res_id and type
2012-02-08 Antony Lesuisse[FIX] res_currency remove warning about float field
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-31 Raphael Collet[MERGE] small fixes (typo in tooltip, char field size)
2012-01-30 Olivier Dony[IMP] res.users: better tooltip for Timezone user pref
2012-01-27 Alexis De Lattre[FIX] Base: removed ambigious entries for _rec_name...
2012-01-27 Serpent Consulting... [REM] Removed the _rec_name change
2012-01-27 Serpent Consulting... [FIX] Base : Corrected the size of the field 'owner_nam...
2012-01-27 Raphael Collet[MERGE] lp:918120 (res.partner.bank: improve name_get...
2012-01-24 Vo Minh Thu[IMP] res_config: changed from class __logger to module...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2012-01-19 Jagdish Panchal... [FIX] res_bank.py: set the prefix on bank
2012-01-18 Olivier Dony[IMP] base: change conflicting address-related "State...
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-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 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 Fabien Pinckaers[IMP] removed thymbra for demo data, too much problems...
2011-12-29 Fabien Pinckaers[IMP] rml_header1: no slogan by default, tooltip
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-21 Olivier Dony[MERGE] res.partner.category: add short name_get varian...
2011-12-21 Rucha (Open ERP)[ADD, IMP]: res.company: Added new field in company...
2011-12-20 Olivier Dony[MERGE] latest trunk
2011-12-20 Fabien Pinckaers[IMP] removed raise on name_create partner
2011-12-20 Olivier Dony[IMP] res.partner: wording+todo for name_create()
2011-12-20 Fabien Pinckaers[IMP] useability seach opportunity
2011-12-19 Raphael Collet[FIX] res_users: add explicitly False in non-required...
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-15 Olivier Dony[FIX] res.users: no global var for filtering groups...
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-13 Raphael Collet[MERGE] users and groups: new implementation of group...
2011-12-12 Fabien Pinckaers[IMP] useability board amdin
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 Raphael Collet[FIX] res_users: group fields shall be removed before...
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-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 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 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 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] useability + kanban view on modules
2011-12-05 Raphael Collet[FIX] groups: fix implementation of trans_implied_ids
2011-12-02 Raphael Collet[FIX] move definition of fields category_id and full_na...
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-01 Quentin (OpenERP)[IMP] res_partner_address, display_address: improved...
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 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-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-25 Fabien Pinckaers[FIX] domain -> context
2011-11-24 Olivier Dony[MERGE] Missing modelines, requested and provided by...
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-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
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-18 Olivier Dony[FIX] res.users: incorrect passing of context as positi...
2011-11-18 Tejas (OpenERP)Supplier search_default and default set
2011-11-18 Amit Bhavsar (Open... [polish3],improve the setting menu
2011-11-17 Xavier Morel[FIX] res.config: ensure there is a context before...
2011-11-16 Olivier Dony[MERGE] warn when create()/write() touches unknown...
2011-11-14 Fabien Pinckaers[IMP] Yaml scripts calls on_changes and fields_view_get...
2011-11-14 Olivier Dony[IMP] tools.float_*: added tests and docstrings
2011-11-14 Olivier Dony[IMP] res.currency,base: factor out float rounding...
2011-11-14 Quentin (OpenERP)[MERGE] lp: 876260
2011-11-14 Naresh (OpenERP)[FIX]:increase the size of function field 64-->128...
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-11-01 Stefan Rijnhart[FIX] values for non existing fields in base xml data...
next