Commit Graph

600 Commits

Author SHA1 Message Date
Xavier Morel 7b600e82c4 [IMP] don't check for the column type being m2o if we already went through the reference case
bzr revid: xmo@openerp.com-20111018103443-p1l5cya0nexf6cj1
2011-10-18 12:34:43 +02:00
Xavier Morel adea72acd7 [FIX] correctly display reference field values in list view
bzr revid: xmo@openerp.com-20111018103258-qnldbs6jwh1fa8is
2011-10-18 12:32:58 +02:00
Xavier Morel 47d4fa6d7d [FIX] columns with default values should not be marked as required during import
bzr revid: xmo@openerp.com-20111018102108-2c1uixgbeb3t6wkx
2011-10-18 12:21:08 +02:00
Antony Lesuisse c54f840eb5 [FIX] dispatch allow controllers to be configured at the root of a module /<module>/<method>
bzr revid: al@openerp.com-20111018100754-eacxikmbo96cvcz8
2011-10-18 12:07:54 +02:00
Vaibhav (OpenERP) c7f4482d5b [FIX] Check value type,base with parseint.
bzr revid: vda@tinyerp.com-20111018093432-0ixihleg3vynpvwx
2011-10-18 15:04:32 +05:30
Vaibhav (OpenERP) 8b8d7a1d76 [FIX] Display name of reference field in tree.
lp bug: https://launchpad.net/bugs/861434 fixed

bzr revid: vda@tinyerp.com-20111018055400-2j1gvgvognuo6ka9
2011-10-18 11:24:00 +05:30
niv-openerp fc01a139be [fix] attempt to fix a race condition where a o2m will try to make a get_value on each field in the form before they are setted
lp bug: https://launchpad.net/bugs/865048 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111017162228-0xazc4zhd9dwj28k
2011-10-17 18:22:28 +02:00
Fabien Meghazi 1eee4a0833 [FIX] Button widget does not honnor readonly property
bzr revid: fme@openerp.com-20111017153326-77z2xmtqcnfpadom
2011-10-17 17:33:26 +02:00
Fabien Meghazi a789d421cb [FIX] Binary fields does not honnor readonly property
bzr revid: fme@openerp.com-20111017152923-rfyc16l3cr0cwmm3
2011-10-17 17:29:23 +02:00
Fabien Meghazi edb6f57088 [FIX] Crashmanager only display one error at a time, closing the previous one. (stupid fme)
bzr revid: fme@openerp.com-20111017152400-3ntwfzzxugkzrf0w
2011-10-17 17:24:00 +02:00
Xavier Morel 548a809ff5 [FIX] downloading files from an unsaved/in-memory wizard
fallback on default_get if record does not exist in db, as for e.g. Thunderbird and Outlook plugins

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

bzr revid: xmo@openerp.com-20111017145849-p8dq0eprkru4xtl1
2011-10-17 16:58:49 +02:00
Antony Lesuisse b945c0be65 [MERGE] js and css enumeration and loading by chs
bzr revid: al@openerp.com-20111017145430-a7i3d3yo8fhjhg39
2011-10-17 16:54:30 +02:00
Xavier Morel 3790db3e40 [FIX] action buttons with a name composed solely of digits in list view
lp bug: https://launchpad.net/bugs/869746 fixed

bzr revid: xmo@openerp.com-20111017141022-u7v9aiw08aczpsv1
2011-10-17 16:10:22 +02:00
Xavier Morel 789b0b6524 [IMP] stop displaying *big* filters when a filter-in-field has a @string
also log a debug warning to the console

