[FIX] osv_memory: fixed access rights for osv_memory: a user always has full access...
[odoo/odoo.git] / bin / osv / orm.py
2010-08-05 Olivier Dony[FIX] osv_memory: fixed access rights for osv_memory...
2010-08-04 Julien Thewys[FIX] Fixed previous fix: where clause might be empty.
2010-08-04 Julien Thewys[FIX] Where clause with one element was not properly...
2010-08-03 Olivier Dony[IMP] orm: docstring improvements: fixed incorrect...
2010-07-29 Jay (Open ERP)[FIX] Previous commit corrected
2010-07-29 Jay (Open ERP)[FIX] Sorting : Server side sorting should allow fields...
2010-07-21 nch@tinyerp.com[FIX]:*_view_ref should execute only if there is no...
2010-07-14 Jay (Open ERP)[FIX] ORM.read() : property of type binary should not...
2010-07-13 Olivier Dony[IMP] orm.read(): properly support ir.rules using field...
2010-07-12 Olivier Dony[IMP] orm.fields_get: renamed read_access parameter...
2010-07-08 nch@tinyerp.com[IMP]:Object Information, on tooltip should be visible...
2010-07-04 Fabien Pinckaers[IMP] removed price_accuracy options
2010-07-02 Olivier Dony[FIX] osv_memory: vaccuum as superuser
2010-06-29 nch@tinyerp.com[FIX]:<type 'exceptions.TypeError'>:cannot marshal...
2010-06-28 Fabien Pinckaers[IMP] automated migration
2010-06-28 Fabien Pinckaersfix
2010-06-28 qdp-launchpad@tiny... [FIX] osv_memory objects have to receive a default...
2010-06-28 nch@tinyerp.com[FIX]:groupby many2one passed tuple(ID,value) instead...
2010-06-25 Fabien Pinckaers[FIX] ir_rule
2010-06-25 Fabien Pinckaersmerge
2010-06-24 Olivier Dony[IMP] osv_memory: disabled regular ir_model_access...
2010-06-24 vra[MERGE] merge the changes from main trunk branch.
2010-06-23 Olivier Dony[FIX] orm: correct computation of parent_store for...
2010-06-23 Olivier Dony, Jay... [FIX] orm: proper recursive copy of translations throug...
2010-06-22 Borja López Soilán... [MERGE] orm: port of 5.0 fix for parent_store computati...
2010-06-18 vra[FIX][IMP] SQL-Injection ,minor improvement.
2010-06-18 Anup (OpenERP)[IMP] SQL injection Refactored
2010-06-18 Anup (OpenERP)[MERGE] Merged from the main trunk server
2010-06-16 Antony Lesuisseimprove write to many2many documentation
2010-06-16 Fabien Pinckaersbugfix
2010-06-15 Anup (OpenERP)[IMP] removed the possible SQL injection server.
2010-06-15 nch@tinyerp.com[FIX]:print screen report for group_by_no_leaf and...
2010-06-12 Fabien Pinckaersfix
2010-06-11 Stephane Wirtel[MERGE] lp:~stephane-openerp/openobject-server/call_met...
2010-06-10 Fabien Pinckaers[FIX] store fields
2010-06-09 Stephane Wirtel[FIX] Add the docstring for the __getattr__ method...
2010-06-09 Stephane Wirtel[FIX] Allow to call the methods defined in the _inherit...
2010-06-04 Olivier Dony[ADD] safe_eval: final round of adjustments, seems...
2010-05-27 Xavier Morel[FIX] imports in orm, remove unneeded imports and point...
2010-05-27 olt@tinyerp.com[FIX] orm: raise NotImplementedError instead of strings
2010-05-27 olt@tinyerp.com[FIX] orm: raise NotImplementedError instead of strings
2010-05-26 Olivier Dony[ADD] osv.osv, base: added generic xml_id getter +...
2010-05-20 Anup (OpenERP)[MERGE] Merged from the main trunk server branch.
2010-05-19 Fabien Pinckaers[FIX] Improve logging system
2010-05-19 Fabien Pinckaers[IMP] logs background activities
2010-05-18 Quentin De Paoli[IMP] improved constraints: can now pass a callable...
2010-05-14 Christophe Simonis[IMP] orm: allow import and record creation to defer...
2010-05-13 Anup (OpenERP)[FIX] Export : Correction made when selection field...
2010-05-12 Jay (Open ERP)[FIX] fixed a bug in copy_data: it now copies the origi...
2010-05-12 Jay (Open ERP)[FIX] Export should honor the current locale(language...
2010-05-12 Jay (Open ERP)[FIX] Import : Any exception should be raised in well...
2010-05-12 Albert Cervera i... [FIX] Exploit Broken : Search should have checked...
2010-05-12 Jay (Open ERP)[FIX] orm: ensure the cursor is valid before computing...
2010-05-12 Anup (OpenERP)[FIX] Export translations + Cache on translations ...
2010-05-12 Jay (Open ERP)[FIX] Default_get : fields of _inherits for default...
2010-05-11 Jay (Open ERP)[FIX] Fixed error notification on parent_store=true...
2010-05-11 Quentin De Paoli[IMP] improved the constraint validation in order to...
2010-05-11 Anup (OpenERP)[FIX] Raise a detailed exception if the record does...
2010-05-11 Anup (OpenERP)[FIX] Copy() of ir_model_fields corected
2010-05-07 Christophe Simonis[FIX]orm: invisible fields with widget=selection must...
2010-05-05 Quality Team[IMP] Add the capabilities to store a datetime, date...
2010-05-04 Quality Team[FIX] Rewrite the field.property engine to work as...
2010-05-03 Olivier Dony[IMP] work-in-progress: initial version of safe_eval...
2010-05-03 Olivier Dony[FIX] orm/selection widget: fixed leftover typos
2010-05-03 Olivier Dony[FIX] reviewed and improved some naming and formatting...
2010-05-03 HDA (OpenERP)Merged
2010-04-30 Olivier Dony[FIX] reviewed and improved some naming and formatting...
2010-04-29 HDA (OpenERP)bug with field with widget=selection + groups if user...
2010-04-29 Rvo (Open ERP)[IMP+ADD]:improved ir.rule code, added constraint on...
2010-04-28 Jay (Open ERP)[FIX] _inherits : Relational field if on the view of...
2010-04-22 Olivier Dony[IMP] refactored ir.rule access check for create to...
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-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 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
next