Commit Graph

63344 Commits

Author SHA1 Message Date
Fabien Pinckaers 1086c96272 fix
bzr revid: fp@openerp.com-20121112232043-igpq4xynsz2tg6xr
2012-11-13 00:20:43 +01:00
Fabien Pinckaers 79827cefd5 [FIX] group orders
bzr revid: fp@openerp.com-20121112231952-x2713c3gs0b5ikhp
2012-11-13 00:19:52 +01:00
Fabien Pinckaers 4b0b9a54bb [FIX] group follow buttons
bzr revid: fp@openerp.com-20121112231909-sjkldv9bplwphzh5
2012-11-13 00:19:09 +01:00
Fabien Pinckaers 87326d2564 fix
bzr revid: fp@openerp.com-20121112231512-q23jkuckdnglweeo
2012-11-13 00:15:12 +01:00
Fabien Pinckaers 569f64d45a [IMP] Messages -> MEssaging
bzr revid: fp@openerp.com-20121112230936-vazxpy35qoszz8vf
2012-11-13 00:09:36 +01:00
Fabien Pinckaers 5854861cf5 [IMP] mail group view
bzr revid: fp@openerp.com-20121112230418-nhvk886m3rzbglmg
2012-11-13 00:04:18 +01:00
Fabien Pinckaers 6e2f3e7b84 [IMP] join -> join group
bzr revid: fp@openerp.com-20121112225301-jovaktczma0vf6mh
2012-11-12 23:53:01 +01:00
Fabien Pinckaers c3148e3097 [IMP] mail group: CSS
bzr revid: fp@openerp.com-20121112225207-e55skxtvybgfe0x7
2012-11-12 23:52:07 +01:00
Fabien Pinckaers e64269daac imp
bzr revid: fp@openerp.com-20121112222119-r5j5xj55d5px114x
2012-11-12 23:21:19 +01:00
Fabien Pinckaers 52bd8f0ef8 imp
bzr revid: fp@openerp.com-20121112220332-mfvcak06div08y7c
2012-11-12 23:03:32 +01:00
Fabien Pinckaers c6bf8ae417 [IMP] CSS mail empty messages
bzr revid: fp@openerp.com-20121112220258-qpjp5tiuiueei7ts
2012-11-12 23:02:58 +01:00
Antony Lesuisse 14951003ab [FIX] crash on pop, keep lang as param for translation, session more important than cookie, remove premature optimization
bzr revid: al@openerp.com-20121112211650-0ud0cq8vdtdwcmca
2012-11-12 22:16:50 +01:00
Fabien Pinckaers ccc8069a4c [IMP] style of empty mail boxes
bzr revid: fp@tinyerp.com-20121112183919-oh8ccaz2w3nnvf2h
2012-11-12 19:39:19 +01:00
Christophe Simonis fa16b8910e [ADD] req.lang property to get preferred lang for the current request
bzr revid: chs@openerp.com-20121112181033-b17zj2io47me04kk
2012-11-12 19:10:33 +01:00
Fabien Meghazi 40734fc4c4 [FIX] Third part of bug#1077858 : Error in list view when displaying non saved o2m item with binary field
lp bug: https://launchpad.net/bugs/1077858 fixed

bzr revid: fme@openerp.com-20121112172541-n312hzvsqcr78jeh
2012-11-12 18:25:41 +01:00
Fabien Meghazi cd4c3c61ff [FIX] Listview does not handle base64 value for binary fields
lp bug: https://launchpad.net/bugs/1077858 fixed

bzr revid: fme@openerp.com-20121112171128-a1aoq2q4fma6fpxc
2012-11-12 18:11:28 +01:00
Olivier Dony c74e620701 [FIX] account: incorrect usage of browse_record in fix for accounting reports merged by fp in revision 8001
The browse_record was being passed instead of its ID in the
search domain. Also cleaned up the useless `for` loop.

bzr revid: odo@openerp.com-20121112164733-n2uafcrfgux1awl8
2012-11-12 17:47:33 +01:00
Olivier Dony 9824e0e19f [FIX] account: incorrect active_id context passed in tests of generic accounting reports
The reports only expects to get active_ids that correspond
to accounting report wizards

