Commit Graph

36494 Commits

Author SHA1 Message Date
Antony Lesuisse c20bd2b2f8 [FIX] webdav in /webdav
bzr revid: al@openerp.com-20110930093749-5ij7tvj9lc7lhztc
2011-09-30 11:37:49 +02:00
Vo Minh Thu f82c6503b7 [FIX] xmlrpc: handle old/new exceptions with old/new clients.
bzr revid: vmt@openerp.com-20110930085012-pqzzb3qwvdwu9hxy
2011-09-30 10:50:12 +02:00
Olivier Dony c39513038a [FIX] share: un-needed groups attribute, also contains typo
lp bug: https://launchpad.net/bugs/863089 fixed

bzr revid: odo@openerp.com-20110930082749-noyygg1rvpmd9343
2011-09-30 10:27:49 +02:00
Xavier Morel 6bb8d8ea85 [ADD] readonly & movable form view
bzr revid: xmo@openerp.com-20110930081247-wl1d0i7hz206244o
2011-09-30 10:12:47 +02:00
Fabien Pinckaers c8d28ce474 [IMP] useability
bzr revid: fp@tinyerp.com-20110930081235-88jifqvfozqalu54
2011-09-30 10:12:35 +02:00
Fabien Pinckaers f0bcafb086 [IMP] useability, removing default address on main company
bzr revid: fp@tinyerp.com-20110930080729-cuhyvquvsq6i8fyq
2011-09-30 10:07:29 +02:00
Fabien Pinckaers 5ea04287be [IMP] useability, removing default address on main company
bzr revid: fp@tinyerp.com-20110930080659-3046tkjzav0jpapd
2011-09-30 10:06:59 +02:00
Fabien Pinckaers d32f04bb3c [IMP] reverting back useability on company header/footer from al
bzr revid: fp@tinyerp.com-20110930080425-wuyaef8fd2k1fuwy
2011-09-30 10:04:25 +02:00
Launchpad Translations on behalf of openerp 8507f7cc4a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110930043724-cv7w2vcqt7soa9gc
bzr revid: launchpad_translations_on_behalf_of_openerp-20110930044048-j5gv3hmo9cj3dhyg
2011-09-30 04:40:48 +00:00
Antony Lesuisse 46d3f7e42c [FIX] osv object_proxy to use new style class
bzr revid: al@openerp.com-20110929224919-uacfp8w53jfqikkj
2011-09-30 00:49:19 +02:00
Antony Lesuisse 9fbcaa2d06 [IMP] audittrail cleanup and speedup
- test for auditrail before anything else
- dont allocate a different cursor

bzr revid: al@openerp.com-20110929222347-c2ywh8nwhl27d9uv
2011-09-30 00:23:47 +02:00
niv-openerp eb92957c8c [fix] obvious bug, field used in a on_change but not declared in the view
bzr revid: nicolas.vanhoren@openerp.com-20110929154007-gtxf31frsuukepvf
2011-09-29 17:40:07 +02:00
niv-openerp 58ece9f856 [fix] error message when login invalid broken
bzr revid: nicolas.vanhoren@openerp.com-20110929151322-zcymbsemo962ky0j
2011-09-29 17:13:22 +02:00
niv-openerp 5c2d8e4cdc [fix] problem in database when creating a new database
bzr revid: nicolas.vanhoren@openerp.com-20110929145751-4oh0b9uqll8wx3zj
2011-09-29 16:57:51 +02:00
Xavier Morel ba86faac47 [IMP] shave ~190ms off of *big* listview rendering speed
make conversion of internal Records to form-shape faster by iterating over the attributes object directly instead of using _.each