bzr revid: xmo@openerp.com-20111017134103-cojd352p3ppqs68h
2011-10-17 15:41:03 +02:00
Yogesh (OpenERP) 19f265f11b [FIX] import :- change variable name.
bzr revid: ysa@tinyerp.com-20111017131849-u034vkz20cw8e31t
2011-10-17 18:48:49 +05:30
Yogesh (OpenERP) 1e2e8ce9d1 [IMP] Import :- improve code.
bzr revid: ysa@tinyerp.com-20111017061602-6sv4m5ew70by57yx
2011-10-17 11:46:02 +05:30
Christophe Simonis 6e93a38f88 [FIX] web: correctly concat_file when no debug
bzr revid: chs@openerp.com-20111014152946-r307ol34kdlq5qrs
2011-10-14 17:29:46 +02:00
niv-openerp 563fff1ef3 [imp] raise more useful error message when a context is invalid
bzr revid: nicolas.vanhoren@openerp.com-20111014123307-xf7flm6er0puapew
2011-10-14 14:33:07 +02:00
Xavier Morel 8e5a6b7c61 [FIX] correctly propagate the action_data context (in a do_execute_action) to the action itself
This is mainly of use for buttons: the context they set should apply not only to fetching and executing the initial action, but to all calls within the popup they open, if any

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

bzr revid: xmo@openerp.com-20111014122020-n3uz31ilemt1lvro
2011-10-14 14:20:20 +02:00
Fabien Meghazi 1d0b38d034 [FIX] No title on page trigered by an action
lp bug: https://launchpad.net/bugs/872148 fixed

bzr revid: fme@openerp.com-20111017122335-vov2sy95sdt3dwp9
2011-10-17 14:23:35 +02:00
niv-openerp f3b67f4f71 [imp] added text in white if status bar if arrow color is too dark
bzr revid: nicolas.vanhoren@openerp.com-20111017120901-zuxcqat247jfbgc9
2011-10-17 14:09:01 +02:00
Fabien Meghazi ca22a8a745 [IMP] 100% width on application container
bzr revid: fme@openerp.com-20111017120045-kf77xv0tp3cp4vbh
2011-10-17 14:00:45 +02:00
Xavier Morel 9012103f82 [IMP] add translation marks to printed text in listview
bzr revid: xmo@openerp.com-20111017115652-9230tli493e9sqkt
2011-10-17 13:56:52 +02:00
Xavier Morel 484063df5e [ADD] confirmation popup when deleting an element from the list view
bzr revid: xmo@openerp.com-20111017115117-0mas0bkdbkq0yku6
2011-10-17 13:51:17 +02:00
Xavier Morel 8b9c383cd9 [FIX] attachments not correctly decoded (from b64) before sending to the client
bzr revid: xmo@openerp.com-20111017115043-45jomjn5up7unj6k
2011-10-17 13:50:43 +02:00
niv-openerp 81d84899a1 [imp] css improvements of the statusbar
bzr revid: nicolas.vanhoren@openerp.com-20111017113859-zlt1zxy15n2c25o7
2011-10-17 13:38:59 +02:00
Xavier Morel 40d8db3a65 [FIX] concurrent requests overwriting each other's literal contexts and domains dicts ~/projects/tiny/web/current
also prune empty/useless openerp sessions from the http sessions
before saving the http session, in order not to have *kilobytes* of
crud lying around the magnetic tape

bzr revid: xmo@openerp.com-20111017110756-sqociibor79i6svz
2011-10-17 13:07:56 +02:00
Fabien Meghazi 8b1e88a47a [REM] Removed '& Edit' label in FormView's Save and Create buttons
bzr revid: fme@openerp.com-20111017100310-sxhudt74oi7eia10
2011-10-17 12:03:10 +02:00
Fabien Meghazi 22da3764df [FIX] Fix error when clicking on empty row in editable lists
bzr revid: fme@openerp.com-20111017095216-zfzqgmsfrdcjvccj
2011-10-17 11:52:16 +02:00
Xavier Morel 414126e724 [FIX] handle common case where action_data has no context, and should not be added to the compoundcontext
issue introduced in revision xmo@openerp.com-20111014122020-n3uz31ilemt1lvro

