Merge commit 'origin/master' into mdv-gpl3-py26
[odoo/odoo.git] / bin / osv / orm.py
2008-10-31 Fabien Pinckaersimprovment
2008-10-30 Xavier ALTBugfix: Search inactive (active = False) elements will...
2008-10-28 Fabien Pinckaersbugfixes
2008-10-27 Christophe Simonisbrowse_null objects doesn't fail anymore when accessing...
2008-10-27 Christophe Simonisadmin user is not restricted by roles
2008-10-27 Christophe Simonisfix bug with translation of empty string of selection...
2008-10-27 Fabien Pinckaersmerge
2008-10-27 Fabien Pinckaersbugfix
2008-10-25 Fabien Pinckaersimprovement
2008-10-24 Fabien Pinckaersbugfix
2008-10-23 Fabien Pinckaersimprove
2008-10-23 Amit Mendapara* Support for adding custom O2M & M2M fields
2008-10-20 Christophe Simonismerge syleam branch
2008-10-17 Stephane WirtelShow an error and raise an exception if the _name is...
2008-10-16 Jay VoraCorrected copy functionality for fields translated...
2008-10-10 P. ChristeasBehave better at exceptions (l10n, __getitem__() )
2008-09-25 Jay VoraBugfix :email sending and minor edit on constraint...
2008-09-24 Stephane WirtelIf the ids is an int or a long, convert it to array...
2008-09-23 Fabien Pinckaersbugfix
2008-09-23 Christophe Simonisget_binary_size is renamed bin_size and its behavior...
2008-09-22 Jay Vorafix:Displayed required and readonly attributes of a...
2008-09-18 Fabian SemalConcert date to datetime
2008-09-17 Christophe Simonisget_binary_size set as True by default
2008-09-16 Jay VoraBugfixed the binary type data fetch on osv_memory.
2008-09-16 Jay VoraAdded filtered file selection feature on binary field...
2008-09-11 Christophe Simonisbug fix with osv_memory objects
2008-09-10 Stephane WirtelRename Tiny ERP to OpenERP
2008-09-09 Harshad Modifix bugs on searching : pass limit=None, set it as...
2008-09-07 Fabien PinckaersBugfix in Kernel
2008-09-04 Fabien PinckaersBetter Security Rules
2008-09-03 Christophe Simonisrebugfix
2008-09-03 Jay VoraBugfix: _inherits
2008-09-03 Christophe Simonisbugfix
2008-09-02 Jean-Baptiste AubortMerge with 1037
2008-09-02 Fabien PinckaersImprovements
2008-09-02 Christophe Simonismerge
2008-09-01 Fabien PinckaersSmall bugfixes
2008-08-29 Jean-Baptiste Aubortmerge with last trunk
2008-08-29 Christophe Simonisbinary fields: the server send the size (instead of...
2008-08-26 Christophe Simonisbetter error message when _constraints fail
2008-08-26 Harshad Modion module model, made new function for install module...
2008-08-26 Jay VoraBugfix in default_get of osv_memory:Condition added
2008-08-26 Jean-Baptiste Aubortmerged with #1024 trunk
2008-08-25 Fabien PinckaersBugfixes
2008-08-22 Jean-Baptiste Aubortmerge trunk #1015
2008-08-22 Jay Vorabugfix in orm_memory read method
2008-08-22 Christophe Simonisno more <property /> tags
2008-08-20 mga@tinyerp.comBug-Fix
2008-08-20 Fabien PinckaersSimplified Partial Import
2008-08-20 Fabien PinckaersBugfixed Partial Import
2008-08-19 Fabien PinckaersRemoved print statement
2008-08-19 Fabien PinckaersBugfix ORM _inherits
2008-08-19 Fabien PinckaersSmall Bugfix
2008-08-19 Fabien PinckaersPartial Commit
2008-08-19 Fabien PinckaersSupport for Partial Commit
2008-08-18 Fabien PinckaersAdding a clause to not read inherit views in fields_vie...
2008-08-18 Fabien PinckaersSpeed Improvement
2008-08-18 Christophe Simonisexpression: bugfix with many2many fields
2008-08-17 Fabien PinckaersRemoved Print Statement
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-16 Fabien PinckaersBugfixes
2008-08-14 Christophe Simonismerge
2008-08-14 Jay VoraMinor change:Covered Root account adding possibility...
2008-08-14 Christophe Simonismodify the expression parser to use a (more) real polis...
2008-08-13 Christophe Simonisfix merge error
2008-08-13 Fabien PinckaersSpeed Improvement in recursive functions and trees:
2008-08-12 Christophe Chauvet[server]
2008-08-12 Olivier Laurentpep8
2008-08-12 Jean-Baptiste Aubortmerge with #956 trunk
2008-08-12 Jean-Baptiste Aubort* Better views for: acces, menus, roles and rules
2008-08-05 Christophe Simonismove, rename and refactor use of ID_MAX
2008-08-05 Christophe Simonisremove commented code
2008-08-04 Christophe Simonismove domain parsing into expression class
2008-07-29 Stephane Wirteluseless variable
2008-07-28 Stephane Wirtelrefactoring
2008-07-28 Stephane Wirtelrefactoring
2008-07-24 Joel Grand-GuillaumeFix truncated string in DB when update server and field...
2008-07-23 Christophe Simonismerge
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-23 Christophe Simonisbugfix: original constraint message is showed when...
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-07-22 Christophe Simonismerge
2008-07-16 Fabien PinckaersSpeed Improvement on Every Operation:
2008-07-15 Christophe Simonisallow the translation of the constraints
2008-07-09 Fabien PinckaersAccess Rights
2008-07-08 Christophe Simonis* translation of nearly all exceptions
2008-07-08 Mantavya GajjarRemove the Development that done for the user wise...
2008-07-07 Mantavya GajjarSmall changes according to the E-Tiny for View Customiz...
2008-07-01 Mantavya GajjarSmall change, According to the E-Tiny Requirenments
2008-07-01 Fabien PinckaersBugfix
2008-06-30 Fabien PinckaersImprovements in reporting
2008-06-30 Fabien PinckaersImprovement in translation system
2008-06-30 Fabien PinckaersImprovements
2008-06-26 Mantavya GajjarRemove Comment from the __init__ method
2008-06-25 Mantavya GajjarChange fields_view_get definition to get the View Accor...
2008-06-24 stwsupport for not like and not ilike
2008-06-20 Fabien PinckaersBugfix
2008-06-18 Fabien PinckaersUppercase in SQL words
2008-06-18 Fabien PinckaersBugfix
2008-06-17 Fabien PinckaersImprovements inmenus
next