[FIX] rml2pdf: correct filename for Sun-ExtA font
[odoo/odoo.git] / openerp / osv /
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-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-21 Olivier Dony[FIX] orm.expression: `=?` domain operator broken after...
2013-03-14 Chris Biersbach[FIX] orm: moves the access_rule check to the end of...
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-19 Olivier Dony[MERGE] osv: automatically retry transactions that...
2013-02-13 Cecile Tonglet[FIX] osv: Bad error message
2013-02-13 Cecile Tonglet[FIX] osv: Automatically retry the typical transaction...
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-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
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-09 Antony Lesuisse[IMP] fields warning display args to locate them
2012-12-09 Antony Lesuisse[IMP] dbname on localthread for logging
2012-12-08 Antony Lesuisse[MERGE] multiprocess signaling
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-07 Christophe CHAUVET[IMP] Remove completly the OIDS, cause WITHOUT OIDS...
2012-12-07 Thibault Delavallée[CLEAN] orm: added quote around a forgottent table...
2012-12-07 Thibault Delavallée[IMP] Added an assert on the alias length.
2012-12-07 Thibault Delavallée[MERGE] Merged branch holding a proposal to solve the...
2012-12-07 Thibault Delavallée[CLEAN] Query: cleaned a bit the code. All joins now...
2012-12-07 Thibault Delavallée[CLEAN] expression.py: cleaned and added comments,...
2012-12-07 Thibault Delavallée[IMP] [WIP] order_by: now using aliases in _generate_or...
2012-12-06 Christophe CHAUVET[IMP] Don't use WITH OIDS when create a table
2012-12-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] expression: udpated domain manag...
2012-12-06 Thibault Delavallée[IMP] [REVIEW] _auto_join on many2many now raises a...
2012-12-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] field._properties -> isinstance...
2012-12-05 Thibault Delavallée[CLEAN] Removed some forgotten print statements.
2012-12-05 Thibault Delavallée[CLEAN] fields.py: added auto_join in one2many and...
2012-12-05 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-05 Vo Minh Thu[ADD] added comment in _validate() explaining why the...
2012-12-04 Thibault Delavallée[IMP] expression.parse: added the support of domain...
2012-12-04 Arnaud Pineux[FIX] _register_hook & loader
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-12-04 Olivier Dony[FIX] translate,orm: remember local Model [_sql]_constr...
2012-12-04 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-03 ajay javiya (OpenERP)[FIX]:Issue of add custome field on object
2012-11-29 Thibault Delavallée[IMP] expression.parse: added some asserts about non...
2012-11-28 Thibault Delavallée[FIX] expression.parse: fixed indentation error prevent...
2012-11-28 Thibault Delavallée[IMP] expression.py: added support of _auto_join in...
2012-11-27 Thibault Delavallée[IMP] expression: replaced field paths now use an alias...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: self.__exp -> self.exp, because...
2012-11-27 Thibault Delavallée[IMP] expression.parse: improved code about extracting...
2012-11-27 Thibault Delavallée[IMP] [DOC] expression.py: renamed field_obj to relatio...
2012-11-27 Thibault Delavallée[IMP] expression.py: _leaf_to_sql now uses a table_alia...
2012-11-27 Thibault Delavallée[IMP] [TEST] orm: updated order_by generation by adding...
2012-11-27 Thibault Delavallée[ADD] fields.py: added _auto_join attribute. This attri...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: table_aliases now holds a list...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: renamed some variables of expres...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-26 Arnaud Pineux[FIX] Automated action rules
2012-11-21 Quentin (OpenERP)[FIX] osv/orm: fixed the use of 'order' argument given...
2012-11-20 Olivier Dony[MERGE] fields_view_get: avoid messing up selection...
2012-11-20 Olivier Dony[IMP] Model.default_get: allows setting user default...
2012-11-20 Stefan Rijnhart[FIX] Append view domain (in case of selection widget...
2012-11-19 Christophe Matthieu[FIX] fields.html: behave as fields.text for empty...
2012-11-14 Thibault Delavallée[REM] osv: removed temporary override of raise, added...
next