bzr revid: xmo@openerp.com-20111017072401-qfreccymm5bn0g4s
2011-10-17 09:24:01 +02:00
Xavier Morel 2915308f6c [REV] xmo@openerp.com-20111013124912-wton5lidyvaezsj6 see: niv
bzr revid: xmo@openerp.com-20111017061554-ijg5uwg2val9hu2h
2011-10-17 08:15:54 +02:00
Christophe Simonis 59b21310e8 [FIX] typo
bzr revid: chs@openerp.com-20111014154950-5c805sb1dcff98l4
2011-10-14 17:49:50 +02:00
Turkesh Patel (Open ERP) 360a1e50e3 [FIX] Fixed the issue of attachment file which can't open after save as
lp bug: https://launchpad.net/bugs/872707 fixed

bzr revid: tpa@tinyerp.com-20111014110942-9yk1cmeu8swtrcjj
2011-10-14 16:39:42 +05:30
Xavier Morel f786f5537a [FIX] method call invocation indentation
bzr revid: xmo@openerp.com-20111014084941-cj85qsl9tfbxsvhp
2011-10-14 10:49:41 +02:00
Xavier Morel 405beaa3c6 [FIX] m2o values display in list views (mostly under onchange condition)
Normal m2o values are pairs of (id, name) (name_get format, basically)
but in some cases (lazyness & al), APIs (often onchange results) only
return the `id` part, which is not sufficient to display the m2o
as-is, a name_get has to be performed.

Added an intermediate step in displaying a table cell (in list view):
if we're displaying an m2o cell (~a cell for an m2o column) and the
value is a number, then dispatch a name_get and keep trucking (display
the rows without the m2o values).

When the name_get returns, it will simply refresh the row and diplay
the m2o name.

bzr revid: xmo@openerp.com-20111014084310-pv2mmmy28fwwk9sm
2011-10-14 10:43:10 +02:00
Antony Lesuisse 7b5b9d45ad [MERGE] notification cleanups by chs
bzr revid: al@openerp.com-20111014003056-3apcizt2i9qeb1ra
2011-10-14 02:30:56 +02:00
Antony Lesuisse 57d635f44d [FIX] soft reload after module installation
lp bug: https://launchpad.net/bugs/873362 fixed

bzr revid: al@openerp.com-20111013232054-2i5ptzfurjc429zw
2011-10-14 01:20:54 +02:00
Christophe Simonis 7dd8fcfad4 [IMP] do_notify and do_warn bubble the messages to the parent widget
bzr revid: chs@openerp.com-20111013153023-xzu2y4j5qzuqem1e
2011-10-13 17:30:23 +02:00
Christophe Simonis de5c2f58e8 [IMP] Notification Widget is now a singleton
bzr revid: chs@openerp.com-20111013150317-kzy2h7bz407kiugz
2011-10-13 17:03:17 +02:00
Fabien Meghazi 4065bc83b3 [FIX] Problem with action buttons in form views opened from a m2o in an editable list
bzr revid: fme@openerp.com-20111013134606-8n8i1djtg0dvcar6
2011-10-13 15:46:06 +02:00
Xavier Morel 322d20d53c [FIX] when performing name_get on m2o fields being written to BufferedDataSet, ignore m2o fields with 'false' value as well as those not being written at all
bzr revid: xmo@openerp.com-20111013125858-pboz81w3s58lk2rl
2011-10-13 14:58:58 +02:00
Xavier Morel 1635fcc568 [FIX] incorrect BufferedDataSet behavior when reading an m2o field in cache coming from an edition (or creation), inconsistent with OpenERP m2o field read() contract
when read, m2o should really be pairs, or they're pain to display. Because Dataset.create and Dataset.write are async, perform name_get resolution during these and store the correct value in cache

