[IMP] Added email address.
[odoo/odoo.git] / openerp / osv /
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4965...
2013-10-25 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4914...
2013-10-31 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5113...
2013-10-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
2013-11-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4067... saas-1
2013-11-04 Martin Trigaux[IMP] comments
2013-11-04 Martin Trigaux[FIX] orm: when duplicating a record, if duplicates...
2013-10-18 niv-openerp[MERGE] saas2
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[IMP] orm: _store_get_values: rename variables to make...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-10-08 Martin Trigaux[IMP] remove useless comment
2013-10-08 Martin Trigaux[IMP] move comment to the right line
2013-10-08 Martin Trigaux[IMP] correctly bound _symbol_f and redifine self._symb...
2013-10-08 Martin Trigaux[FIX] function fields: bound symbol methods of function...
2013-10-06 Antony Lesuisserename links get, allow reference fields without size.
2013-10-03 Thibault Delavallée[FORWARD] Forward port of saas-2 fixes until revision...
2013-10-03 Raphael Collet[FIX] expression: in nodes like (left, 'in', right...
2013-09-30 Martin Trigaux[IMP] orm: don't compute twice the same function for...
2013-09-30 Christophe Simonis[FIX] orm: correct read_group when searching by month
2013-09-30 Martin Trigaux[IMP] store fields: do not add twice the same function...
2013-09-19 Christophe Simonis[FIX] orm.BaseModel.exists(): early return if no ids...
2013-09-18 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4908...
2013-09-17 Thibault Delavallée[IMP] read_group: group_by -> groupby (same variable...
2013-09-16 Thibault Delavallée[IMP] read_group: added forgottent year computation
2013-09-16 Thibault Delavallée[DOC] read_group: added comments for the new formatting...
2013-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5075...
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-09-10 Thibault Delavallée[IMP] orm: first draft of improvign group_by on date...
2013-08-21 Olivier Dony[IMP] BaseModel.fields_view_get: warn about non-qualifi...
2013-08-21 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4899...
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-08-19 Christophe Simonis[FIX] browse records do not prefetch fields with groups
2013-08-19 Christophe Simonis[FIX] browse records do not try to prefetch fields...
2013-07-25 Thibault Delavallée[IMP] ir_actions_server: added doc + comments + recursi...
2013-07-19 Christophe Simonis[FIX] expression: a valid leaf must have a non empty...
2013-07-09 Thibault Delavallée[IMP] fields: date, datetime: added MONTHS variable...
2013-07-02 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4893...
2013-06-27 Denis Ledoux[MERGE]forward port of latest 7.0 bugfixes, up to rev...
2013-06-26 Christophe Simonis[FIX] orm: Do not prefetch custom fields.
2013-06-24 Quentin (OpenERP)[FIX] ir_property: fixes in property fields related...
2013-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
2013-06-19 Quentin (OpenERP)[REF] fields: removed deprecated view_load attribute...
2013-06-21 niv-openerpadded search_read
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-05 Vo Minh Thu[IMP] ir_ui_view: do not use _logger.exception() (becau...
2013-06-04 Vo Minh Thu[MERGE] orm: add _sql_contraints only when _auto.
2013-06-04 Olivier Dony[IMP] orm: include forbidden IDs when logging ir.rules...
2013-06-04 Vo Minh Thu[MERGE] orm: add __iter__ method on browse_null.
2013-05-28 Thibault Delavallée[FORWARD] Forward port of server 7.0 until revision...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-04-24 Ronald Portier[FIX] Add __iter__ method to browse_null to prevent...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-23 Christophe Simonis[FIX] expression: allow creating child_of expression...
2013-04-23 Tejas TankMerged Latest.
2013-04-19 Quentin (OpenERP)[FIX] orm, _generate_order_by(): allow to order by...
2013-04-15 Olivier Dony[FIX] res.partner, orm._check_recursion: prevent recurs...
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-05 Thibault Delavallée[MERGE] Sync with trunk.
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-28 Thibault Delavallée[MERGE] Sync with trunk.
2013-03-28 Thibault Delavallée[CLEAN] BaseModel: moved get_empty_list_help method...
2013-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-25 Vo Minh Thu[IMP] orm: added a print_report() method.
2013-03-22 Thibault Delavallée[MERGE] Sync with trunk.
2013-03-21 Olivier Dony[FIX] orm.expression: `=?` domain operator broken after...
2013-03-21 Christophe Matthieu[IMP] code cleaning for get_empty_list_help
2013-03-21 Vo Minh Thu[FIX] ir_model_data: create the _inherits parent extern...
2013-03-20 Christophe Matthieu[MERGE] from trunk
2013-03-15 Xavier Morel[FIX] __getattr__ implementation on BaseModel
2013-03-14 Vo Minh Thu[REF] orm:
2013-03-14 Chris Biersbach[FIX] orm: moves the access_rule check to the end of...
2013-03-13 Christophe Matthieu[MERGE] from trunk
2013-03-07 Guewen Baconnier[FIX] add SQL constraints only for models stored in...
2013-03-06 Quentin (OpenERP)[IMP] expression.py: added a clue to debug fuzzy traceb...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-25 Vo Minh Thu[MERGE] netsvc/service.model: added missing/removed...
2013-02-24 Fabien Pinckaers[iMP] error message simplified for required values
2013-02-22 Vo Minh Thu[IMP] netsvc: removed unused import.
2013-02-20 Olivier Dony[MERGE] search: when count=True, execute main query...
2013-02-20 Vo Minh Thu[IMP] Only unhandled exceptions are logged to the conso...
2013-02-19 Olivier Dony[MERGE] osv: automatically retry transactions that...
2013-02-18 Raphael Collet[FIX] search: when count=True, execute main query as...
2013-02-15 Quentin (OpenERP)[REF] code review
2013-02-14 Antonin Bourguignon[MERGE] trunk
2013-02-13 Raphael Collet[IMP] rename model method 'trigger_workflow' into ...
2013-02-13 Raphael Collet[IMP] remove model methods _workflow_trigger and _workf...
2013-02-13 Cecile Tonglet[FIX] osv: Bad error message
2013-02-13 Cecile Tonglet[FIX] osv: Automatically retry the typical transaction...
2013-02-13 Raphael Collet[IMP] openerp.osv.orm: add optional context in method...
2013-02-13 Antonin Bourguignon[MERGE] trunk
2013-02-13 Raphael Collet[MERGE] from trunk
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-12 Antonin Bourguignon[MERGE] trunk
2013-02-12 Xavier Morel[IMP] no need for an explicit string conversion when...
2013-02-12 Xavier Morel[IMP] remove redundancy between execute_cr and exec_wor...
2013-02-11 Antonin Bourguignon[MERGE] trunk
next