Commit Graph

28228 Commits

Author SHA1 Message Date
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
Quentin (OpenERP) 434e1817dc [FIX] account, account journal form view: can't set the field as hidden for certain groups as it's required in the object and not in the view, and GTK doesn't handle that correctly
bzr revid: qdp-launchpad@openerp.com-20111017141448-kujn5jv9tjgzefax
2011-10-17 16:14:48 +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
Xavier Morel e58c70f065 [IMP] filters in fields have no reason to have a string
bzr revid: xmo@openerp.com-20111017133825-2vnzzdmh6jll5f0w
2011-10-17 15:38:25 +02:00
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
Antony Lesuisse 46bf7add74 [FIX] base_setup category checkbox for multiple modules
bzr revid: al@openerp.com-20111014120057-lca10rm9yaz82vk0
2011-10-14 14:00:57 +02:00
Xavier Morel 98c5dc6f6a [IMP] project: variable scoping, no need to get the project.task pool if there's no task id to use it with
bzr revid: xmo@openerp.com-20111014115217-ym5o4tz3cmbb3c1l
2011-10-14 13:52:17 +02:00
Xavier Morel e7a367b80a [IMP] project: don't provide default value to dict.get when unnecessary
bzr revid: xmo@openerp.com-20111014115050-xakw40bzxqlnyr1p
2011-10-14 13:50:50 +02:00
Quentin (OpenERP) dd058bea47 [FIX] account: made sequence field not required on account.journal form view
bzr revid: qdp-launchpad@openerp.com-20111017130721-ybzpw6hancbbfkgd
2011-10-17 15:07:21 +02:00
Raphael Collet 6abc256962 [MERGE] lp:871680
bzr revid: rco@openerp.com-20111017123704-4xmangetbcrqtum9
2011-10-17 14:37:04 +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 3cc28dce76 [merge] synch with the mobile client branch
bzr revid: nicolas.vanhoren@openerp.com-20111017122326-t7t6g90g6gfiph0q
2011-10-17 14:23:26 +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
Quentin (OpenERP) 6591e6448e [MERGE] merged the branch with new multi currency scenari for the voucher and the refactoring of action_move_line_create on account voucher (courtesy of Vauxoo) + correction of few glitches in account when reconciliation is made on an account that has a secondary currency account set.
bzr revid: qdp-launchpad@openerp.com-20111017101804-kofkkldbgnimky1q
2011-10-17 12:18:04 +02:00
Quentin (OpenERP) 8b5e5f8b32 [MERGE] merged the branch with refactoring of method action_move_line_create on account voucher
bzr revid: qdp-launchpad@openerp.com-20111017101015-4h2m4ovaoo6z71mr
2011-10-17 12:10:15 +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
Quentin (OpenERP) f3ef3af107 [FIX] account_voucher: fixed error in args of _get_exchange_lines()
bzr revid: qdp-launchpad@openerp.com-20111017100159-aqmm71eb2r9cgx1h
2011-10-17 12:01:59 +02:00
Quentin (OpenERP) 65ea032c1e [FIX] account_voucher: fixed error in amount_currency computation due to bad arguments sequence
bzr revid: qdp-launchpad@openerp.com-20111017095853-skdc5qi13m70kx33
2011-10-17 11:58:53 +02:00
Quentin (OpenERP) 3ee6198ef2 [FIX] account_voucher: fixed error in amount_currency computation due to bad arguments sequence
bzr revid: qdp-launchpad@openerp.com-20111017095553-zgujirudvnnuaos4
2011-10-17 11:55:53 +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
Quentin (OpenERP) 8f6acc742f [ADD] account_voucher: added case4_cad_chf.yml
bzr revid: qdp-launchpad@openerp.com-20111017092216-b8oe1ncesury89dm
2011-10-17 11:22:16 +02:00
Quentin (OpenERP) 7bef183b51 [IMP] account, invoice form view: show the reopen button anytime as soon as the conditions are met + added an help tooltip on it
bzr revid: qdp-launchpad@openerp.com-20111017075851-vn9zevb2dyd4i96t
2011-10-17 09:58:51 +02:00
Quentin (OpenERP) 1abc42257d [ADD] account_voucher: added case3_eur_eur.yml
bzr revid: qdp-launchpad@openerp.com-20111017074316-mh11ronz30vxsuz4
2011-10-17 09:43: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
Launchpad Translations on behalf of openerp d8c4008be3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111017044356-ag1pbzqndglse1tp
2011-10-17 04:43:56 +00:00
Christophe Simonis 93a75f0d48 [FIX] typo
bzr revid: chs@openerp.com-20111014155051-rtuij40a5cof3p9k
2011-10-14 17:50:51 +02:00
Christophe Simonis 59b21310e8 [FIX] typo
bzr revid: chs@openerp.com-20111014154950-5c805sb1dcff98l4
2011-10-14 17:49:50 +02:00
Antony Lesuisse 88e71f71e6 [FIX] base_setup category checkbox for multiple modules
bzr revid: al@openerp.com-20111014135629-adrhnvh3661tuawd
2011-10-14 15:56:29 +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
Launchpad Translations on behalf of openerp 55af4c6c9f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111014053451-yx0gv97xu52i75n9
2011-10-14 05:34:51 +00:00
Jiten (OpenERP) 4c15f26980 [Merge] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20111014051952-a5emayrxco8oztyy
2011-10-14 10:49:52 +05:30
Antony Lesuisse f4c4e83926 [MERGE] web_uservoice by chs
bzr revid: al@openerp.com-20111014004025-dhybe3j4u6c7xkzp
2011-10-14 02:40:25 +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
Antony Lesuisse 0c0881e17f [FIX] use correct currency_id for is_zero
bzr revid: al@openerp.com-20111013223958-p24b36eno5ljfey1
2011-10-14 00:39:58 +02:00
Quentin (OpenERP) 6fe4f45ed0 [ADD] account_voucher: added case2_usd_eur_debtor_in_usd.yml
bzr revid: qdp-launchpad@openerp.com-20111013174330-hf8gwa1161bflbh7
2011-10-13 19:43:30 +02:00
Quentin (OpenERP) 6a0d99cde9 [IMP] account_voucher: added case2_usd_eur_debtor_in_eur.yml
bzr revid: qdp-launchpad@openerp.com-20111013170029-337fw976foqdkfzb
2011-10-13 19:00:29 +02:00
Antony Lesuisse 8a7c61cb96 [FIX] project duplicate xmlid, useless act_window view definition
bzr revid: al@openerp.com-20111013161213-x29pjxbuaxhjqexx
2011-10-13 18:12:13 +02:00