bzr revid: odo@openerp.com-20121112164348-3f580q3hywoiy7l0
2012-11-12 17:43:48 +01:00
Xavier Morel f92ce52ff6 [MERGE] default filters in searchview, by user and global
bzr revid: xmo@openerp.com-20121112164210-oywrc8516bb3xjg8
2012-11-12 17:42:10 +01:00
Xavier Morel 9e11c51843 [MERGE] from trunk
bzr revid: xmo@openerp.com-20121112164136-sfyfxdcjx3ps086b
2012-11-12 17:41:36 +01:00
Xavier Morel 657c46172c [IMP] add class to default custom filters so they can be styled specifically
bzr revid: xmo@openerp.com-20121112162430-uvu43f01egyp0piw
2012-11-12 17:24:30 +01:00
Fabien Meghazi a0c3b3664a [FIX] Fixes first part of bug#1077858
lp bug: https://launchpad.net/bugs/1077858 fixed

bzr revid: fme@openerp.com-20121112155332-eshqtkk5grn22tqm
2012-11-12 16:53:32 +01:00
Thibault Delavallée 1752838ccf [MERGE] Merged a Mail update
- fix of the behavior of the mailboxes, now more closely related to a todo-list
- some code optimization to lessen the number of queries when displaying messages or for list view using the message_unread field
- code update of chatter (mail.js)
- added some demo data

bzr revid: tde@openerp.com-20121112155148-ktljqs3w58cvsk6r
2012-11-12 16:51:48 +01:00
Thibault Delavallée 4e688bb8c7 [MERGE] Merged a Mail update
This web revision adds a resize key in the attachment controler to receive resized image when accessing some attachments. This is used for the preview in Chatter, to avoid pre-visualizing the whole images.

bzr revid: tde@openerp.com-20121112154956-w4iyroc3hfmxn9l0
2012-11-12 16:49:56 +01:00
Xavier Morel 7e6c3be96f [FIX] check default filter in drawer
bzr revid: xmo@openerp.com-20121112154815-e9a8dn5gwqyi7s80
2012-11-12 16:48:15 +01:00
Christophe Matthieu 99525e3a54 [FIX] mail: partner avatar is email_icon when there are no partner or partner_id is null
bzr revid: chm@openerp.com-20121112152753-houzjde3x8jfwtks
2012-11-12 16:27:53 +01:00
Thibault Delavallée 65e46e1826 [TMP] Commented buggy addition of FP in trunk, to test the branch.
bzr revid: tde@openerp.com-20121112152718-1srt8ej6dxvxoso4
2012-11-12 16:27:18 +01:00
Fabien Meghazi 29578e1748 [FIX] dhtmlx scheduler raises an exception when double clicking some of its dom elements.
lp bug: https://launchpad.net/bugs/1075551 fixed

bzr revid: fme@openerp.com-20121112151131-zw01nh86asqyl7ll
2012-11-12 16:11:31 +01:00
Xavier Morel 06bcfd27fc [FIX] editable listview @on_write handling in case of @colors
the onwrite handler created an "empty" record with no field value
whatsoever, which'd blow up in the py evaluator. As during creation
(edition of a record where all fields are empty) create a record where
all fields are set to ``false`` so rendering works correctly, and wait
for content refresh to get correct data.

Also added a test for @on_write

bzr revid: xmo@openerp.com-20121112150526-vrr66ms95qbuoped
2012-11-12 16:05:26 +01:00
Thibault Delavallée 8f2663415d [MERGE] Sync with trunk to have last fixes, avoiding red runbot on trunk.
bzr revid: tde@openerp.com-20121112144109-1k1mlongukdgpdpa
2012-11-12 15:41:09 +01:00
Fabien Meghazi d5996402a4 [FIX] Kanban many2many tags post processing
bzr revid: fme@openerp.com-20121112143958-y1zoo0dpm5caabv2
2012-11-12 15:39:58 +01:00
Olivier Dony 66c2170173 [FIX] sale: fix typo introduced in untested fix for translating sale order lines notes
Would not have happened if old code was not reusing the same
variable for holding different types, and breaking other best practices.

