- Jul 20, 2011
-
-
Hardik Ansodariya authored
bzr revid: han@tinyerp.com-20110720130943-dez901t7ezt5zbxu
-
- Jul 19, 2011
-
-
Raphael Collet authored
bzr revid: rco@openerp.com-20110719151118-m062mm6oi2z5j3jg
-
Raphael Collet authored
bzr revid: rco@openerp.com-20110719104631-1n3jduhd8xon0wx1
-
Hardik Ansodariya authored
bzr revid: han@tinyerp.com-20110719100514-euf5ee7hc16md519
-
Raphael Collet authored
[FIX] rights to unlink res.partner, and restrict Knowledge/Configuration/Document Management to group Usability/No one bzr revid: rco@openerp.com-20110719092257-aev6dlpo6qu2rmg5
-
Raphael Collet authored
bzr revid: rco@openerp.com-20110719090602-avsnx2s63pvggwx8
-
- Jul 18, 2011
-
-
Raphael Collet authored
bzr revid: rco@openerp.com-20110718083424-kdaesx3gflza142a
-
- Jul 16, 2011
- Jul 15, 2011
-
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20110715142957-bdop2z6qv9v8ahpn
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20110715142112-vginop8ms0bgxje5
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20110715141600-4tr536v7vfrv9tkk
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20110715125044-kcrwluqrq952pqry
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20110715122305-1pwttyioe96uwoft
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20110715120856-ijpicqlyumrt69rh
-
Xavier Morel authored
[IMP] allow search widgets to have an async startup, make m2o widget name_get their default value and behave correctly for fuzzy searches bzr revid: xmo@openerp.com-20110715115800-gd9xspshxy7hnvun
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110715101403-6n58t47l46p0vaka
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110715101151-fshuut4ujslbzxvn
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110715101055-jn29mle79m10c4xf
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110715101015-ltj91jb9ux4wjty2
-
Xavier Morel authored
bzr revid: xmo@openerp.com-20110715095527-yeuwi5u46cltuylg
-
Xavier Morel authored
[FIX] context recursion: create the recursion (context['context'] = context) at the latest possible moment, otherwise due to shallow dict copies not preserving recursion nested contexts don't contain all values of the toplevel context setup recursion into OpenERPSession.evaluation_context, instead of doing this wherever (e.g. OpenERPSession.eval_context) bzr revid: xmo@openerp.com-20110715092451-yz7f272uix1zqb8e
-
- Jul 14, 2011
-
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110714155438-4x8u4wsrkm82w7cj
-
- Jul 15, 2011
-
-
Xavier Morel authored
[IMP] SearchView: fix some style issue, remove resolved todo marks, fix global variables which should not be global (and remove some unneeded intermediate variables) bzr revid: xmo@openerp.com-20110715080145-t3bz1hslil459fxk
-
Xavier Morel authored
[FIX] when switching between actions like a madman, there seem to be cases when a search view *should* be ready (on_loaded has finished executing) yet not all widgets are fully rendered (has only happened on the Date one so far, YMMV) just raise an invalid search error instead of blowing up, I can't find what the actual problem is for now lp bug: https://launchpad.net/bugs/805861 fixed bzr revid: xmo@openerp.com-20110715075328-0lfwvnoul9atv2tc
-
Xavier Morel authored
[FIX] reload records on listview edition cancel (in case some action changed a value while in form mode) also improve sequencing of operation in case of edition cancelling in order to lower the risks of race condition lp bug: https://launchpad.net/bugs/806951 fixed bzr revid: xmo@openerp.com-20110715071853-i9yrepxeh8b70me8
-
- Jul 14, 2011
-
-
Xavier Morel authored
[FIX] fields fixer in process_view: contexts should be parsed via parse_context, has_key should not be used, dict.get ~ in + __getitem__ bzr revid: xmo@openerp.com-20110714153647-qilykek2df0uhp3t
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20110714151113-49vur1m55m7z0ybm
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20110714144627-ldyh2kpv64h08c1j
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110714141402-t5coqe7mflz8dmsp
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110714135200-03e9ovknnz9lusni
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20110714132957-xm7k4q24kafk7bjy
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20110714131849-ff301kdaqndqp9n4
-
Nicolas Vanhoren authored
bzr revid: nicolas.vanhoren@openerp.com-20110714131724-m7ocv24z3j666ah2
-
Olivier Dony authored
In the context of OpenERP transaction, we really need the 'snapshot isolation' level provided by PostgreSQL because not being able to make repeatable reads within the same transaction is a very dangerous source of corrupted data, especially in a very concurrent system. The performance impact of switching from the default read_committed level to serializable/repeatable_read level has been measured and and was not distinguishable from the standard deviation - so it seems quite acceptable. User of PostgreSQL 9.1 might want to update to psycopg2 version 2.4.2 or later to properly use the regular snapshot isolation level, and not the newer, more expensive serializable level (see comments in Cursor docstring). bzr revid: odo@openerp.com-20110714105552-9tgofrjtdgjmgc4b
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20110714100933-ce42j7ca2yzw0bsr
-
Xavier Morel authored
[FIX] remove bloody crazy (and useless) indirection keys in DataSet.call and DataSet.get_result RPC methods bzr revid: xmo@openerp.com-20110714100522-94rp1otj1n4hrf2x
-
Xavier Morel authored
[FIX] indentation in Session.rpc and Session.rpc_ajax, use early bailout to make code flow simpler and reduce indentation significantly bzr revid: xmo@openerp.com-20110714095731-2kuqyl0p289ouut7
-
Xavier Morel authored
[FIX] DataSet.read_slice needs to return the relevant deferred so callers can add new callbacks or use $.when multiplexing bzr revid: xmo@openerp.com-20110714095619-4owz98azxy9xkpi0
-
Vo Minh Thu authored
bzr revid: vmt@openerp.com-20110714074940-r86xcpjjjo61xv90
-