Commit Graph

32619 Commits

Author SHA1 Message Date
Raphael Collet 81a1eb18a1 [MERGE] from trunk
bzr revid: rco@openerp.com-20110718083424-kdaesx3gflza142a
2011-07-18 10:34:24 +02:00
Raphael Collet 8e47890f19 [MERGE] from trunk
bzr revid: rco@openerp.com-20110718083252-4phjgbo7fbxoeots
2011-07-18 10:32:52 +02:00
Launchpad Translations on behalf of openerp 0db6a0a926 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110718051300-9war69ga7c68omcs
2011-07-18 05:13:00 +00:00
Launchpad Translations on behalf of openerp 78491dfe17 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110715045140-vrbatydl7fa97wok
bzr revid: launchpad_translations_on_behalf_of_openerp-20110716045705-9z1giql3prjl7zdd
2011-07-16 04:57:05 +00:00
Launchpad Translations on behalf of openerp 8b2c200e93 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110716045334-iu1jo5qb555tfjwy
2011-07-16 04:53:34 +00:00
Antony Lesuisse 8a6af30013 cleanup of base.Controller base.BaseWidget
bzr revid: al@openerp.com-20110715142957-bdop2z6qv9v8ahpn
2011-07-15 16:29:57 +02:00
Antony Lesuisse f0defe0af7 controller move callback and basiccontroller to controller
bzr revid: al@openerp.com-20110715142112-vginop8ms0bgxje5
2011-07-15 16:21:12 +02:00
Antony Lesuisse 2decff7b21 controller move Class from base to controller
bzr revid: al@openerp.com-20110715141600-4tr536v7vfrv9tkk
2011-07-15 16:16:00 +02:00
Xavier Morel b0e6f97abd [FIX] table paginator and buttons look and layout in case of constrained horizontal space
bzr revid: xmo@openerp.com-20110715125044-kcrwluqrq952pqry
2011-07-15 14:50:44 +02:00
Xavier Morel d6dee4c334 [IMP] enable jquery-ui on search m2o widgets
bzr revid: xmo@openerp.com-20110715122305-1pwttyioe96uwoft
2011-07-15 14:23:05 +02:00
pso (OpenERP) 7806d2e3aa [MERGE] Merged SKH's branch to fix the format of Email in base_action_rule. Email always has to given in double quotes (). (Case:6122)
bzr revid: pso@tinyerp.com-20110715122155-iyl7fx0p6gi45524
2011-07-15 17:51:55 +05:30
Xavier Morel 02feed6338 [FIX] oops, forgot some logging
bzr revid: xmo@openerp.com-20110715120856-ijpicqlyumrt69rh
2011-07-15 14:08:56 +02:00
Xavier Morel 6b1ab45d87 [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
2011-07-15 13:58:00 +02:00
Rifakat Haradwala(OpenERP) bb7b0a2c1f [FIX]: base: set noupdate='1' to be able to update the record rules
bzr revid: rifakat_haradwalaopenerp-20110715115319-m1us8j3smybfxz0g
2011-07-15 17:23:19 +05:30
niv-openerp e4b935c4ca [merge] mobile web client
bzr revid: nicolas.vanhoren@openerp.com-20110715101403-6n58t47l46p0vaka
2011-07-15 12:14:03 +02:00
niv-openerp c15ddcd5f9 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110715101151-fshuut4ujslbzxvn
2011-07-15 12:11:51 +02:00
niv-openerp ad9a41c867 [merge] gantt view improvements
bzr revid: nicolas.vanhoren@openerp.com-20110715101055-jn29mle79m10c4xf
2011-07-15 12:10:55 +02:00
niv-openerp 22f73d68e6 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110715101015-ltj91jb9ux4wjty2
2011-07-15 12:10:15 +02:00
Xavier Morel 47932748d8 [FIX] missed result derefs to remove
bzr revid: xmo@openerp.com-20110715095527-yeuwi5u46cltuylg
2011-07-15 11:55:27 +02:00
Xavier Morel 2f8d2412ac [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
2011-07-15 11:24:51 +02:00
Launchpad Translations on behalf of openerp cd90f718ea Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110715055354-ddhe91qieimeb40y
2011-07-15 05:53:54 +00:00
niv-openerp f40328b46a [imp] added some context/domain parsing in fields_get too
bzr revid: nicolas.vanhoren@openerp.com-20110714155438-4x8u4wsrkm82w7cj
2011-07-14 17:54:38 +02:00
Xavier Morel f3af583536 [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
2011-07-15 10:01:45 +02:00
Xavier Morel 4f5f4e537c [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
2011-07-15 09:53:28 +02:00
Xavier Morel 8b7470bdb9 [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
2011-07-15 09:18:53 +02:00
Xavier Morel 55be9c8aa0 [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
2011-07-14 17:36:47 +02:00
Antony Lesuisse 823f2efd05 [IMP] dashboard css
bzr revid: al@openerp.com-20110714151113-49vur1m55m7z0ybm
2011-07-14 17:11:13 +02:00
Fabien Meghazi 29bea06250 [IMP] Dashboard: improved layout
bzr revid: fme@openerp.com-20110714144627-ldyh2kpv64h08c1j
2011-07-14 16:46:27 +02:00
niv-openerp 55f5cf3eff [fix] small css problem in advanced filters
bzr revid: nicolas.vanhoren@openerp.com-20110714141402-t5coqe7mflz8dmsp
2011-07-14 16:14:02 +02:00
niv-openerp 90bb70473e [fix] big fix related to domains and contexts defined in a model
bzr revid: nicolas.vanhoren@openerp.com-20110714135200-03e9ovknnz9lusni
2011-07-14 15:52:00 +02:00
Fabien Meghazi 7416171ae1 [FIX] Binary fields : readonly modifiers
bzr revid: fme@openerp.com-20110714132957-xm7k4q24kafk7bjy
2011-07-14 15:29:57 +02:00
Fabien Meghazi b502830339 [IMP] Changed reference field to FieldChar
bzr revid: fme@openerp.com-20110714131849-ff301kdaqndqp9n4
2011-07-14 15:18:49 +02:00
niv-openerp 34f8f7fff7 [fix] some type correction in crm_lead_report
bzr revid: nicolas.vanhoren@openerp.com-20110714131724-m7ocv24z3j666ah2
2011-07-14 15:17:24 +02:00
Jay Vora (OpenERP) 4f3913dcdd [MERGE] Merged Priyesh' branch for the fix which manages the accounting configuration for simplified Interface
bzr revid: jvo@tinyerp.com-20110714130352-bn5h3b61o5q1lk8s
2011-07-14 18:33:52 +05:30
Olivier Dony 8504e6158b [IMP] sql_db: default cursor = serialized, deprecate serialized_cursor, add doc
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
2011-07-14 12:55:52 +02:00
Xavier Morel a5fdb75ad6 [FIX] ir.actions.todo are now unskippable
bzr revid: xmo@openerp.com-20110714103725-6r6j35qegobhvx5u
2011-07-14 12:37:25 +02:00
Fabien Meghazi e32df7bb5d [ADD] Add a dialog function + xml view debug mode
bzr revid: fme@openerp.com-20110714100933-ce42j7ca2yzw0bsr
2011-07-14 12:09:33 +02:00
Xavier Morel 9d814c830b [FIX] remove bloody crazy (and useless) indirection keys in DataSet.call and DataSet.get_result RPC methods
bzr revid: xmo@openerp.com-20110714100522-94rp1otj1n4hrf2x
2011-07-14 12:05:22 +02:00
pso (OpenERP) 60be82c211 [IMP] account: Fixed issue of Configuration of COA wizard was not working without Extended view (case:6707)
bzr revid: pso@tinyerp.com-20110714095815-4hhvom6msg01duf0
2011-07-14 15:28:15 +05:30
Xavier Morel 7578658e69 [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
2011-07-14 11:57:31 +02:00
Xavier Morel c6bcc855e1 [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
2011-07-14 11:56:19 +02:00
Kunal Chavda (OpenERP) 9932646386 [FIX]Apply domain and context on dashboard graph.
bzr revid: kch@tinyerp.com-20110714095519-i0a0936hen9qidh3
2011-07-14 15:25:19 +05:30
Vo Minh Thu 7c9ec513b1 [MERGE] ir_config_parameter: added optional default argument to get_param.
bzr revid: vmt@openerp.com-20110714074940-r86xcpjjjo61xv90
2011-07-14 09:49:40 +02:00
Tejas (OpenERP) 2ae545a397 [usability] fix the server crash problems of merge
bzr revid: tta@openerp.com-20110714072830-e1dbm9pkcnlawh2l
2011-07-14 12:58:30 +05:30
Tejas (OpenERP) 00ab78871b [usability] fix the server crash problems of merge
bzr revid: tta@openerp.com-20110714071707-i9g7lh2yqgt2a8ke
2011-07-14 12:47:07 +05:30
skh b0936e9a8b [FIX] base_action_rule :Replaced str() with tools.str() (Ref : Case 6122)
bzr revid: skh@tinyerp.com-20110714052457-ot2dd21vwzqn8r19
2011-07-14 10:54:57 +05:30
Launchpad Translations on behalf of openerp 86c5801ba0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110714052118-7025b9kn1bae67nj
2011-07-14 05:21:18 +00:00
Antony Lesuisse 3c985b0201 [FIX] remove incorrect res_currency name_get
bzr revid: al@openerp.com-20110713153712-j2v1nlm9q5e2319d
2011-07-13 17:37:12 +02:00
Antony Lesuisse 8ce2afec39 [FIX] res_currency typo
bzr revid: al@openerp.com-20110713153210-2ly0gdtgecx4b4vy
2011-07-13 17:32:10 +02:00
Stephane Wirtel 75afa6425b [FIX] hr_timesheet: Remove the comma, because Python thinks it's a tuple and not a new line
bzr revid: stw@openerp.com-20110713135752-lmwyb62ns28wi3z9
2011-07-13 15:57:52 +02:00