fixedrelated
[odoo/odoo.git] / bin / osv / fields.py
2008-09-19 Fabien Pinckaersfixedrelated
2008-09-18 Harshad Modifixed bug on relate field
2008-09-18 hda@tinyerp.comAdded fields.related field type
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 Harshad Modifixed bug on function field if type is binary
2008-09-09 Christophe Simonisenable get_binary_size for function field witch return...
2008-09-02 Christophe Simonisthe binary size is human readable
2008-08-29 Christophe Simonisbinary fields: the server send the size (instead of...
2008-08-22 Christophe Simonisno more <property /> tags
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-12 Olivier Laurentremoved wrong encoding line
2008-08-12 Olivier Laurentpep8
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-07-17 qdp*removed print statement
2008-07-08 Christophe Simonis* translation of nearly all exceptions
2008-06-16 stwadd the copyright
2008-06-15 Fabien PinckaersImprovements and bugfixes
2008-06-15 Fabien PinckaersLots of modifs
2008-05-21 Mantavya GajjarAdd new 2 fields
2008-04-16 Mantavya GajjarAdd new Field to Column class
2008-04-09 Fabien PinckaersBugfix
2007-11-21 cedRemove exeption on size of char
2007-10-30 cedDon't trunc string but raise an exception (better data...
2007-10-16 Fabien PinckaersBugfixes and improvements
2007-08-31 cedDon't modify input values
2007-08-30 cedReview property fields
2007-08-15 Fabien PinckaersBugfix when droping / recreating db of the same name
2007-08-14 cedFix browse record on many2many to be sorted correctly
2007-08-09 cedfix raise string deprecated in python 2.5
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-06-01 Fabien PinckaersFields one2many:
2007-05-24 cedCLIENT,KERNEL: new tag act_window for new relate implem...
2007-05-23 bchBugfix : fields, many2many : unlink and link action...
2007-05-18 bchIR_RULES :
2007-04-23 cedKERNEL: fix typo
2007-04-23 cedMULTI_COMPANY_ACCOUNT, ACCOUNT, KERNEL, SALE, PURCHASE...
2007-02-23 cedKERNEL: add store option to fields function
2007-02-22 cedKERNEL: Fix deleted property and many2one
2007-02-20 cedKERNEL: fix property and many2one -> return None if...
2007-02-13 cedKERNEL: use 0 instead of False for fix on _fnct_read...
2007-02-06 bchBug correct when a delete property is referenced
2006-12-29 cedKERNEL: fix set without values
2006-12-27 pinkyPricelist:
2006-12-07 pinkyNew trunk