Launchpad automatic translations update.
[odoo/odoo.git] / bin / osv /
2010-04-20 nch@tinyerp.com[FIX]:no_leaf in groupby was not taking main domain...
2010-04-20 Framework Team[MERGE] merged trunk-dev-framework branch, including...
2010-04-20 RGA(OpenERP)[FIX] Read : Correction for not passing None values...
2010-04-20 nch@tinyerp.com[IMP]:group_by to support no_leaf in multi level group by
2010-04-19 Fabien Pinckaersfix
2010-04-19 Olivier Dony[FIX] minor: escaped RST special char in docstring
2010-04-19 Fabien Pinckaers[IMP] bugfix read_group, no group_by
2010-04-18 Fabien Pinckaers[IMP] better view, no NULL value for int and float
2010-04-16 Fabien Pinckaersmerge
2010-04-16 Fabien Pinckaers[IMP] group_read
2010-04-16 Christophe Simonis[FIX] orm: correct the cleaning of incorrect reference...
2010-04-16 Stephane Wirtel[FIX] orm: Read the non-overrided fields from the _inherits
2010-04-15 HDA (OpenERP)Merged with diagram branch
2010-04-14 Ysa (Open ERP)[IMP] diagram :- improve parser code(parse node and...
2010-04-14 apa-tinymerge
2010-04-14 Anup(OpenERP)[FIX] Fields.property :Support for date,float,int,etc...
2010-04-14 rga[FIX] M2O field, widget=selection not display all records
2010-04-13 Ysa (Open ERP)[IMP] diagram :- parse node and arrow tag field.
2010-04-12 nch@tinyerp.com[IMP]: removed 'parent_field' from o2m 's attrs as...
2010-04-08 HDA (OpenERP)Merged
2010-04-08 HDA (OpenERP)Merged
2010-04-08 Olivier Dony[MERGE] merged dev-trunk-framework branch, including...
2010-04-08 Olivier Dony[FIX] Fixed incorrect psycopg2 usage for passing query...
2010-04-07 Fabien Pinckaersmerge
2010-04-07 Fabien Pinckaersmerge
2010-04-06 Rvo (Open ERP)[IMP]:improved orm's public methods docstrings
2010-04-06 HDA (OpenERP)Merged with diagram server
2010-04-06 HDA (OpenERP)Improved docstring of orm
2010-04-06 nel@tinyerp.com[FIX] context in read_group
2010-04-06 HDA (OpenERP)Merged
2010-04-05 Jay (Open ERP)[FIX] Unlink : Corrected code for proper query
2010-04-05 Rvo (Open ERP)Removed print statement
2010-04-04 Fabien Pinckaersmerge
2010-04-02 RVO(OpenERP)Added docstring in public methods of orm
2010-04-02 Fabien Pinckaersmerge
2010-04-02 Fabien Pinckaersbugfix
2010-04-02 Jay (Open ERP)[FIX] Fields.function of type integer with multi attrib...
2010-04-02 HDA (OpenERP)Merged
2010-04-02 nch@tinyerp.com[FIX]: missing import logging
2010-04-01 Olivier Dony[IMP] spellchecked error messages and made logging...
2010-04-01 Harry (Open ERP)[FIX] orm: fixed problem on function field with store...
2010-03-31 Stephane Wirtel[FIX] Avoid to duplicate a field.related
2010-03-30 Olivier Dony[IMP] refactoring of check_access_rule to avoid SQL...
2010-03-30 Olivier Dony[IMP] refactoring of check_access_rule to avoid SQL...
2010-03-30 Olivier Dony[FIX] refactoring/fix in ir.rule improvements after...
2010-03-30 Framework Team[MERGE] merge from trunk-dev-framework
2010-03-29 Olivier Dony[REF] Refactored postgres' confdeltypes as a constant
2010-03-26 nch@tinyerp.com[FIX]:read_group for None Values
2010-03-25 nch@tinyerp.com[IMP]:GroupBY:Added Multilevel Groupby
2010-03-23 HDA (OpenERP)Merged
2010-03-19 HDA (OpenERP)FIX reference field support browse in property field
2010-03-19 RVO(OpenERP)[IMP] security-rule-improvement
2010-03-18 Stephane Wirtel[FIX] osv.fields: Remove the limit
2010-03-17 Mantavya Gajjar[MERGE]: merging from the server development team branch
2010-03-17 Ysa (Open ERP)[Merge] Merge with trunk-server
2010-03-16 Rga (Open ERP)[IMP] browse() on reference fields
2010-03-16 Rvo (Open ERP)[IMP]:allowed default_get method to throw exception...
2010-03-16 Rvo (Open ERP)command line server management with -i and -u options
2010-03-16 nch@tinyerp.com[IMP]:added parent_field in attrs of O2M field and...
2010-03-15 Stephane Wirtel[FIX] orm: Allows the inline modification of the _inher...
2010-03-15 HDA (OpenERP)Merged
2010-03-12 Rga (Open ERP)[IMP]set default_focus attribute on buttons and fields
2010-03-12 Ysa (Open ERP)Merge
2010-03-09 RVO(OpenERP)Web-services: do not allow to call methods that starts...
2010-03-08 nch@tinyerp.com[IMP]:Avg/sum for groupby
2010-03-08 nch@tinyerp.com[IMP]:change the way to calculate avg/sum
2010-03-06 Fabien Pinckaersconfigurable floats
2010-03-06 Fabien Pinckaers[IMP] digits_compute to change size of float fields...
2010-03-05 Ysa (Open ERP)Merge
2010-03-03 Xavier Morel[imp] migrate datas warning in browse_record to logging
2010-03-03 HDA (OpenERP)Merged
2010-03-03 HDA (OpenERP)added noupdate=1 if csv is in init_xml
2010-03-02 Fabien Pinckaers[IMP] removed this month
2010-03-02 apa-tinymerged
2010-02-28 Fabien Pinckaersreplaced tab by white spaces
2010-02-28 Fabien Pinckaersmerge
2010-02-26 Ysa (Open ERP)merge
2010-02-26 Olivier Dony[FIX] attempt at supporting inherited fields (through...
2010-02-24 apa-tiny[IMP]:improve orm for diagram view.
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...
next