bzr revid: xmo@openerp.com-20111013124912-wton5lidyvaezsj6
2011-10-13 14:49:12 +02:00
Xavier Morel ce6c86ccc8 [REV] xmo@openerp.com-20111013112755-krf9y5w232ol6r1e, it's broken, going to merge improved/fixed version
bzr revid: xmo@openerp.com-20111013124719-ekwfczj45bgkoeiy
2011-10-13 14:47:19 +02:00
Xavier Morel 88314e523a [FIX] excessive coherence between BufferedDataSet cache and to_write and to_create queues ~/projects/tiny/web/current
cache should hold readable values (so pairs for m2o fields), whereas
to_create and to_write hold the data which will be processed into o2m
commands and sent over the wire to create, write and context-value
calls. As a result, to_create and to_write should only have atomic ids
for m2o fields.

Therefore, only use fixed m2o values to store in read cache.

bzr revid: xmo@openerp.com-20111013124435-vbjolacjnc9f6qz4
2011-10-13 14:44:35 +02:00
Xavier Morel 3580fb918d [FIX] inconsistency between multiple m2o fields to name_get and single when sent to $.when
bzr revid: xmo@openerp.com-20111013124227-at1nvix8yqtae8a9
2011-10-13 14:42:27 +02:00
niv-openerp 1e507afcc9 [fix] When we click a button in a m2o popup it closes the popup
lp bug: https://launchpad.net/bugs/873272 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111013115828-ctbslk34qif4cfwt
2011-10-13 13:58:28 +02:00
Xavier Morel 7da8126ad9 [FIX] BufferedDataSet to not break the m2o read contract of returning a name_get format
BufferedDataSet simply shoves stuff read() or create()d in its cache,
 but m2o is asymmetric: client writes a single id, but reads a pair of
 [id, name].
 
 Since create() and write() are async (by definition) it's the best
 place to check if the data being written contains any m2o field, and
 to fix those m2o values.

This, however, completely breaks o2m fields get_value(), and doesn't
even work correctly for create() calls.

Should probably not cache the same thing we put for creation or update
eh

bzr revid: xmo@openerp.com-20111013114449-rkhe95g1oi3gudab
2011-10-13 13:44:49 +02:00
Xavier Morel 4dc731f99c [FIX] BufferedDataSet to not break the m2o read contract of returning a name_get format
BufferedDataSet simply shoves stuff read() or create()d in its cache,
but m2o is asymmetric: client writes a single id, but reads a pair of
[id, name].

Since create() and write() are async (by definition) it's the best
place to check if the data being written contains any m2o field, and
to fix those m2o values.

bzr revid: xmo@openerp.com-20111013112755-krf9y5w232ol6r1e
2011-10-13 13:27:55 +02:00
Christophe Simonis 00b269d1c0 [IMP] nivification of Notification Widget
bzr revid: chs@openerp.com-20111013102653-wox1v4o9mfplzt2b
2011-10-13 12:26:53 +02:00
Christophe Simonis ddb9a16377 [IMP] change cursor when loading
bzr revid: chs@openerp.com-20111013091738-l1vmy572zic3wg7i
2011-10-13 11:17:38 +02:00
Turkesh Patel (Open ERP) 937c881aaa [FIX] Fixed the issue for confirmation popup when we delete a record from a list
lp bug: https://launchpad.net/bugs/872708 fixed

bzr revid: tpa@tinyerp.com-20111013085758-el0bn170ai0h6wfc
2011-10-13 14:27:58 +05:30
Xavier Morel 15e73da330 [FIX] FormView.on_saved should resolve on a result, ideally the same as FormView.on_created minus the 'created' key
bzr revid: xmo@openerp.com-20111013085100-xpl29e2f2jnqmt1v
2011-10-13 10:51:00 +02:00
niv-openerp c7a888f343 [fix] buttons do not use an evalutation context despite the fact the context on buttons can depend on it
bzr revid: nicolas.vanhoren@openerp.com-20111013093814-xalvnvp6vajslruo
2011-10-13 11:38:14 +02:00
Christophe Simonis a58395f2af [FIX] do no load the menu until a session is active
[IMP] make menu loading hookable

