[imp] add a bit of API documentation to res.config.installer, and make modules_to_ins...
[odoo/odoo.git] / bin / osv /
2010-01-21 Xavier Morel[imp] add docstring to explain how default_get works...
2010-01-29 Xavier Morel[imp] fix imports
2010-01-29 Xavier Morel[fix] exception thrown by browse_record.__getitem__...
2010-01-28 Fabien Pinckaers[FIX] server side sort
2010-01-28 Fabien Pinckaersremoved bad code
2010-01-28 nch@tinyerp.com[IMP]:date dispaly format in groupby
2010-01-28 nch@tinyerp.com[IMP]:group by on date/datetime field will result in...
2010-01-27 Harry (Open ERP)[FIX] orm: fixed for python2.6 in _read_flat method
2010-01-27 Fabien Pinckaersmerge
2010-01-27 Harry (Open ERP)[FIX] orm : String ID should support
2010-01-26 nch@tinyerp.com[IMP]:read_group perform sum only fields that has ...
2010-01-25 nch@tinyerp.com[IMP]:Display only the names of many2one fields in...
2010-01-23 Fabien Pinckaersmerge
2010-01-22 Fabien Pinckaers[IMP] read_group
2010-01-22 HDA (OpenERP)Improve groupby
2010-01-21 HDA (OpenERP)Improve read_group
2010-01-20 HDA (OpenERP)[IMP] group by functionality
2010-01-19 nch@tinyerp.com[IMP]:read_group
2010-01-19 nch@tinyerp.com[MERGE]:from parent
2010-01-19 nch@tinyerp.com[IMP]:readgroup
2010-01-18 nch@tinyerp.com[IMP]:read_group
2010-01-13 HDA (OpenERP)FIXed merging bugs
2010-01-13 HDA (OpenERP)Merge
2010-01-12 Christophe Simonis[FIX] error when getting size of a selection field
2010-01-12 Xavier Morel[fix] extra whitespace on line-ends
2010-01-12 Xavier Morel[fix] access to forgotten character
2010-01-12 Christophe Simonis[FIX] osv: _name is mandatory in case of multiple inher...
2010-01-12 Christophe Simonis[FIX] correct class name in case of multiple inheritance
2010-01-12 Harry (Open ERP)[FIX] orm : fixed bug after imporved stuff of hasattr
2010-01-12 HDA (OpenERP)merged
2010-01-12 HDA (OpenERP)Merged
2010-01-12 Christophe Simonis[MERGE]
2010-01-11 nch@tinyerp.com[IMP]:read group for date fields
2010-01-09 nch@tinyerp.com[IMP]:groupby on date field
2010-01-08 nch@tinyerp.com[FIX]:passed group header id as None
2010-01-08 Harry (Open ERP)[FIX] orm: In fields_view_get, if view not find , raise...
2010-01-08 Jay (Open ERP)Domain evaluation : Conditions like [(field,'in',[...
2010-01-07 ACH,JVO[FIX] Translation was not getting inserted to DB on...
2010-01-07 Jay (Open ERP)[FIX] Installation should alert user if any no pool...
2010-01-06 nch@tinyerp.com[IMP]:improved the read_group method
2010-01-05 Jay (Open ERP)[FIX] Search : searching translated fields made possibl...
2010-01-05 nch@tinyerp.com[IMP]:read_group
2010-01-03 Xavier Morel[imp] replace hasattr-based attribute selection by...
2010-01-03 Xavier Morel[imp] replace hasattr-base attribute selection by getattrs
2009-12-30 UCOImprovements regarding export wizard
2009-12-29 RGA(OpenERP)[FIX] Manual object and field creation with searchable
2009-12-29 nch@tinyerp.com[REF,IMP]:improved the read_group code
2009-12-29 nch@tinyerp.com[ADD]:added new functionality read_group'
2009-12-28 nch@tinyerp.comread_group method for group by
2009-12-23 Jay (Open ERP)[FIX] Integer widget : improvements when functional...
2009-12-22 Fabien Pinckaers[FIX] removed print statement
2009-12-22 Fabien Pinckaers[FIX] fix
2009-12-22 Fabien Pinckaers[FIX] multi company, speed improvement
2009-12-22 Fabien Pinckaers[FIX] multi company, speed improvement
2009-12-22 Fabien Pinckaers[FIX] multi company, speed improvement
2009-12-22 Fabien Pinckaers[FIX] rule and multi-company
2009-12-22 Fabien Pinckaers[FIX] improve multi-company and rule system
2009-12-22 Fabien Pinckaersmerge
2009-12-22 Fabien Pinckaersmerge
2009-12-22 Christophe Chauvet[IMP] Change try/except by if to test when field is...
2009-12-17 Christophe Chauvet[IMP] Extended the field.property to new type field...
2009-12-17 Xavier Morel[fix] mixed inheritance between osv and osv_memory...
2009-12-17 Fabien Pinckaers[FIX] osv_memory inherit osv
2009-12-17 Fabien Pinckaers[FIX] osv_memory inherit osv
2009-12-17 Fabien Pinckaers[imp] multiple inheritancies
2009-12-17 Fabien Pinckaersmultiple inheritancies
2009-12-17 Christophe Simonis[MERGE] lp:~xmo/openobject-server/setup_py_fixes
2009-12-17 ame (Tiny)[IMP] improved `fields_view_get` (auto create search...
2009-12-16 Christophe Chauvet[IMP] Don't use OIDS when create database, because
2009-12-16 Christophe Chauvet[IMP] Add comment on table base on description
2009-12-14 Christophe Simonis[IMP] remove useless comment
2009-12-14 Xavier Morel[merge] from trunk
2009-12-14 Jay (Open ERP)[FIX] Importation when fails,needs cursor to be rolled...
2009-12-10 Harry (Open ERP)[FIX] orm: convert ids into int in read_flat method...
2009-12-09 Fabien Pinckaersmerge
2009-12-09 Fabien Pinckaers[IMP] removed print statement
2009-12-09 Jay (Open ERP)[IMP] Limit for name_search() improved to 100
2009-12-09 Fabien Pinckaers[IMP] multi companies on users
2009-12-09 Fabien Pinckaers[IMP] removed extra logs
2009-12-09 Fabien Pinckaers[FIX] related are stored
2009-12-09 Fabien Pinckaers[FIX] select current compay on users
2009-12-04 Christophe Simonis[FIX] revert bad fix
2009-12-04 Jay (Open ERP)[FIX] Expression : _recursive_in corrected
2009-12-03 Jay (Open ERP)[FIX] fields.related were misbehaving
2009-12-03 rpa (Open ERP)[IMP]: Improvement in __getitem__ for id of type string...
2009-12-02 Xavier Morel[merge] fix-shebang from 5.0 to trunk
2009-12-02 Xavier Morel[fix] use env for python shebang rather than hardcoding...
2009-12-02 Xavier Morel[merge] 5.0-lxml-fixes into trunk
2009-12-02 Xavier Morel[merge] osx-shutdown-fix branch into lxml-fixes
2009-12-01 Christophe Simonis[FIX] allow related fields to point to one2many and...
2009-12-01 Harry (Open ERP)[FIX] fields: get_nice_size fun, incomplete imported...
2009-11-30 olt@tinyerp.com[FIX] fields: '_fnct_write' should pass context object...
2009-11-28 Xavier Morel[IMP] removal of usages of the deprecated node.getchild...
2009-11-28 Harry (Open ERP)[merge] merge from lp:~openerp/openobject-server/5.0/
2009-11-27 Harry (Open ERP)[IMP] change copyright with AGPL
2009-11-26 Harry (Open ERP)[FIX] orm, osv: change copyright with AGPL
2009-11-26 Harry (Open ERP)[MERGE]
2009-11-25 Christophe Simonis[IMP] _defaults: allow to pass directly the value inste...
2009-11-25 Jay (Open ERP)[FIX] Custom Object xml arch needed encoding.
2009-11-25 Harry (Open ERP)[MERGE] merge with master branch
next