fixed long polling process that can not close itself
[odoo/odoo.git] / openerp / osv /
2013-06-04 Olivier Dony[IMP] orm: include forbidden IDs when logging ir.rules...
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-23 Christophe Simonis[FIX] expression: allow creating child_of expression...
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-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-11 Antonin Bourguignon[MERGE] trunk
2013-02-11 Xavier Morel[IMP] don't log from import when converting psycopg...
2013-02-11 Xavier ALT[MERGE] BUG 1082003: orm: _rec_name should be checked...
2013-02-06 Vo Minh Thu[DOC] orm: documented workflow-related methods.
2013-02-04 Christophe Matthieu[IMP] ir_action: averwrite read to add a dynamic_help...
2013-02-01 Anand Patel (OpenERP)[IMP]Improved code for the base_import requirde field
2013-01-31 Vo Minh Thu[REF] object_proxy is no longer used by audittrail...
2013-01-30 Vo Minh Thu[FIX] osv.object_service must be called osv.object_proxy.
2013-01-30 Vo Minh Thu[REF] services: somewhat clean use of openerp exceptions.
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-29 Vo Minh Thu[IMP] added create_workflow, delete_workflow,redirect_w...
2013-01-25 Vo Minh Thu[FIX] orm: call super in __getattr__.
2013-01-25 Vo Minh Thu[IMP] orm: expose a signal_xxx() method to call workflo...
2013-01-23 Antonin Bourguignon[IMP] only call ir.translation when necessary
2013-01-23 Antonin Bourguignon[IMP] fix a comment's indentation, remove a few whitespaces
2013-01-17 Antonin Bourguignon[IMP] doc
2013-01-16 Christophe Simonis[FIX] orm: SUPERUSER is not restricted by groups on...
2013-01-11 Olivier Dony[FIX] fields.date[time]: context_today()/context_timest...
2012-12-27 Fabien Pinckaers[IMP] custom model allowed
2012-12-21 Raphael Collet[MERGE] lp:~therp-nl/openobject-server/ronald@therp...
2012-12-21 Raphael Collet[IMP] orm: fix vacuum of transient model
2012-12-21 Raphael Collet[MERGE] from trunk
2012-12-21 Thibault Delavallée[REV] Reverted last improvement, because this was messi...
2012-12-20 Thibault Delavallée[IMP] OROM: order_spec is overidden by self._order...
2012-12-20 Thibault Delavallée[FIX] _search not uniquifies the results, because when...
2012-12-19 Raphael Collet[IMP] register_hook: improve a bit the code
2012-12-19 Raphael Collet[MERGE] from trunk
2012-12-19 Thibault Delavallée[REV] Reverted some changes that should not be present...
2012-12-18 Fabien Pinckaers[REVERT] revert changes in the server
2012-12-18 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-17 Olivier Dony[FIX] orm,registry: properly check m2o FKs during model...
2012-12-17 Thibault Delavallée[IMP] tracked: models now have a _track attribute,...
2012-12-17 Raphael Collet[FIX] expression: avoid delitem on a tuple
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Raphael Collet[FIX] orm: replace incorrect usage of 'in' by '=='
2012-12-17 Raphael Collet[MERGE] trunk-acl-thu (check read/write access restrict...
2012-12-17 Thibault Delavallée[MERGE] Merged lp:~openerp-dev/openobject-server/trunk...
2012-12-16 Antony Lesuisse[MERGE] trunk
2012-12-15 Antony Lesuisse[MERGE] remove res.partner.address by chs
2012-12-14 Vo Minh Thu[IMP] orm/acl: proper message instead of `TODO`.
2012-12-14 Vo Minh Thu[FIX] registry: Set the fields_by_model attribute in...
2012-12-14 Xavier Morel[FIX] incorrect docstrings or docstring param names...
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-14 Vo Minh Thu[IMP] module loading: removed unnecessary indentation...
2012-12-12 Olivier Dony[IMP] orm: do not warn about missing ondelete cascade...
2012-12-12 Vo Minh Thu[FIX] check_field_access_rights: ignore nonexisting...
2012-12-12 Vo Minh Thu[FIX] test_fields: _all_columns must be modified simila...
2012-12-12 Vo Minh Thu[IMP] orm: check groups-based access rights on model...
2012-12-11 Christophe Simonis[FIX] remove res.partner.address model
2012-12-11 Vo Minh Thu[IMP] Reduce considerably the loading time of a new...
2012-12-11 Sanjay Gohel (Open... [MERGE]merge with trunk
2012-12-10 Thibault Delavallée[MERGE] Perform auto-join and mailboxes+needaction...
2012-12-10 Sanjay Gohel (Open... [IMP]add tracked attribute on fields
next