bzr revid: chs@openerp.com-20111013081445-1xzvodzrtxvacbzz
2011-10-13 10:14:45 +02:00
Christophe Simonis d29aa73971 [IMP] allow controller functions to return werkzeug.exceptions.HTTPException (i.e. 404 errors)
bzr revid: chs@openerp.com-20111013081351-layprblm1dt140py
2011-10-13 10:13:51 +02:00
niv-openerp fc823e76bd [fix] rare problem in o2m
bzr revid: nicolas.vanhoren@openerp.com-20111012161322-rnjei1os2xjb0qax
2011-10-12 18:13:22 +02:00
Christophe Simonis f3573d844e [IMP] use login_env for login
bzr revid: chs@openerp.com-20111012161208-yto1rang9znmoh4i
2011-10-12 18:12:08 +02:00
niv-openerp 73fcb10472 [fix] problem in delivery orders, when trying to click on a button in the o2m
bzr revid: nicolas.vanhoren@openerp.com-20111012155704-22dgojl8ag3av4sn
2011-10-12 17:57:04 +02:00
Fabien Meghazi 0de588dd4a [MERGE] Allow overwrite of default dbname and login from querystring
bzr revid: fme@openerp.com-20111012140114-z4zibt4fdcpc6awr
2011-10-12 16:01:14 +02:00
Fabien Meghazi 65792ba3cb [MERGE] Change the way the sections and items are added to the sidebar
bzr revid: fme@openerp.com-20111012135735-6o905df1db7tmybh
2011-10-12 15:57:35 +02:00
Xavier Morel 2eab13708f [IMP] make Registry.get_any faster
throwing exceptions seems quite slow in Safari, and generates a significant performance hit in dashboards

bzr revid: xmo@openerp.com-20111012131255-2cayqxedjpdtj432
2011-10-12 15:12:55 +02:00
niv-openerp 101dd01502 [fix] rollbacked previous fix regarding save of o2m when doing a get_value
bzr revid: nicolas.vanhoren@openerp.com-20111012153518-gt8uyhagjzi8qc72
2011-10-12 17:35:18 +02:00
niv-openerp 2ebe653f65 [imp] modified form view to really have on_changes that can not execute concurently
bzr revid: nicolas.vanhoren@openerp.com-20111012150830-7eupfrzfeh2wh9j6
2011-10-12 17:08:30 +02:00
niv-openerp efa2ca1195 [imp] lot of concurrency improvements for form view
bzr revid: nicolas.vanhoren@openerp.com-20111012141007-87w0fgemvqv2ul15
2011-10-12 16:10:07 +02:00
niv-openerp 130e441133 [fix] fixed rare problem in the o2m when we try to get its value before it has finished refreshing
bzr revid: nicolas.vanhoren@openerp.com-20111012124923-zka6mskg56iha5wc
2011-10-12 14:49:23 +02:00
Christophe Simonis 378a9de3e8 [FIX] hum hum
bzr revid: chs@openerp.com-20111012122622-dcuhelpcgv119s6g
2011-10-12 14:26:22 +02:00
Xavier Morel eb796396e0 [ADD] display of selection fields in format_value
bzr revid: xmo@openerp.com-20111012120938-9lpxm6mf8jbde6oj
2011-10-12 14:09:38 +02:00
Christophe Simonis 7b6309dd15 [FIX] translation of attachment and calendar sidebar sections
bzr revid: chs@openerp.com-20111012115744-sv7kvwqbt2p5vdio
2011-10-12 13:57:44 +02:00
Christophe Simonis 1dfd69590d [IMP] _t() sidebar
bzr revid: chs@openerp.com-20111012101802-fdrjaj80x03hx7xz
2011-10-12 12:18:02 +02:00
Christophe Simonis 32d2e527fb [FIX] explicitly provide the code of sidebar sections
bzr revid: chs@openerp.com-20111012095426-qb3see19uic61jr1
2011-10-12 11:54:26 +02:00
Yogesh (OpenERP) 4d4e1a1f0e [FIX] import :- default value set on required field then remove this field on required fields list.
lp bug: https://launchpad.net/bugs/871625 fixed

