Commit Graph

61065 Commits

Author SHA1 Message Date
Xavier Morel fa1aafa97d [FIX] in-group pagination of list views
bzr revid: xmo@openerp.com-20121017115845-9ch6icjjhrzycj84
2012-10-17 13:58:45 +02:00
Xavier Morel 5d5a8e85c2 [FIX] group_by_no_leaf handling
bzr revid: xmo@openerp.com-20121017110750-vrtx04b40e4kralm
2012-10-17 13:07:50 +02:00
Fabien Meghazi dbe8bd71de [IMP] Breadcrumb always reload views on history back
bzr revid: fme@openerp.com-20121017110421-l19e5a397umi66k8
2012-10-17 13:04:21 +02:00
Xavier Morel 90fadfa553 [FIX] unbreak group class hierarchy
bzr revid: xmo@openerp.com-20121017105948-lr7s57j1pi0oozou
2012-10-17 12:59:48 +02:00
Xavier Morel e1c548cae3 [FIX] forgotten DataGroup reference
bzr revid: xmo@openerp.com-20121017105257-lab5rc7pu9rd80iw
2012-10-17 12:52:57 +02:00
Xavier Morel 71bbb149fb [MOVE] datagroup to a private ListView API
bzr revid: xmo@openerp.com-20121017105213-sfosutg26zg0w2ax
2012-10-17 12:52:13 +02:00
Xavier Morel 8d3fd60178 [REV] reordering broken if widget=handle
bzr revid: xmo@openerp.com-20121017102603-w70q44d5h5l1xss7
2012-10-17 12:26:03 +02:00
Xavier Morel 3c8a9159de [REM] xhr vector
bzr revid: xmo@openerp.com-20121017102410-67m598a8e4orsjsc
2012-10-17 12:24:10 +02:00
Thibault Delavallée 73c463f57d [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20121017102202-4g72e8ipcc7t5unz
2012-10-17 12:22:02 +02:00
Olivier Dony 04eef2c7a0 [IMP] sale: somewhat better wording for demo messages (reported by the en_US police)
bzr revid: odo@openerp.com-20121017094903-ckuo2s2twe01rq66
2012-10-17 11:49:03 +02:00
Quentin (OpenERP) 5057b6a516 [IMP] account: usability improvement (hide the state column of account.move.line which doesn't provide useful information most of the time)
bzr revid: qdp-launchpad@openerp.com-20121017094142-uxi6obk1byojzjm1
2012-10-17 11:41:42 +02:00
Quentin (OpenERP) 6d62b28e34 [IMP] account: usability improvement
bzr revid: qdp-launchpad@openerp.com-20121017093609-ul9bh3wgq1rnew8c
2012-10-17 11:36:09 +02:00
Christophe Matthieu ec88647be0 [IMP] mail: attachment res_model, read => to_read
bzr revid: chm@openerp.com-20121017093559-fndir3gssokoda7v
2012-10-17 11:35:59 +02:00
Thibault Delavallée ae1985702b [REM] email_template: removed overrided chatter form view; updated legacy wizard form view.
bzr revid: tde@openerp.com-20121017092938-8ulu2h3ml9on4iu9
2012-10-17 11:29:38 +02:00
Thibault Delavallée cb3463780a [FIX] Chatter widget: fixed model sent to the compose wizard.
bzr revid: tde@openerp.com-20121017092807-7uvax8ren3iqz1n9
2012-10-17 11:28:07 +02:00
Thibault Delavallée 925d0a138b [CLEAN] mail.compose.message: removed form view that was done for Chatter, as this is not used anymore.
bzr revid: tde@openerp.com-20121017092642-e27p41f9rqzd2rpm
2012-10-17 11:26:42 +02:00
Christophe Matthieu 23e20e95d4 [MERGE] from trunk
bzr revid: chm@openerp.com-20121017073146-9m5s2hffeekmj068
2012-10-17 09:31:46 +02:00
Launchpad Translations on behalf of openerp 8a38ee944e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121017043613-kd7vkw5ixd4djrpm
2012-10-17 04:36:13 +00:00
Christophe Matthieu e8bd522f6b [IMP] mail: prepare js for dom
bzr revid: chm@openerp.com-20121017001320-wmxtng544wc3whd3
2012-10-17 02:13:20 +02:00
Fabien Meghazi 1f32b294a0 [FIX] Fix kanban cells auto height
bzr revid: fme@openerp.com-20121016153840-z4mk6367itr1fwz7
2012-10-16 17:38:40 +02:00
Fabien Meghazi 7c3b7d8fad [REM] Kanban: removed console.log's
bzr revid: fme@openerp.com-20121016132223-srfgvqrhwr99e8mz
2012-10-16 15:22:23 +02:00
Fabien Meghazi 510db55cfb [IMP] KanbanView: replaced DataGroup by QueryGroup
bzr revid: fme@openerp.com-20121016132003-r8fn1g246th9y9e1
2012-10-16 15:20:03 +02:00
niv-openerp 73950424bb [FIX] removed dirty hack to put buttons in footer of dialogs with an official dirty feature
bzr revid: nicolas.vanhoren@openerp.com-20121016125627-vevqllvshay5fpv4
2012-10-16 14:56:27 +02:00
Vo Minh Thu a3cef23827 [MERGE] Make sure we pass only lists, tuples or dicts to Cursor.execute().
This fixes a call in the login code where a single untupled string was passed.
Psycopg does not see the problem: it iterates over the string, and as long as
the string length matches the number of needed parameters, everything seems
fine. Yeah for dynamic typing and SQL queries.

bzr revid: vmt@openerp.com-20121016125408-q537r71k5cisyxs0
2012-10-16 14:54:08 +02:00
Thibault Delavallée 1d63138e7d [CLEAN] mail: cleaned needaction tests.
bzr revid: tde@openerp.com-20121016125358-9acjd7up7k2d7hrw
2012-10-16 14:53:58 +02:00
Christophe Matthieu 5cbe3e5d31 [IMP] mail: add mail_star.py
bzr revid: chm@openerp.com-20121016124658-ejz3e3e9ahbpxhfs
2012-10-16 14:46:58 +02:00
niv-openerp 35df43c491 [FIX] modified action manager to use the $buttons of Dialog when it instantiate a ViewManager in a Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121016124135-xkll7ugawv9ae6bq
2012-10-16 14:41:35 +02:00
Christophe Matthieu 54f54d3150 [IMP] mail: display options
bzr revid: chm@openerp.com-20121016124105-o5ciewoxm1j79lfr
2012-10-16 14:41:05 +02:00
niv-openerp 44b468c466 [MERGE] Modified Form Fields to able to set their value before they are rendered
bzr revid: nicolas.vanhoren@openerp.com-20121016123645-ikqfkx7p4tsae2hh
2012-10-16 14:36:45 +02:00
niv-openerp 18a4297544 [MERGE] Modified Form Fields to able to set their value before they are rendered
bzr revid: nicolas.vanhoren@openerp.com-20121016123559-g3gjf73uzqz4u1xv
2012-10-16 14:35:59 +02:00
niv-openerp 886e1fcdd9 [FIX] put back old behavior about save and readonly fields in form view
bzr revid: nicolas.vanhoren@openerp.com-20121016123101-huzasphtqujf87b3
2012-10-16 14:31:01 +02:00
Fabien Meghazi 431d504c13 [IMP] Kanban view speedup
bzr revid: fme@openerp.com-20121016122951-hwm80wzmhnm8tlj5
2012-10-16 14:29:51 +02:00
Thibault Delavallée ced4a91578 [FIX] mail_followers: fixed is_follower computation.
bzr revid: tde@openerp.com-20121016115915-l9sgcxoa6i46d6xe
2012-10-16 13:59:15 +02:00
Thibault Delavallée c3aecf0630 [FIX] Fixed fix of revision 7750. Correct fix was to add in the generated action an use_template context key, that triggers the use of templates. Eveything is then managed inside the email_template override of mail.compose.message.
bzr revid: tde@openerp.com-20121016115839-8cj0u9si20qo14av
2012-10-16 13:58:39 +02:00
Christophe Matthieu db22e146ec [IMP] mail: annimate destroy with context: typeof_thread
bzr revid: chm@openerp.com-20121016114538-d8duv76u7nqyv5ji
2012-10-16 13:45:38 +02:00
Christophe Matthieu 0e4fcab679 [IMP] mail: hierarchy/flat options
bzr revid: chm@openerp.com-20121016113841-gqgq8oz89yc2gma7
2012-10-16 13:38:41 +02:00
Thibault Delavallée e915bd83cb [IMP] mail_thread: remove message_subtype_data field, not used anymore; message_is_follower is not computed with message_follower_ids. Updated mail_followers widget, as message_is_follower is barely never used in views. Updated tests.
bzr revid: tde@openerp.com-20121016111753-shhyhred0m210o1z
2012-10-16 13:17:53 +02:00
niv-openerp 7894d2cfb2 [IMP] Made $buttons in dialogs work all the time
bzr revid: nicolas.vanhoren@openerp.com-20121016103252-njyt4rxk96fy5w6r
2012-10-16 12:32:52 +02:00
Fabien Meghazi e8c0f38927 [REM] Removed useless css class in res.partner kanban view
bzr revid: fme@openerp.com-20121016102229-c3slg9mogr04h822
2012-10-16 12:22:29 +02:00
niv-openerp 97cb5f4dc4 [FIX] small problems in dialog actions
bzr revid: nicolas.vanhoren@openerp.com-20121016095824-woasfpauu7unye5n
2012-10-16 11:58:24 +02:00
Fabien Meghazi 5a6158bb5f [FIX] Broken Dataset#unlink
bzr revid: fme@openerp.com-20121016093834-ulhdzbhvasw9msp5
2012-10-16 11:38:34 +02:00
niv-openerp 8743b1f85a [FIX] problem with field status
bzr revid: nicolas.vanhoren@openerp.com-20121016085249-2qpvp31br5kd4knk
2012-10-16 10:52:49 +02:00
niv-openerp 5d6fe5cf3a Merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121015091705-wih9n5lulr4fmu9t
bzr revid: nicolas.vanhoren@openerp.com-20121016084018-ckjvsczxc0qh02cg
2012-10-16 10:40:18 +02:00
niv-openerp ebe002fb42 Merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121015091656-5x8nxy3116y3q7jd
bzr revid: nicolas.vanhoren@openerp.com-20121016084001-mqzq3blhb78t9e7o
2012-10-16 10:40:01 +02:00
Christophe Matthieu 7084273c5c [IMP]mail, openchatter: read/unread
bzr revid: chm@openerp.com-20121016082718-j0vlptofi2w0hikw
2012-10-16 10:27:18 +02:00
Thibault Delavallée 971f1e9040 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20121016075748-x2kaetainnngc11v
2012-10-16 09:57:48 +02:00
Thibault Delavallée e72afca929 [CLEAN] mail_followers: cleaned set_message_read code.
bzr revid: tde@openerp.com-20121016075719-qba8zt9gp6lvwmpn
2012-10-16 09:57:19 +02:00
Thibault Delavallée 015c07bc6f [MERGE] Action counter: fixed the name of the filter automatically added when clicking on the counter. The filter name is statically defined as message_unread, and all modules using the need action mechanism should define this filter.
bzr revid: tde@openerp.com-20121016075230-r6zka92d3ty2t9ac
2012-10-16 09:52:30 +02:00
Thibault Delavallée 738724d81a [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20121016074614-bpa5fernlvppihue
2012-10-16 09:46:14 +02:00
Launchpad Translations on behalf of openerp daa7ed0fb5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121016044626-of314xq75au1bkdd
2012-10-16 04:46:26 +00:00