[IMP] Added YAML for demo data.
[odoo/odoo.git] / bin / osv /
2009-12-17 Christophe Chauvet[IMP] Extended the field.property to new type field...
2009-12-17 Xavier Morel[fix] mixed inheritance between osv and osv_memory...
2009-12-17 Fabien Pinckaers[FIX] osv_memory inherit osv
2009-12-17 Fabien Pinckaers[FIX] osv_memory inherit osv
2009-12-17 Fabien Pinckaers[imp] multiple inheritancies
2009-12-17 Fabien Pinckaersmultiple inheritancies
2009-12-17 Christophe Simonis[MERGE] lp:~xmo/openobject-server/setup_py_fixes
2009-12-17 ame (Tiny)[IMP] improved `fields_view_get` (auto create search...
2009-12-16 Christophe Chauvet[IMP] Don't use OIDS when create database, because
2009-12-16 Christophe Chauvet[IMP] Add comment on table base on description
2009-12-14 Christophe Simonis[IMP] remove useless comment
2009-12-14 Xavier Morel[merge] from trunk
2009-12-14 Jay (Open ERP)[FIX] Importation when fails,needs cursor to be rolled...
2009-12-10 Harry (Open ERP)[FIX] orm: convert ids into int in read_flat method...
2009-12-09 Fabien Pinckaersmerge
2009-12-09 Fabien Pinckaers[IMP] removed print statement
2009-12-09 Jay (Open ERP)[IMP] Limit for name_search() improved to 100
2009-12-09 Fabien Pinckaers[IMP] multi companies on users
2009-12-09 Fabien Pinckaers[IMP] removed extra logs
2009-12-09 Fabien Pinckaers[FIX] related are stored
2009-12-09 Fabien Pinckaers[FIX] select current compay on users
2009-12-04 Christophe Simonis[FIX] revert bad fix
2009-12-04 Jay (Open ERP)[FIX] Expression : _recursive_in corrected
2009-12-03 Jay (Open ERP)[FIX] fields.related were misbehaving
2009-12-03 rpa (Open ERP)[IMP]: Improvement in __getitem__ for id of type string...
2009-12-02 Xavier Morel[merge] fix-shebang from 5.0 to trunk
2009-12-02 Xavier Morel[fix] use env for python shebang rather than hardcoding...
2009-12-02 Xavier Morel[merge] 5.0-lxml-fixes into trunk
2009-12-02 Xavier Morel[merge] osx-shutdown-fix branch into lxml-fixes
2009-12-01 Christophe Simonis[FIX] allow related fields to point to one2many and...
2009-12-01 Harry (Open ERP)[FIX] fields: get_nice_size fun, incomplete imported...
2009-11-30 olt@tinyerp.com[FIX] fields: '_fnct_write' should pass context object...
2009-11-28 Xavier Morel[IMP] removal of usages of the deprecated node.getchild...
2009-11-28 Harry (Open ERP)[merge] merge from lp:~openerp/openobject-server/5.0/
2009-11-27 Harry (Open ERP)[IMP] change copyright with AGPL
2009-11-26 Harry (Open ERP)[FIX] orm, osv: change copyright with AGPL
2009-11-26 Harry (Open ERP)[MERGE]
2009-11-25 Christophe Simonis[IMP] _defaults: allow to pass directly the value inste...
2009-11-25 Jay (Open ERP)[FIX] Custom Object xml arch needed encoding.
2009-11-25 Harry (Open ERP)[MERGE] merge with master branch
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-11-24 Jay (Open ERP)[FIX] Upgrade could have failed when its a change in...
2009-11-24 Stephane Wirtel[IMP] Add the support for the override of any attribute.
2009-11-23 ACH(OpenERP)[FIX] Expression : Making search easier for 'child_of...
2009-11-23 Harry (Open ERP)[REVERT] expression: ANY is not work well in sql query...
2009-11-23 Harry (Open ERP)[FIX] orm: try..except block is buggy. dom is used...
2009-11-20 xrg[merge] merge from lp:~xrg/openobject-server/optimize...
2009-11-18 mra (Open ERP)[FIX] solve problem of importing data from csv with...
2009-11-17 Jay (Open ERP)[FIX] Priority on fields.function with store dictionary...
2009-11-16 Sebastien LANGEFixed Spelling mistake
2009-11-16 Sebastien LANGEFixed Spelling mistake
2009-11-13 Jay (Open ERP)[FIX] On update, fields with only numeric/int/float...
2009-11-13 UCO,JVO[FIX] On Update, if only the size of column is changed...
2009-11-11 Jay (Open ERP)[FIX] M2M : values filtering on set()
2009-11-09 Jay (Open ERP)[FIX] Export : M2M field name was missing last character
2009-11-05 HDA (OpenERP)Merge and bugfixes from jvo
2009-11-04 Harry (Open ERP)[Merge] merge stable/5.0 branch
2009-10-28 Raphaël Valyi[MERGE] bzr merge -r 1856..1857 lp:openobject-server...
2009-10-28 Raphaël Valyi[MERGE] lxml+etree instead of deprecated XML libs which...
2009-10-27 mra (Open ERP)[FIX] osv_memory object search method: now it will...
2009-10-26 P. ChristeasMerge remote branch 'origin/master' into optimize
2009-10-22 Jay (Open ERP)[FIX] Expression : domain calculation failes, max....
2009-10-22 YSA,JVO[FIX] Export : Selection field gets imported by its...
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
2009-10-20 HDA (OpenERP)Merged
2009-10-19 Fabien Pinckaers[FIX] recursive calls
2009-10-19 Fabien Pinckaers[FIX] recursive child_of on one2many and many2many
2009-10-16 Christophe Simonis[FIX] allow to call write without ids on osv_memory...
2009-10-14 PSO(OpenERP)Changed licencing
2009-10-13 Harry (Open ERP)[IMP]read method: to change for putting warning message...
2009-10-13 Jay (Open ERP)[IMP] Improved error message when creating new entry...
2009-10-09 HDA (OpenERP)etree conversion changes
2009-10-09 HDA (OpenERP)Merged with stable
2009-10-08 P. ChristeasMerge branch 'xrg' into optimize
2009-10-08 P. Christeas[Imp] Allow expressions: ".. child_of, 1" , not only...
2009-10-08 P. ChristeasMerge remote branch 'origin/master' into xrg
2009-10-08 Stephane Wirtel[MERGE] Backport: bazaar.launchpad.net/~openobject...
2009-10-08 Stephane Wirtel[MERGE] Backport: bazaar.launchpad.net/~openobject...
2009-10-08 YSA(OpenERP)[FIX] Import made successful when field is O2M and...
2009-10-08 Jay (Open ERP)[FIX] Domain was getting failed when trying to work...
2009-10-05 Fabien Pinckaers[FIX] default context
2009-10-05 Jay (Open ERP)[FIX] Import : Context of the action/screen passed...
2009-10-03 Jay (Open ERP)[FIX] Name_search() is having now record limit to be...
2009-10-01 HDA (OpenERP)[MERGE]
2009-10-01 uco(Open ERP)[FIX] Allowing sql keywords as fields(don't use them...
2009-09-25 P. ChristeasMerge remote branch 'origin/master' v5.0.6 into xrg
2009-09-25 P. ChristeasMerge remote branch 'origin/master', v5.0.6 into optimize
2009-09-25 Jay (Open ERP)[FIX] Fields.function : Store value computation corrected
2009-09-25 P. Christeas[Fix] Tolerate ids that came as strings.
2009-09-25 HDA (OpenERP)rename html2html to Mako2html Merging improvement in orm
2009-09-24 uco(OpenERP)[FIX] Update Module : Float8 to float and numeric to...
2009-09-22 P. Christeas[IMP]: allow binary function fields to directly return...
2009-09-22 Jay (Open ERP)[FIX] Fields.function : Store value computation corrected
2009-09-18 Jay (Open ERP)[FIX] Price Accuracy : rounding made to be based on...
2009-09-17 HDA (OpenERP)[Merged]
2009-09-15 Fabien Pinckaers[FIX] regression in fields.function computation
2009-09-13 P. ChristeasORM: Protect against dropping columns.
2009-09-12 P. ChristeasORM feature: allow renaming of columns.
2009-09-07 Christophe Chauvet... [FIX] Export : Error solved while Exporting O2M records...
2009-09-03 P. ChristeasFix quoting of ids when passed to sql.
next