[FIX] website_forum: post edition working again
[odoo/odoo.git] / openerp / osv /
2014-01-16 Christophe Simonis[FIX] orm: As float fields are stateful (the .digit...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-13 jke-openerp[MERGE] Merge with trunk
2014-01-13 Stephane Wirtel[IMP] orm: Use a list of tuples instead of three collec...
2014-01-13 Gery Debongnie[IMP] adds support for week/quarter groupby in readgrou...
2014-01-10 Stephane Wirtel[IMP] Use INSERT INTO RETURNING for the creation of...
2014-01-09 Martin Trigaux[FIX] orm: add missing context (without the lang attrib...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-08 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2014-01-08 Martin Trigaux[IMP] osv: display full traceback in terminal (not...
2014-01-07 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2014-01-07 Gery Debongnie[IMP] changes the readgroup method to allow better...
2014-01-06 jke-openerp[Merge] Merge with trunk
2014-01-03 Thibault Delavallée[MERGE] Sync with trunk
2013-12-28 Guewen Baconnier[CHG] set lang to False instead of en_US (already being...
2013-12-18 Martin Trigaux[MERGE] forward port of latest saas-2 until rev 4996...
2013-12-11 jke-openerp[MERGE] Merge with trunk
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
2013-12-10 Xavier ALT[FIX] orm: early return within ``_apply_ir_rules``...
2013-12-10 Xavier ALT[FIX] orm: cleaner batch number of records for auto_ini...
2013-12-09 Cecile Tonglet[FIX] Model.create: trigger stored field recalculation...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-09 Cecile Tonglet[FIX] Trigger stored field recalculation for inherited...
2013-12-09 Cecile Tonglet[IMP] Batch for the computation of function's stored...
2013-12-06 Martin Trigaux[FIX] orm: inverting the condition seems to work (don...
2013-12-06 Martin Trigaux[FIX] orm: ignore existing link for operation (4, x...
2013-12-05 Cecile Tonglet[IMP] Performance: by-pass call to _apply_ir_rules...
2013-12-05 Martin Trigaux[IMP] orm: force checking ir.rules on read when accessi...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-30 Fabien Pinckaers[IMP] Speed improvement
2013-11-27 Christophe Simonis[FIX] orm: browse() do not prefetch deprecated fields
2013-11-26 Christophe Simonis[IMP] orm: copy() does not copy deprecated fields
2013-11-26 Xavier Morel[IMP] exception handling in _dispatch
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5148...
2013-11-25 Martin Trigaux[FIX] fields: execute name_get for function field of...
2013-11-25 Martin Trigaux[IMP] orm: add missing space in error message during...
2013-11-25 Martin Trigaux[FIX] translations: fix tests to adapt to new duplicati...
2013-11-25 Martin Trigaux[FIX] orm: when duplicating translated object, modify...
2013-11-22 Martin Trigaux[FIX] ir_translation: correctly match old and new ids...
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-20 Olivier Dony[FIX] orm.browse_record: access error due to prefetch...
2013-11-15 jke-openerpbzr revid: jke@openerp.com-20131115165942-pki8hgk1j7qxitk8
2013-11-15 Xavier Morel[MERGE] from trunk
2013-11-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4067... saas-1
2013-11-14 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4918...
2013-11-08 Christophe Simonis[FIX] views inheritance: deleting a non-existing attrib...
2013-11-06 jke-openerp[MERGE]0k/web_fullcalendar branch from github
2013-11-04 Martin Trigaux[IMP] comments
2013-11-04 Martin Trigaux[FIX] orm: when duplicating a record, if duplicates...
2013-11-04 Quentin (OpenERP)[FIX] expression.py: when searching on a datetime field...
2013-11-01 Guewen Baconnier[FIX] propage the context to not lose special keys...
2013-10-31 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5113...
2013-10-30 Quentin (OpenERP)[FIX] osv.fields: don't raise an error for searching...
2013-10-28 Thibault Delavallée[MERGE] Sync with trunk
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-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
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-07 Thibault Delavallée[MERGE] Sync with trunk until revision 4967 (including...
2013-10-06 Antony Lesuisserename links get, allow reference fields without size.
2013-10-04 Thibault Delavallée[MERGE] Sync with trunk.
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-10-02 Thibault Delavallée[MERGE] Sync with trunk until revision 4957.
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-26 Xavier Morel[IMP] reimplement t-field using new converters
2013-09-26 Xavier Morel[ADD] Conversions from field values to "html" content
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-09-04 Xavier Morel[FIX] some models rename fields parameter to read,...
2013-08-28 Christophe Matthieu[MERGE] from trunk
2013-08-28 Fabien Pinckaers[MERGE] forward port fix from trunk for access rights...
2013-08-21 Xavier Morel[IMP] search_read code
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-26 Christophe Matthieu[MERGE] from trunk
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...
next