bzr revid: ysa@tinyerp.com-20111012080540-1m6x6npy7e0jaoif
2011-10-12 13:35:40 +05:30
Launchpad Translations on behalf of openerp 048cfa7804 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044022-dt1ks2gwog40djxc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044412-fk2rlfsfnmhkvaq1
2011-10-12 04:44:12 +00:00
Antony Lesuisse 511e9a0ea4 [IMP] merged application tile with default home
bzr revid: al@openerp.com-20111011233627-6nxfbs64lwzszh7t
2011-10-12 01:36:27 +02:00
Antony Lesuisse 1ce5334c81 [IMP] openerplib exception handling step1
We define the 4 standard openerp exceptions introduced in the new xmlrpc/1 and
jsonrpc/1 api. But we dont raise them yet, instead we update the local
connector to emulate the current xmlrpc faults.

bzr revid: al@openerp.com-20111011210742-i5zdn7kldg74kx2b
2011-10-11 23:07:42 +02:00
niv-openerp b819542c8f [fix] problem with form view, does not prevent multiple creates/saves
bzr revid: nicolas.vanhoren@openerp.com-20111011153535-ojo8qqpzlg3ap9fy
2011-10-11 17:35:35 +02:00
Fabien Meghazi 230d99a228 [IMP] Added condition for menu reloading
bzr revid: fme@openerp.com-20111012114331-7h9hask2nvy0m93d
2011-10-12 13:43:31 +02:00
Xavier Morel 56fdc587af [FIX} incorrect condition for not going into colors management on tree views
bzr revid: xmo@openerp.com-20111012111429-duldg0ko9wuq2zje
2011-10-12 13:14:29 +02:00
Fabien Meghazi 5d7cf9c8f8 [IMP] Reload menu after installation wizardsi
Hardcoded check for action.context.active_model === 'base.module.upgrade' in ir_actions_act_window_close.
If you have a better solution, do not hesitate to propose it

bzr revid: fme@openerp.com-20111012110928-kcjstqt28sh7nhky
2011-10-12 13:09:28 +02:00
Fabien Meghazi 7a8d4be486 [FIX] Menus, manual triggering of menus does not work when folded
bzr revid: fme@openerp.com-20111012093031-3htkczhktnascdcg
2011-10-12 11:30:31 +02:00
niv-openerp bd8f7a36a6 [fix] occasional problem when a form try to validate a o2m before it finished updating
bzr revid: nicolas.vanhoren@openerp.com-20111012091147-k9nm1yzftm2oalo1
2011-10-12 11:11:47 +02:00
niv-openerp 12e97f3e8e [fix] problem with get_value() on o2m when it is called without calling is_dirty() first.
bzr revid: nicolas.vanhoren@openerp.com-20111012085852-6tcqn1rmn00qoaqy
2011-10-12 10:58:52 +02:00
Xavier Morel 2e9c6392ea [FIX] remove default_home entirely
bzr revid: xmo@openerp.com-20111012085713-upc0xto0dqf9k4fb
2011-10-12 10:57:13 +02:00
niv-openerp 23f6c03942 [fix] forgot to return promise in the do_save() of the form view
bzr revid: nicolas.vanhoren@openerp.com-20111012082534-dzz1upvvntjs4b1s
2011-10-12 10:25:34 +02:00
Fabien Meghazi 77e8414dd2 [FIX] Remove bad undefined value returned instead of a real promise.
Thanks Valentin ! I didn't paid attention to this potential problem.
I guess we'll have to review the usage of promises as openerp callback
return value because any addons adding a callback could potentially break
the promises.