bzr revid: odo@openerp.com-20121112143834-cjjzsrz2ah3l7mwd
2012-11-12 15:38:34 +01:00
Christophe Matthieu bdd63d3feb [IMP] mail: demo data for video presentation
bzr revid: chm@openerp.com-20121112143501-lrrrv434h2la335b
2012-11-12 15:35:01 +01:00
Christophe Matthieu 52ea928041 [FIX] mail: suppress id on expandable message, for not mark message as read/unread when the message is not loaded
bzr revid: chm@openerp.com-20121112143431-ybztdpcdacvfm293
2012-11-12 15:34:31 +01:00
Olivier Dony 94115788e2 [FIX] document_webdav: language field on res.user is just `lang` in 7.0, fix untested fp merge
bzr revid: odo@openerp.com-20121112142620-zy2d1y8o4oj3zbud
2012-11-12 15:26:20 +01:00
Thibault Delavallée 85bd9fb3c5 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121112140437-tuhsce6axjt6vgnu
2012-11-12 15:04:37 +01:00
Thibault Delavallée 0e2a8ad21f [IMP] mail_message: added some indexes and explanations in the model fields.
bzr revid: tde@openerp.com-20121112140408-c3v4bb4gm5i2yl5e
2012-11-12 15:04:08 +01:00
Fabien Pinckaers 78d03526d1 [MERGE] claims fix
bzr revid: fp@tinyerp.com-20121112133031-b53k77h9pt6miuv3
2012-11-12 14:30:31 +01:00
Fabien Pinckaers b5776d36bc [MERGE] copy of sale order when cancelled
bzr revid: fp@tinyerp.com-20121112132854-09733v3onwq9uhwg
2012-11-12 14:28:54 +01:00
Fabien Pinckaers ecc80379d6 [MERGE] HR fpi
bzr revid: fp@tinyerp.com-20121112132649-xplm23hbgq0r6zzk
2012-11-12 14:26:49 +01:00
Thibault Delavallée 2c38ef053e [IMP] mail_notification: added some indexes.
bzr revid: tde@openerp.com-20121112131759-1jzo3ff5r1tfghus
2012-11-12 14:17:59 +01:00
RGA(OpenERP) c3c80a8534 [IMP] hr form view
bzr revid: rgaopenerp-20121112131153-6m57anbceq2g2mbw
2012-11-12 18:41:53 +05:30
Thibault Delavallée 7b4f7d0d19 [FIX] [IMP] [OPTI] mail_thread: optimized _get_message_data to lessen the display time of heavy list views.
bzr revid: tde@openerp.com-20121112131051-seci8tw9156iyjxz
2012-11-12 14:10:51 +01:00
Xavier Morel e001c965a5 [REM] unused import controller
bzr revid: xmo@openerp.com-20121112124904-4ubf9d17d2whq1ln
2012-11-12 13:49:04 +01:00
Olivier Dony 2a1381a8af [FIX] orm: make sure superuser mode always bypasses access rules filtering - one case was not covered after recent refactoring
Caused by refactoring in rev.4200
revid:odo@openerp.com-20120618094327

bzr revid: odo@openerp.com-20121112120453-axiul7k6y0o67hgb
2012-11-12 13:04:53 +01:00
RGA(OpenERP) 094e7afd2e Merge with trunk
bzr revid: rgaopenerp-20121112105449-5fcegnluo0nwkb75
2012-11-12 16:24:49 +05:30
Thibault Delavallée e45a70df87 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121112105022-lnr1cx6mmxlertoe
2012-11-12 11:50:22 +01:00
Thibault Delavallée 4ca42f9968 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121112104931-jvcn0853jx08do7n
2012-11-12 11:49:31 +01:00
Fabien Pinckaers f033fddba0 [MERGE] 30 merge props
bzr revid: fp@tinyerp.com-20121112104524-ytd1d0c4tz0fbd01
2012-11-12 11:45:24 +01:00
Fabien Pinckaers 761b2805d9 [MERGE] fix picking type for chained locations
bzr revid: fp@tinyerp.com-20121112103147-jgk2040q1ny35o95
2012-11-12 11:31:47 +01:00