bzr revid: xmo@openerp.com-20110929145031-q7mqf43gza94ekj6
2011-09-29 16:50:31 +02:00
Xavier Morel 3cde15fe01 [ADD] evaluator proof of concept: colors in list rows
bzr revid: xmo@openerp.com-20110929144036-7u2w6pf6lwkvzck0
2011-09-29 16:40:36 +02:00
niv-openerp 911c47adf4 [imp] changed logging to be like server
bzr revid: nicolas.vanhoren@openerp.com-20110929142919-v8pzr4zpy984e5qc
2011-09-29 16:29:19 +02:00
Xavier Morel d793d6c1ae [ADD] atom context keys (uid and current_date) to evaluation context of row colors
bzr revid: xmo@openerp.com-20110929142410-1f9btd6f3ws0srpj
2011-09-29 16:24:10 +02:00
niv-openerp 8dbbacca08 [imp] improved logging, now blacklist openerplib
bzr revid: nicolas.vanhoren@openerp.com-20110929141556-j92hlk7j2ahx8i70
2011-09-29 16:15:56 +02:00
Xavier Morel d32d0c5637 [IMP] update py.parse to 0.2
bzr revid: xmo@openerp.com-20110929135449-ssommvnyof6auy29
2011-09-29 15:54:49 +02:00
Vo Minh Thu 1381ac139e [IMP] ir_sequence: (code, company_id) is unique, even for company_id IS NULL.
bzr revid: vmt@openerp.com-20110929134758-793vqith9pfcvs7w
2011-09-29 15:47:58 +02:00
Vo Minh Thu bd341cc6fe [IMP] ir_sequence: call it with the new methods.
bzr revid: vmt@openerp.com-20110929132254-eevlq6t9d6i6um7z
2011-09-29 15:22:54 +02:00
Xavier Morel 22b1bb8abb [FIX] do not remove 'multi=True' actions in fields_view_get for tree view
fields_view_get removed multi=True actions from the result of
ir_values.get_actions('client_action_multi', ...), so that multi
actions would not be displayed in the form view's sidebar in the GTK
client.

The web client has a sidebar in both cases, the GTK client just
ignores 'toolbar' key if not in tree view, so don't remove 'multi'
actions in tree view toolbar, to avoid having to perform one more RPC
call (explicit ir_values.get) in web client.

lp bug: https://launchpad.net/bugs/856378 fixed

bzr revid: xmo@openerp.com-20110929130701-65ubx1o0swk889nl
2011-09-29 15:07:01 +02:00
Vo Minh Thu 6c90db2dde [IMP] ir_sequence: adapt addons code to server changes.
bzr revid: vmt@openerp.com-20110929124858-9nr2gbpuxc6k7ofx
2011-09-29 14:48:58 +02:00
Vo Minh Thu dc993b507e [IMP] ir_sequence: change API, deprecate old one.
bzr revid: vmt@openerp.com-20110929122753-19middna4b782tcy
2011-09-29 14:27:53 +02:00
niv-openerp a658311000 [imp] now uses a global connector for connection to OpenERP server
bzr revid: nicolas.vanhoren@openerp.com-20110929121732-xydsj26xw9fyn1hr
2011-09-29 14:17:32 +02:00
niv-openerp 3c7093aa6e [imp] synch with client lib
bzr revid: nicolas.vanhoren@openerp.com-20110929102832-j3sdi29poe48vq2o
2011-09-29 12:28:32 +02:00
Antony Lesuisse 02d1a7d24f [MERGE] res_partner kaban view
bzr revid: al@openerp.com-20110929101906-rsc6ru5h3k9t64gd
2011-09-29 12:19:06 +02:00
Antony Lesuisse 6c1d725c21 [MERGE] hr product projet_issue kanban views
bzr revid: al@openerp.com-20110929100917-d94q84r6dftvjsz0
2011-09-29 12:09:17 +02:00
Xavier Morel c6e77707ee [FIX] match first form header only so that we get the header for current form not sub-forms
bzr revid: xmo@openerp.com-20110929090205-0vn4dt4qixao5us1
2011-09-29 11:02:05 +02:00
Xavier Morel bdf7076f23 [FIX] code should use abscissa, not first_field
bzr revid: xmo@openerp.com-20110929083013-85voh4e8062vx8hx
2011-09-29 10:30:13 +02:00
Xavier Morel ccd607aae5 [IMP] cleanup and simplify graph view implementation, update underscore.string
bzr revid: xmo@openerp.com-20110929075550-o58x8sxa165sky1r
2011-09-29 09:55:50 +02:00
Xavier Morel fff01535ba [IMP] avoid reading all fields of the object on big models
bzr revid: xmo@openerp.com-20110929075126-1w9wa3695w3zfr5y
2011-09-29 09:51:26 +02:00
Vo Minh Thu 27f9a9676f [FIX] exceptions: except_osv in already a synonym for o.e.Warning, except_orm should not be qualified.
bzr revid: vmt@openerp.com-20110929073124-kxwwatr8l697ng8r
2011-09-29 09:31:24 +02:00
Vo Minh Thu 22291970ba [FIX] netrpc: forgot the removal of auth in the netrpc case in
the rafactoring that occured on revno 3669
(revision-id: al@openerp.com-20110928220539-5q8eujk1l0q43d4x).