bzr revid: fme@openerp.com-20111011135820-v1lx6uj1siqbq7m6
2011-10-11 15:58:20 +02:00
Fabien Meghazi ce1f472d57 [FIX] Fixed float menus toggler under firefox
bzr revid: fme@openerp.com-20111011134417-4vsfwtkq2g10b2j7
2011-10-11 15:44:17 +02:00
Fabien Meghazi 027b46bcac [FIX] Fixed buttons overlapping when shrinking firefox windows
bzr revid: fme@openerp.com-20111011133713-6eardsp1qv8subsg
2011-10-11 15:37:13 +02:00
Fabien Meghazi 4c1c848be3 [FIX] Fixed list view's progress bar floating on the next table cell under firefox
bzr revid: fme@openerp.com-20111011133201-wryn9twnf610h4fq
2011-10-11 15:32:01 +02:00
Fabien Meghazi a1eadf8a60 [IMP] Form frame : Force nolabel='1' when widget='statusbar'
Hardcoded exception but this way, we retain backward compatibility between addons & old clients

bzr revid: fme@openerp.com-20111011115424-rme5btg594euln2v
2011-10-11 13:54:24 +02:00
Xavier Morel 039e42110f [IMP] copy colorization code from listview to treeview
bzr revid: xmo@openerp.com-20111011112924-ih7on411mirf5wmi
2011-10-11 13:29:24 +02:00
Fabien Meghazi dd4e218028 [FIX] Fix form frame float in firefox
lp bug: https://launchpad.net/bugs/865953 fixed

bzr revid: fme@openerp.com-20111011111852-6he82k62bo90ni9c
2011-10-11 13:18:52 +02:00
Fabien Meghazi 9b3903be98 [FIX] m2o of reference fields does not seem working
m2o needs additional properties from view.
reference template was broken
now hide the m2o widget when no value is selected

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

bzr revid: fme@openerp.com-20111011105426-2s4d82185q5ok4ry
2011-10-11 12:54:26 +02:00
Launchpad Translations on behalf of openerp 9ceaf4fdf3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011052920-un4k47tkwv7djqt2
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011053536-w0rdhuhwp04uxnpd
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011054224-cr2q9q3picqoasam
2011-10-11 05:42:24 +00:00
Antony Lesuisse 2c55b9339d [FIX] revert 1200 revid:fme@openerp.com-20111010150811-4vdff1jcr6eqz2xq, action manager must be used for client actions
bzr revid: al@openerp.com-20111010214634-dmq7fcv840252p8t
2011-10-10 23:46:34 +02:00
Antony Lesuisse 7f223e2d48 [FIX] ignore invalid url hashchanges
bzr revid: al@openerp.com-20111010203441-7b04w9ipkz1oxq8e
2011-10-10 22:34:41 +02:00
Fabien Meghazi 5a08fd1078 [IMP] Bring dashboard styling from trunk-style branch
bzr revid: fme@openerp.com-20111010150811-4vdff1jcr6eqz2xq
2011-10-10 17:08:11 +02:00
niv-openerp 5cdf82dd0a [fix] problem in idea view
bzr revid: nicolas.vanhoren@openerp.com-20111010150012-pty14q4z54zdtgvu
2011-10-10 17:00:12 +02:00
niv-openerp aaf01c6395 [fix] dirty fix of the problem with list views in o2m
bzr revid: nicolas.vanhoren@openerp.com-20111010143634-sjld7z726l6ebg53
2011-10-10 16:36:34 +02:00
niv-openerp 9857cb60fa [imp] removed asynchronous operations in buffered dataset, "l'amour du risque, papapalapapapa"
bzr revid: nicolas.vanhoren@openerp.com-20111010141804-zc6t2sr60twz6r4s
2011-10-10 16:18:04 +02:00
Fabien Meghazi d31295d65b [IMP] Added display_title in action flags. ViewManager won't display title if false.
Will be used for dashboards, wizards, ...

bzr revid: fme@openerp.com-20111010141546-b19g0sr4fzicehss
2011-10-10 16:15:46 +02:00
Fabien Meghazi ce2b437cad [FIX] Fixed visibility of binary fields buttons
bzr revid: fme@openerp.com-20111010133352-j4kgqu33dskdfm3f
2011-10-10 15:33:52 +02:00