[IMP] crm: immprovement on lead,opportunity
[odoo/odoo.git] / bin / osv /
2010-02-16 ATP (OpenERP)[IMP]: module, menu: Added filter buttons in modules...
2010-02-16 HDA (OpenERP)Merged with stable
2010-02-15 Jay (Open ERP)[FIX] Fields.function : if store={}/True is removed...
2010-02-15 Harry (Open ERP)[FIX] orm: fixed bug in read_group
2010-02-10 nch@tinyerp.com[FIX,IMP]:date display format and Avg for groupby field
2010-02-10 nch@tinyerp.com[FIX]:date display format
2010-02-10 Jay (Open ERP)[FIX] Fields : Only one2many fields can have relation_f...
2010-02-10 nch@tinyerp.com[IMP]:Avg for groupby
2010-02-09 Jay (Open ERP)[FIX] Fields : relational field was not getting written...
2010-02-09 Jay (Open ERP)[FIX] Custom fields won't disturb anything while updati...
2010-02-09 Jay (Open ERP)[FIX] Browse with _inherits issue fixed if more than...
2010-02-09 Harry (Open ERP)[FIX] orm: pass context if widget selection in __view_l...
2010-02-05 Christophe Simonis[MERGE]
2010-02-04 Christophe Simonis[IMP] osv: log (in debug) access errors
2010-02-04 Jay (Open ERP)[FIX] default_FIELD from context should not overwrite...
2010-02-03 VIR(OpenERP)[FIX] Ir.sequence : removed unrelated field from view
2010-02-03 nch@tinyerp.com[FIX]:minor bug related to groupby
2010-02-03 nch@tinyerp.com[IMP]:improved groupby date format to Today, and (month...
2010-02-03 Jay (Open ERP)[FIX] Allowed SQL reserved keywords to be used in _orde...
2010-02-02 Christophe Simonis[FIX] orm: bug when browsing _inherits object
2010-02-02 Jay (Open ERP)[FIX] Search made working for function/related fields...
2010-02-02 Harry (Open ERP)[FIX]orm : format_trace is not available in traceback...
2010-02-02 Jay (Open ERP)[FIX] Ir_values : reading of default values correted
2010-01-29 Xavier Morel[imp] fix imports
2010-01-29 Xavier Morel[fix] exception thrown by browse_record.__getitem__...
2010-01-29 Jay (Open ERP)[FIX] M2O : Unfair behavior of M2O for access denial...
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 Jay (Open ERP)[FIX] Related with O2M behavior corrected
2010-01-25 nch@tinyerp.com[IMP]:Display only the names of many2one fields in...
2010-01-23 Fabien Pinckaersmerge
2010-01-22 Jay (Open ERP)[FIX] Import should raise an uncaught exception if...
2010-01-22 Jay (Open ERP)[FIX] _inherits table may delete the record which is...
2010-01-22 Fabien Pinckaers[IMP] read_group
2010-01-22 HDA (OpenERP)Improve groupby
2010-01-21 Jay (Open ERP)[FIX] O2M should check existing relations for its conce...
2010-01-21 Xavier Morel[imp] add docstring to explain how default_get works...
2010-01-21 HDA (OpenERP)Improve read_group
2010-01-20 HDA (OpenERP)[IMP] group by functionality
2010-01-19 Jay (Open ERP)[FIX] Expression : Domain calculation of M2M/O2M corrected
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
next