bzr revid: vmt@openerp.com-20110929071713-e29kf3ipc6lzctll
2011-09-29 09:17:13 +02:00
Amit (OpenERP) 6d0fbf55c4 [MERGE]
bzr revid: apa@tinyerp.com-20110929052918-vskm1ggwv7md1b25
2011-09-29 10:59:18 +05:30
Amit (OpenERP) 224d9f4cb9 [MERGE]
bzr revid: apa@tinyerp.com-20110929052841-xpxdyyud7yubebec
2011-09-29 10:58:41 +05:30
Amit (OpenERP) 2c9e939046 [MERGE]
bzr revid: apa@tinyerp.com-20110929051407-i8890ez3ad564j6g
2011-09-29 10:44:07 +05:30
Amit (OpenERP) c358d62c29 [MERGE]
bzr revid: apa@tinyerp.com-20110929051301-ncn3cyk0gag1evbq
2011-09-29 10:43:01 +05:30
Amit (OpenERP) 029121fa0e [MERGE]
bzr revid: apa@tinyerp.com-20110929051211-ywtr87iv48jl17iy
2011-09-29 10:42:11 +05:30
Amit (OpenERP) 2c239d8651 merged
bzr revid: apa@tinyerp.com-20110929050856-iv5h977461gr1bk6
2011-09-29 10:38:56 +05:30
Amit (OpenERP) 37987d9391 merged
bzr revid: apa@tinyerp.com-20110929050751-xk43161m5s80fxam
2011-09-29 10:37:51 +05:30
Launchpad Translations on behalf of openerp bdfaf1e37d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110928052022-bf10e5c48galbsqj
bzr revid: launchpad_translations_on_behalf_of_openerp-20110929043652-10gfn8flzy6x79n3
2011-09-29 04:36:52 +00:00
Launchpad Translations on behalf of openerp 55d9a2abe1 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110929043632-5n8npxnoc9229cw2
2011-09-29 04:36:32 +00:00
Olivier Dony b971680a53 [MERGE] multi-process/multi-threaded ir.cron implementation
bzr revid: odo@openerp.com-20110929002157-31pgkmqc96by15ak
2011-09-29 02:21:57 +02:00
Olivier Dony 5252e02cc5 [IMP] ir.cron.write/unlink: try NOWAIT lock to avoid blocking user operations during cron executions
bzr revid: odo@openerp.com-20110929001858-3v5ffsjela8y71qc
2011-09-29 02:18:58 +02:00
Olivier Dony cc5d73a529 [FIX] cron: cleanup wakeup pointers after processing them
bzr revid: odo@openerp.com-20110928235409-mzsuqxzmvc30sg0n
2011-09-29 01:54:09 +02:00
Olivier Dony f5fdb9f494 [FIX] cron/registry: typo
bzr revid: odo@openerp.com-20110928235048-ssfqeu7ug35isyfk
2011-09-29 01:50:48 +02:00
Olivier Dony dea1026c60 [IMP] cron: warning about max DB setting that may conflict with cron (thanks to N.Bessi for the idea)
bzr revid: odo@openerp.com-20110928231522-ah3xop8w1z18eg8n
2011-09-29 01:15:22 +02:00
Antony Lesuisse 3a4c322e83 [FIX] consider typeless action as ir.actions.act_window_close
bzr revid: al@openerp.com-20110928224705-cf4dwwrz85oqv8y8
2011-09-29 00:47:05 +02:00