account,account_report,base,product,scrum,stock,kernel: fix name_search
[odoo/odoo.git] / bin / osv / orm.py
2007-07-26 cedaccount,account_report,base,product,scrum,stock,kernel...
2007-07-26 cedkernel: copy args in name_search as it is changed in...
2007-07-26 cedkernel: fix context in search / where_calc
2007-07-26 cedkernel: don't use mutable as default value in function...
2007-07-26 cedkernel: don't modify the args of the call
2007-07-26 cedkernel: don't use mutable as default value in function...
2007-07-26 cedkernel: don't modify the args of the call
2007-07-26 cedkernel: improve test ids for name_get
2007-07-23 cedkernel,base,account: fix multi company rule and property
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-07-23 cedkernel: don't modify the args of the call
2007-07-19 cedkernel: improve test ids for name_get
2007-07-13 cedkernel: allow to use also single id in orm function
2007-07-10 Fabien PinckaersORM bugfix in importing .CSV files
2007-07-05 bchKERNEL : Data loading : id in csv files are now handled...
2007-07-04 Fabien PinckaersBetter views in project management
2007-07-03 cedkernel: concurency access only on classic_write fields
2007-07-03 cedkernel: fix update of tuple in where_calc
2007-06-26 cedKERNEL: fix ilike search when empty string
2007-06-25 Fabien PinckaersModifs for allowing to not put report in the right...
2007-06-20 cedKERNEL: fix search on fields function of type one2many...
2007-06-20 cedCLIENT,SERVER: improve language
2007-06-19 cedKERNEL: fix create_date and write_date as there are...
2007-06-19 cedKERNEL: allow subfield query on one2many
2007-06-19 cedCLIENT,SERVER: add sum tag on tree view that display...
2007-06-18 cedKERNEL: fix import multi-level one2many
2007-06-16 Fabien PinckaersSearch count in protected
2007-06-15 cedKERNEL: add check if all id exist and add search_count...
2007-06-13 bchOSV, bugfix:\nauto-readonly fields if write access...
2007-06-11 cedKERNEL: improve exception message
2007-06-07 Fabien PinckaersDevelopments for report designer
2007-06-07 cedKERNEL,BASE: fix _where_calc and domain get for rule
2007-06-07 cedKERNEL, MULTI_COMPANY_*, STOCK, BASE: extend search...
2007-06-06 cedKERNEL: fix rule on unlink and write
2007-06-04 Fabien PinckaersSearch_Count method in ORM
2007-06-01 bchIR_MODEL, ORM : A model without write access will appea...
2007-05-31 cedKERNEL: fix size for selection field
2007-05-30 cedKERNEL,BASE: add menu to user
2007-05-24 cedCLIENT,KERNEL: new tag act_window for new relate implem...
2007-05-21 cedKERNEL: remove fields create_, update_, etc
2007-05-18 bchIR_RULES :
2007-05-11 cedKERNEL: remove array in sql query as it doesn't use...
2007-05-09 bchRemoved print statement
2007-05-09 bchConcurrency write smarter code for new records (without...
2007-05-09 bchThe write_date is now set on creation too
2007-05-09 bchBugfix Concunrrency write : increased the db precision...
2007-05-08 cedKERNEL: fix delta test if not log_access object
2007-05-08 bchConcurrency check on write : if two read-write cycle...
2007-05-03 cedCLIENT,KERNEL: use only context for search
2007-04-30 cedCLIENT,KERNEL: allow search for translate fields
2007-04-24 Fabien PinckaersNew Module:
2007-04-24 bchorm : copy now ignore technical values ('create_date...
2007-04-23 cedKERNEL: fix typo
2007-04-23 cedMULTI_COMPANY_ACCOUNT, ACCOUNT, KERNEL, SALE, PURCHASE...
2007-04-12 cedKERNEL: change en into en_EN for translation test
2007-04-12 cedKERNEL: improve _sql_contsraints, now insert if doesn...
2007-04-11 Mantavya GajjarKERNEL: fix search with active args
2007-03-26 cedHR_TIMESHEET_SHEET, CLIENT, KERNEL: improve hr_timeshee...
2007-03-20 pinkyModifs
2007-03-14 cedKERNEL: fix search on xxx2many
2007-03-09 cedKERNEL,BASE: fix migration for res_partner_bank and...
2007-03-08 cedKERNEL; USERS_LDAP: fix for compatibility with python2.3
2007-02-28 cedKERNEL,CLIENT: add right-click for translate label
2007-02-23 cedKERNEL: add store option to fields function
2007-02-23 cedKERNEL: fix where calc for list index out of range...
2007-02-21 cedKERNEL: update relate fields
2007-02-01 cedKERNEL: add :lang= for import csv
2007-01-25 bchEarly error warning when the browse constructor is...
2007-01-10 pinkyORM:
2007-01-07 pinkyRemoved reportlab -> 2.0
2007-01-03 cedKERNEL: Fix import many2many by id
2006-12-28 cedImprove migration
2006-12-26 pinkyModel Acces: Unlink permission (delete) is now available
2006-12-19 cedKERNEL: add id in import_data
2006-12-12 cedFix lower case for fields
2006-12-08 cedMerge with trunk_old
2006-12-07 pinkyNew trunk