odoo/odoo.git
11 years ago[FIX] unfuck getting started rst
Xavier Morel [Fri, 16 Nov 2012 11:23:57 +0000 (12:23 +0100)]
[FIX] unfuck getting started rst

bzr revid: xmo@openerp.com-20121116112357-98gpqfyjlma3gf0b

11 years ago[IMP] web form: one2many_binary became many2many_binary
Christophe Matthieu [Fri, 16 Nov 2012 11:21:25 +0000 (12:21 +0100)]
[IMP] web form: one2many_binary became many2many_binary

bzr revid: chm@openerp.com-20121116112125-ze91rz2zveqzlz2g

11 years ago[MERGE] JS test framework + python runner
Xavier Morel [Fri, 16 Nov 2012 11:15:13 +0000 (12:15 +0100)]
[MERGE] JS test framework + python runner

bzr revid: xmo@openerp.com-20121116111513-kddq4tohsgaj3hub

11 years ago[FIX] mail.compose.message: files can be attach to a document and send by mail
Christophe Matthieu [Fri, 16 Nov 2012 11:12:26 +0000 (12:12 +0100)]
[FIX] mail.compose.message: files can be attach to a document and send by mail

bzr revid: chm@openerp.com-20121116111226-0xvb262et94k7omh

11 years ago[FIX] doc errors
Xavier Morel [Fri, 16 Nov 2012 11:10:43 +0000 (12:10 +0100)]
[FIX] doc errors

bzr revid: xmo@openerp.com-20121116111043-s0xuy1lya3am6tia

11 years ago[FIX] auth_oauth: use the right credentials when logging on the client database
Raphael Collet [Fri, 16 Nov 2012 10:58:20 +0000 (11:58 +0100)]
[FIX] auth_oauth: use the right credentials when logging on the client database

bzr revid: rco@openerp.com-20121116105820-420abdggm9lzx0pe

11 years ago[REM] test runner feature which probably caused more trouble than it caught
Xavier Morel [Fri, 16 Nov 2012 10:55:54 +0000 (11:55 +0100)]
[REM] test runner feature which probably caused more trouble than it caught

avoid catching exception in executed callback, it just hinders debugging by generated completely bonkers traces

bzr revid: xmo@openerp.com-20121116105554-hu45anetrj1a8tl6

11 years ago[REVERT] base_crypt: incorrect/unreviewed fix in rev 8058
Arnaud Pineux [Fri, 16 Nov 2012 10:52:31 +0000 (11:52 +0100)]
[REVERT] base_crypt: incorrect/unreviewed fix in rev 8058

bzr revid: odo@openerp.com-20121116105231-tujpbbhcd2g8xkfu

11 years ago[REVERT] unreviewed audittrail fix in previous rev
Arnaud Pineux [Fri, 16 Nov 2012 10:49:36 +0000 (11:49 +0100)]
[REVERT] unreviewed audittrail fix in previous rev

bzr revid: odo@openerp.com-20121116104936-t3k4051pe51gqds1

11 years ago[MERGE] audittrail: tentative (unreviewed) fix for bug 1055813
Arnaud Pineux [Fri, 16 Nov 2012 10:47:40 +0000 (11:47 +0100)]
[MERGE] audittrail: tentative (unreviewed) fix for bug 1055813

bzr revid: odo@openerp.com-20121116104740-bvumwe23oijir540

11 years ago[FIX] mail: fixed a bug when replying to a private message, leading to a non-existent...
Thibault Delavallée [Fri, 16 Nov 2012 10:21:43 +0000 (11:21 +0100)]
[FIX] mail: fixed a bug when replying to a private message, leading to a non-existent thread dataset. Should be mail.thread by default, only for the dataset, not anything else I think.

bzr revid: tde@openerp.com-20121116102143-jq2o0e5by76zv12w

11 years ago[FIX] deferred.pipe -> deferred.then
Xavier Morel [Fri, 16 Nov 2012 10:14:17 +0000 (11:14 +0100)]
[FIX] deferred.pipe -> deferred.then

bzr revid: xmo@openerp.com-20121116101417-mkcjrdtocl6w7408

11 years ago[MERGE] from trunk, fix/adapt some tests
Xavier Morel [Fri, 16 Nov 2012 10:08:40 +0000 (11:08 +0100)]
[MERGE] from trunk, fix/adapt some tests

bzr revid: xmo@openerp.com-20121116100840-yyr9b4oru3zdftld

11 years ago[IMP] test_exceptions/test_impex: added access rules.
Vo Minh Thu [Fri, 16 Nov 2012 10:05:05 +0000 (11:05 +0100)]
[IMP] test_exceptions/test_impex: added access rules.

bzr revid: vmt@openerp.com-20121116100505-9uakbl4klbkaz95k

11 years ago[IMP] crm: re-added message subtypes.
Thibault Delavallée [Fri, 16 Nov 2012 09:50:41 +0000 (10:50 +0100)]
[IMP] crm: re-added message subtypes.

bzr revid: tde@openerp.com-20121116095041-3tu0mqhzrgsfjaei

11 years ago[FIX] mail_thread: fixed calculation of message_unread: read field may be False or...
Thibault Delavallée [Fri, 16 Nov 2012 09:50:03 +0000 (10:50 +0100)]
[FIX] mail_thread: fixed calculation of message_unread: read field may be False or NULL.

bzr revid: tde@openerp.com-20121116095003-8bbfyyvlhzqehf6h

11 years ago[FIX] list button test: no call_button result now triggers an act_window_close
Xavier Morel [Fri, 16 Nov 2012 09:43:55 +0000 (10:43 +0100)]
[FIX] list button test: no call_button result now triggers an act_window_close

bzr revid: xmo@openerp.com-20121116094355-bsbxb0ufpjqx5j50

11 years ago[IMP] Added feature in the rpc() method to be able to perform a call without triggeri...
niv-openerp [Fri, 16 Nov 2012 09:42:00 +0000 (10:42 +0100)]
[IMP] Added feature in the rpc() method to be able to perform a call without triggering the loading messages.

bzr revid: nicolas.vanhoren@openerp.com-20121116094200-q4cby6jofcrk87hd

11 years ago[Merge] Audittrail
Arnaud Pineux [Fri, 16 Nov 2012 09:34:24 +0000 (10:34 +0100)]
[Merge] Audittrail

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

bzr revid: api@openerp.com-20121116093424-0k7d7we6vy9s6z9e

11 years ago[DOC] how to run tests 'offline' in phantomjs
Xavier Morel [Fri, 16 Nov 2012 09:33:42 +0000 (10:33 +0100)]
[DOC] how to run tests 'offline' in phantomjs

bzr revid: xmo@openerp.com-20121116093342-udc775t8cr5lgpst

11 years ago[Merge] Audittrail
Arnaud Pineux [Fri, 16 Nov 2012 09:30:06 +0000 (10:30 +0100)]
[Merge] Audittrail

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

bzr revid: api@openerp.com-20121116093006-no5lxfzm6ifmquxm

11 years ago[IMP] auth_oauth: refactor a bit method auth_oauth for reuse
Raphael Collet [Fri, 16 Nov 2012 09:26:12 +0000 (10:26 +0100)]
[IMP] auth_oauth: refactor a bit method auth_oauth for reuse

bzr revid: rco@openerp.com-20121116092612-x1mef7uvvl0cn5gp

11 years ago[FIX] audittrail
Arnaud Pineux [Fri, 16 Nov 2012 08:50:42 +0000 (09:50 +0100)]
[FIX] audittrail

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

bzr revid: api@openerp.com-20121116085042-v8q78tof9jyuec07

11 years ago[MERGE] web kanban: change css for remove hole in kanban view (float:left => display...
Christophe Matthieu [Fri, 16 Nov 2012 08:17:01 +0000 (09:17 +0100)]
[MERGE] web kanban: change css for remove hole in kanban view (float:left => display:inline-block)

bzr revid: chm@openerp.com-20121116081701-sz7cm35xxq94ftfn

11 years ago[FIX] mail, crm demo data: back to noupdate.
Thibault Delavallée [Fri, 16 Nov 2012 08:16:57 +0000 (09:16 +0100)]
[FIX] mail, crm demo data: back to noupdate.

bzr revid: tde@openerp.com-20121116081657-kyua3pggy84awx4p

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 16 Nov 2012 08:15:33 +0000 (09:15 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121116081533-k18e3rnl3u5mng06

11 years ago[ADD] program directive to doc
Xavier Morel [Fri, 16 Nov 2012 08:04:13 +0000 (09:04 +0100)]
[ADD] program directive to doc

bzr revid: xmo@openerp.com-20121116080413-dv4q0bj161a2psv4

11 years ago[REM] failing test code
Xavier Morel [Fri, 16 Nov 2012 07:37:38 +0000 (08:37 +0100)]
[REM] failing test code

committed by mistake

bzr revid: xmo@openerp.com-20121116073738-9f43bm0q6eojns3v

11 years ago[IMP] web test runner: pass execute's arguments to the function to avoid duplication
Xavier Morel [Fri, 16 Nov 2012 07:29:06 +0000 (08:29 +0100)]
[IMP] web test runner: pass execute's arguments to the function to avoid duplication

bzr revid: xmo@openerp.com-20121116072906-0di2j83p602a2l9i

11 years ago[IMP] setup & teardown of test runner
Xavier Morel [Fri, 16 Nov 2012 07:17:12 +0000 (08:17 +0100)]
[IMP] setup & teardown of test runner

simplify code and make setup & teardown processes more reliable

add testing.Stack tools which stacks promise-returning functions
around the actual promise-returning function to execute (the test case
itself).

testing.Stack returns an object with 3 methods, ``push([setup][,
teardown])``, ``unshift([setup][, teardown])`` and ``execute(fn,
*args)``. ``push`` and ``unshift`` create a new stack with the
provided setup and teardown added respectively at the top and bottom
of the stack.

``execute`` will walk the stack from bottom to top executing ``setup``
handlers (and waiting on their result), if all setup handlers execute
without failure the ``fn`` callback gets executed (and waited on) then
*all* ``teardown`` handlers are executed from top to bottom:

 |  setup
 |    setup
 |      setup
 |        setup
 |          fn
 |        teardown
 |      teardown
 |    teardown
 V  teardown

If a ``setup`` handler fails (the promise is rejected), teardowns will
start executing *from the previous level* (so the ``teardown``
matching the failed ``setup`` will *not* be run), but all
``teardowns`` below that will be run regardless, even if one fails the
next one will still be executed.

The stack will either ultimately return a promise rejection using the
*first* rejection it got (a rejection may be cascading, so the
rejection of a setup may also lead to or be linked to a teardown being
rejected later), or will return the resolution from ``fn``.

If ``execute`` is passed further arguments, those arguments will in
turn be forwarded to ``fn`` as well as all ``setup`` and ``teardown``
handlers.

bzr revid: xmo@openerp.com-20121116071712-zuld957icellezum

11 years ago[FIX] Doc compiled doesn't allow copy and paste, little fix to better use of docs
Nhomar Hernandez [Fri, 16 Nov 2012 04:51:12 +0000 (00:21 -0430)]
[FIX] Doc compiled doesn't allow copy and paste, little fix to better use of docs

bzr revid: nhomar@gmail.com-20121116045112-8xygt4bib72dd51v

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 16 Nov 2012 04:36:20 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121116043620-snye1y94q79vggx4

11 years ago[IMP] demo data
Fabien Pinckaers [Thu, 15 Nov 2012 22:27:51 +0000 (23:27 +0100)]
[IMP] demo data

bzr revid: fp@openerp.com-20121115222751-y25pkf50caeajwg1

11 years ago[IMP] demo data
Fabien Pinckaers [Thu, 15 Nov 2012 22:09:45 +0000 (23:09 +0100)]
[IMP] demo data

bzr revid: fp@openerp.com-20121115220945-fws0ue11f9d05ttj

11 years ago[IMP] dmeo data mail
Fabien Pinckaers [Thu, 15 Nov 2012 20:43:22 +0000 (21:43 +0100)]
[IMP] dmeo data mail

bzr revid: fp@openerp.com-20121115204322-w4ry0ky4cna5t96c

11 years agoimp
Fabien Pinckaers [Thu, 15 Nov 2012 19:51:03 +0000 (20:51 +0100)]
imp

bzr revid: fp@openerp.com-20121115195103-1b3v4quw0dllyyh1

11 years ago[IMP] better demo data
Fabien Pinckaers [Thu, 15 Nov 2012 19:48:17 +0000 (20:48 +0100)]
[IMP] better demo data

bzr revid: fp@openerp.com-20121115194817-7c8sbmqymczovcra

11 years ago[IMP] mail, crm: demo data largely updated.
Thibault Delavallée [Thu, 15 Nov 2012 18:26:41 +0000 (19:26 +0100)]
[IMP] mail, crm: demo data largely updated.

bzr revid: tde@openerp.com-20121115182641-99ndilbr5m4x1oft

11 years ago[FIX?] Probably fix something... ? See previous revision.
Fabien Meghazi [Thu, 15 Nov 2012 18:23:31 +0000 (19:23 +0100)]
[FIX?] Probably fix something... ? See previous revision.

bzr revid: fme@openerp.com-20121115182331-0vz3beb6x2od9xhs

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Thu, 15 Nov 2012 18:19:30 +0000 (19:19 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121115131824-60tl5f9hvxpca827
bzr revid: tde@openerp.com-20121115181930-ypj3zbdhg9bvcdf5

11 years ago[FIX] Broken kanban images
Fabien Meghazi [Thu, 15 Nov 2012 18:17:30 +0000 (19:17 +0100)]
[FIX] Broken kanban images

bzr revid: fme@openerp.com-20121115181730-plfvy8ok9uykvu97

11 years ago[FIX] fetchmail: incoming emails on res.users does not lead to a crash anymore, due...
Thibault Delavallée [Thu, 15 Nov 2012 17:54:04 +0000 (18:54 +0100)]
[FIX] fetchmail: incoming emails on res.users does not lead to a crash anymore, due to missing mail.thread methods in res.users. The partner is also correctly added in recipients.

bzr revid: tde@openerp.com-20121115175404-pflf7lf5s5spalbu

11 years ago[IMP] openerp logo img border 0 for IE
Fabien Meghazi [Thu, 15 Nov 2012 17:51:46 +0000 (18:51 +0100)]
[IMP] openerp logo img border 0 for IE

Can't merge nwi's branch right now so I do the bare minimum that hurts eyes

bzr revid: fme@openerp.com-20121115175146-5zn97xz8w3m5l5rx

11 years ago[IMP] Clean base.sass folding sections
Fabien Meghazi [Thu, 15 Nov 2012 17:36:14 +0000 (18:36 +0100)]
[IMP] Clean base.sass folding sections

bzr revid: fme@openerp.com-20121115173614-o5pchmm889yxz5cy

11 years ago[FIX] incomign email on a partner: fixed auto-inclusion of destination partner in...
Thibault Delavallée [Thu, 15 Nov 2012 17:18:30 +0000 (18:18 +0100)]
[FIX] incomign email on a partner: fixed auto-inclusion of destination partner in recipients.

bzr revid: tde@openerp.com-20121115171830-0el4jrt1gjmtrts1

11 years ago[MERGE]trunk-bug-1077138-dle fix web shortcut
Denis Ledoux dle@openerp.com [Thu, 15 Nov 2012 17:14:13 +0000 (18:14 +0100)]
[MERGE]trunk-bug-1077138-dle fix web shortcut

bzr revid: dle@openerp.com-20121115171413-18n22483nungxqda

11 years ago[FIX] make root menu links works
Christophe Simonis [Thu, 15 Nov 2012 17:12:01 +0000 (18:12 +0100)]
[FIX] make root menu links works

bzr revid: chs@openerp.com-20121115171201-76y7ul1jhjyi2e78

11 years ago[IMP] Centralized 'openerp' class on top level elements. Also add openerp_ie class...
Fabien Meghazi [Thu, 15 Nov 2012 16:41:32 +0000 (17:41 +0100)]
[IMP] Centralized 'openerp' class on top level elements. Also add openerp_ie class for MSIE

bzr revid: fme@openerp.com-20121115164132-i6a0u8zk3knm1zkv

11 years ago[FIX] base_import: added security csv file in __openerp__.py.
Vo Minh Thu [Thu, 15 Nov 2012 16:37:56 +0000 (17:37 +0100)]
[FIX] base_import: added security csv file in __openerp__.py.

bzr revid: vmt@openerp.com-20121115163756-vfocdshvwo524dya

11 years ago[IMP] fleet/porta/account_budget: removed some initialization warnings.
Vo Minh Thu [Thu, 15 Nov 2012 16:06:43 +0000 (17:06 +0100)]
[IMP] fleet/porta/account_budget: removed some initialization warnings.

bzr revid: vmt@openerp.com-20121115160643-lc0b07n6xiaq1rl3

11 years ago[IMP] loading: the warning about access rights give an example that can be copied.
Vo Minh Thu [Thu, 15 Nov 2012 16:06:11 +0000 (17:06 +0100)]
[IMP] loading: the warning about access rights give an example that can be copied.

bzr revid: vmt@openerp.com-20121115160611-9dkyx82d94pve2rx

11 years ago[FIX]Reload whole favorites (by rpc call) instead of adding the new one, otherwise...
Denis Ledoux dle@openerp.com [Thu, 15 Nov 2012 16:05:50 +0000 (17:05 +0100)]
[FIX]Reload whole favorites (by rpc call) instead of adding the new one, otherwise the name of the new starred item is not structured like the other ones

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

bzr revid: dle@openerp.com-20121115160550-p5kc3j8swxu3lfv0

11 years ago[FIX] fetchmail: fixed sending email on res.users aliases. This is done by using...
Thibault Delavallée [Thu, 15 Nov 2012 16:00:08 +0000 (17:00 +0100)]
[FIX] fetchmail: fixed sending email on res.users aliases. This is done by using the message_update method of the related partner.

bzr revid: tde@openerp.com-20121115160008-gpz50ryhdw7h3f8b

11 years ago[FIX]wrong out id when adding shortcut to system tray list
Denis Ledoux dle@openerp.com [Thu, 15 Nov 2012 15:57:08 +0000 (16:57 +0100)]
[FIX]wrong out id when adding shortcut to system tray list

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

bzr revid: dle@openerp.com-20121115155708-vbz1djvtp15dit78

11 years ago[FIX] crypt and openid
Arnaud Pineux [Thu, 15 Nov 2012 15:30:56 +0000 (16:30 +0100)]
[FIX] crypt and openid

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

bzr revid: api@openerp.com-20121115153056-ayj1do22pllon9ud

11 years ago[IMP] lunch: removed a few initialization warnings.
Vo Minh Thu [Thu, 15 Nov 2012 15:25:57 +0000 (16:25 +0100)]
[IMP] lunch: removed a few initialization warnings.

bzr revid: vmt@openerp.com-20121115152557-3lroffi0dtar3rs4

11 years ago[FIX] openID and Crypt
Arnaud Pineux [Thu, 15 Nov 2012 15:14:10 +0000 (16:14 +0100)]
[FIX] openID and Crypt

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

bzr revid: api@openerp.com-20121115151410-b2mey3wystp5zha0

11 years ago[FIX] manifest_glob return path with / for web part
Christophe Simonis [Thu, 15 Nov 2012 15:12:28 +0000 (16:12 +0100)]
[FIX] manifest_glob return path with / for web part

bzr revid: chs@openerp.com-20121115151228-xzrlpjxwkspf5fgz

11 years ago[FIX] For act window target new, always use a new dialog object
Fabien Meghazi [Thu, 15 Nov 2012 15:10:46 +0000 (16:10 +0100)]
[FIX] For act window target new, always use a new dialog object

Buttons footer hack in dialogs makes reusability of dialog impossible

bzr revid: fme@openerp.com-20121115151046-0r8xz85racjta7p3

11 years ago[FIX]
Arnaud Pineux [Thu, 15 Nov 2012 15:09:45 +0000 (16:09 +0100)]
[FIX]

bzr revid: api@openerp.com-20121115150945-6zf30o1hk56bv5sf

11 years ago[FIX] fleet: removed unexisting field.
Vo Minh Thu [Thu, 15 Nov 2012 14:55:47 +0000 (15:55 +0100)]
[FIX] fleet: removed unexisting field.

bzr revid: vmt@openerp.com-20121115145547-9f2y8nvh2d1qhjpn

11 years ago[FIX]7.0 bookmark module - not working correctly
Denis Ledoux dle@openerp.com [Thu, 15 Nov 2012 14:44:55 +0000 (15:44 +0100)]
[FIX]7.0 bookmark module - not working correctly

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

bzr revid: dle@openerp.com-20121115144455-gdpss6sp4ul5zut3

11 years ago[FIX] kanban view: Change css (float => inline-block) to avoid holes in the kanban...
Christophe Matthieu [Thu, 15 Nov 2012 14:30:59 +0000 (15:30 +0100)]
[FIX] kanban view: Change css (float => inline-block) to avoid holes in the kanban view

bzr revid: chm@openerp.com-20121115143059-13992jd2sxn9tr74

11 years ago[IMP] added a .ie class on <html> when using ie <= 9
Frédéric van der Essen [Thu, 15 Nov 2012 14:30:47 +0000 (15:30 +0100)]
[IMP] added a .ie class on <html> when using ie <= 9

bzr revid: fva@openerp.com-20121115143047-utonsnq0iadbvmyt

11 years ago[FIX] web form: one2many_binary accept the values like one2many field (ids, objects...
Christophe Matthieu [Thu, 15 Nov 2012 14:22:49 +0000 (15:22 +0100)]
[FIX] web form: one2many_binary accept the values like one2many field (ids, objects, tuple)

bzr revid: chm@openerp.com-20121115142249-jd3x25lmrtq6cf3f

11 years ago[FIX] compatibility between auth_openid and base_crypt
Arnaud Pineux [Thu, 15 Nov 2012 14:22:03 +0000 (15:22 +0100)]
[FIX] compatibility between auth_openid and base_crypt

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

bzr revid: api@openerp.com-20121115142203-13s6zw6yxpfkfzmj

11 years ago[FIX] compatibility between auth_openid and base_crypt
Arnaud Pineux [Thu, 15 Nov 2012 14:19:54 +0000 (15:19 +0100)]
[FIX] compatibility between auth_openid and base_crypt

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

bzr revid: api@openerp.com-20121115141954-axiv3hq7tg5jozox

11 years ago[FIX]
Vo Minh Thu [Thu, 15 Nov 2012 14:03:37 +0000 (15:03 +0100)]
[FIX]

Original location of the field has been changed. Maximum sales, events, and
fields. If not specified the Aformentioned fields runbot 'still doesn' t ' t
like it.

bzr revid: vmt@openerp.com-20121115140337-4tqplv17th4hs0l5

11 years ago[MERGE] from trunk
Christophe Matthieu [Thu, 15 Nov 2012 14:00:09 +0000 (15:00 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121115140009-s4uj0saecwtq19nx

11 years ago[IMP] web form: FieldOne2ManyBinaryMultiFiles no delete file on set value
Christophe Matthieu [Thu, 15 Nov 2012 13:59:04 +0000 (14:59 +0100)]
[IMP] web form: FieldOne2ManyBinaryMultiFiles no delete file on set value

bzr revid: chm@openerp.com-20121115135904-17rg7j5g8xu4rjvn

11 years ago[REM] mail.compose.wizard: remove unused body_text and content_subtype fields
Olivier Dony [Thu, 15 Nov 2012 13:56:34 +0000 (14:56 +0100)]
[REM] mail.compose.wizard: remove unused body_text and content_subtype fields

These fields were used in pre-7.0 to manage the plaintext variant of the
mail being composed, but as of 7.0 the composition wizard will always
use the HTML/Rich text mode, so they can be dropped.

bzr revid: odo@openerp.com-20121115135634-fcy6mexnctwg0nxb

11 years ago[MERGE] Sync with trunk
Olivier Dony [Thu, 15 Nov 2012 13:51:41 +0000 (14:51 +0100)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20121114172252-q1xj3hdugqhky532
bzr revid: odo@openerp.com-20121115135141-ia8uf5649rapj0v7

11 years ago[FIX] When action returns other value than an action, close current dialog if any
Fabien Meghazi [Thu, 15 Nov 2012 13:42:07 +0000 (14:42 +0100)]
[FIX] When action returns other value than an action, close current dialog if any

bzr revid: fme@openerp.com-20121115134207-n0q1vae1wuga5jc7

11 years ago[MERGE] Fixes some posting/email_template issues. Also cleans an old hack about res...
Thibault Delavallée [Thu, 15 Nov 2012 12:51:24 +0000 (13:51 +0100)]
[MERGE] Fixes some posting/email_template issues. Also cleans an old hack about res.users view redirected to its related res.partner.
Server-side:
- removed the hack about redirecting the user form view on its related partner form view
- added a simplified profile form view on the user, used for example to preview salesmen in opportunities

bzr revid: tde@openerp.com-20121115125124-rreg8bcim9nnauxr

11 years ago[MERGE] Fixes some posting/email_template issues. Also cleans an old hack about res...
Thibault Delavallée [Thu, 15 Nov 2012 12:51:13 +0000 (13:51 +0100)]
[MERGE] Fixes some posting/email_template issues. Also cleans an old hack about res.users view redirected to its related res.partner.
Addons-side:
- res.users wraps the 2 posting methods, because mailboxes are still related to the user, not the partner, due to some technical issues
- mail.compose.message using email_template: _reopen is back, as the spec of a wizard should be that hitting a button close it. Therefore _reopen is necessaru to reopen the wizard with its previous value, to continue working on it.

bzr revid: tde@openerp.com-20121115125113-oxn2vwunsvkinxkd

11 years ago[CLEAN] removed a commented statement, fixed a var name in js.é
Thibault Delavallée [Thu, 15 Nov 2012 12:49:31 +0000 (13:49 +0100)]
[CLEAN] removed a commented statement, fixed a var name in js.é

bzr revid: tde@openerp.com-20121115124931-w20igi8qk66uvnj0

11 years ago[FIX] test_db_cursor: explicitely close the cursor (without relying on __del__).
Vo Minh Thu [Thu, 15 Nov 2012 12:39:37 +0000 (13:39 +0100)]
[FIX] test_db_cursor: explicitely close the cursor (without relying on __del__).

bzr revid: vmt@openerp.com-20121115123937-keq4eb2a3n85x0rv

11 years ago[test]
Arnaud Pineux [Thu, 15 Nov 2012 12:38:51 +0000 (13:38 +0100)]
[test]

bzr revid: api@openerp.com-20121115123851-sza4b5u0bwxlvdct

11 years ago[TEST]
Arnaud Pineux [Thu, 15 Nov 2012 12:30:05 +0000 (13:30 +0100)]
[TEST]

bzr revid: api@openerp.com-20121115123005-0cwt6402sj1hbecm

11 years ago[IMP] web form: one2many_binary accept all values one2any and default values
Christophe Matthieu [Thu, 15 Nov 2012 12:28:34 +0000 (13:28 +0100)]
[IMP] web form: one2many_binary accept all values one2any and default values

bzr revid: chm@openerp.com-20121115122834-5vo00jagzvysti1a

11 years ago[REV] mail.compose.message using email_template: _reopen is back, as the spec of...
Thibault Delavallée [Thu, 15 Nov 2012 12:24:06 +0000 (13:24 +0100)]
[REV] mail.compose.message using email_template: _reopen is back, as the spec of a wizard should be that hitting a button close it. Therefore _reopen is necessaru to reopen the wizard with its previous value, to continue working on it.

bzr revid: tde@openerp.com-20121115122406-d88ozw5iclsqdyff

11 years ago[FIX] CrashManager do not have destroy() method
Christophe Simonis [Thu, 15 Nov 2012 12:03:31 +0000 (13:03 +0100)]
[FIX] CrashManager do not have destroy() method

bzr revid: chs@openerp.com-20121115120331-ltujwzobh19muygl

11 years ago[IMP] removing some warnings (those one are generated by tests).
Vo Minh Thu [Thu, 15 Nov 2012 11:59:16 +0000 (12:59 +0100)]
[IMP] removing some warnings (those one are generated by tests).

bzr revid: vmt@openerp.com-20121115115916-6i2ljxn7s9qz4rlv

11 years ago[IMP] removing some warnings (those one are generated by tests).
Vo Minh Thu [Thu, 15 Nov 2012 11:57:59 +0000 (12:57 +0100)]
[IMP] removing some warnings (those one are generated by tests).

bzr revid: vmt@openerp.com-20121115115759-toz6g9jcephwxmin

11 years ago[FIX]account_asset: fix problem when we validate the last depreciation line it was...
Cedric Snauwaert [Thu, 15 Nov 2012 11:04:48 +0000 (12:04 +0100)]
[FIX]account_asset: fix problem when we validate the last depreciation line it was closing the asset without checking if all depreciation lines was validated

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

bzr revid: csn@openerp.com-20121115110448-y0csyrbgpexam0kt

11 years ago[IMP] Inverting personnal tasks and notes importancies
Fabien Pinckaers [Thu, 15 Nov 2012 10:43:45 +0000 (11:43 +0100)]
[IMP] Inverting personnal tasks and notes importancies

bzr revid: fp@tinyerp.com-20121115104345-1dkpg3rrk2j84wnj

11 years ago[MERGE]merge with latest trunk
Cedric Snauwaert [Thu, 15 Nov 2012 10:41:06 +0000 (11:41 +0100)]
[MERGE]merge with latest trunk

bzr revid: csn@openerp.com-20121114150444-ln31zd8xviertuix
bzr revid: csn@openerp.com-20121114154440-v1bvkcv8e200pzk6
bzr revid: csn@openerp.com-20121115082548-2cglduje937vv96t
bzr revid: csn@openerp.com-20121115104106-4oop97qp93fcz47b

11 years ago[FIX] typo in a message
Fabien Pinckaers [Thu, 15 Nov 2012 10:39:47 +0000 (11:39 +0100)]
[FIX] typo in a message

bzr revid: fp@tinyerp.com-20121115103947-zre3ja8ghnojesd1

11 years ago[MERGE] Sync with trunk, because of the last fixes to have a green runbot.
Thibault Delavallée [Thu, 15 Nov 2012 10:38:16 +0000 (11:38 +0100)]
[MERGE] Sync with trunk, because of the last fixes to have a green runbot.

bzr revid: tde@openerp.com-20121115103816-8m7f0zxujczjwx2a

11 years ago[IMP] mail: merge the sent menu and the archives menu
Christophe Matthieu [Thu, 15 Nov 2012 10:36:24 +0000 (11:36 +0100)]
[IMP] mail: merge the sent menu and the archives menu

bzr revid: chm@openerp.com-20121115103624-ilkh0ys3w6a0t8f2

11 years ago[REM] Chatter: removed unused template in xml.
Thibault Delavallée [Thu, 15 Nov 2012 10:35:01 +0000 (11:35 +0100)]
[REM] Chatter: removed unused template in xml.

bzr revid: tde@openerp.com-20121115103501-wt837acx8kj1ycht

11 years ago[IMP] res_users: removed hack about redirecting the fields view get. Added a simplifi...
Thibault Delavallée [Thu, 15 Nov 2012 10:34:12 +0000 (11:34 +0100)]
[IMP] res_users: removed hack about redirecting the fields view get. Added a simplified contact form the the user, used for example when viewing a salesman profile.

bzr revid: tde@openerp.com-20121115103412-jl0o40t8d3d76ysd

11 years ago[IMP] web_linkedin: adapted to new linkedin api
niv-openerp [Thu, 15 Nov 2012 10:27:41 +0000 (11:27 +0100)]
[IMP] web_linkedin: adapted to new linkedin api

bzr revid: nicolas.vanhoren@openerp.com-20121115102741-9vzb8qprvrh1lsmz

11 years ago[FIX] mail: do not convert text on html when the user post a message with the widget...
Christophe Matthieu [Thu, 15 Nov 2012 10:25:22 +0000 (11:25 +0100)]
[FIX] mail: do not convert text on html when the user post a message with the widget to message_post_api

bzr revid: chm@openerp.com-20121115102522-sicesckcupbh1nnc

11 years ago[FIX] show of image groups
Fabien Pinckaers [Thu, 15 Nov 2012 10:25:22 +0000 (11:25 +0100)]
[FIX] show of image groups

bzr revid: fp@tinyerp.com-20121115102522-jquurlypugesxu1e

11 years ago[IMP] Add default filter on groups
Fabien Pinckaers [Thu, 15 Nov 2012 10:22:23 +0000 (11:22 +0100)]
[IMP] Add default filter on groups

bzr revid: fp@tinyerp.com-20121115102223-i2jgjkgqf9pxez08

11 years ago[FIX] project_issue: missing module prefix when updating project demo data
Olivier Dony [Thu, 15 Nov 2012 10:13:29 +0000 (11:13 +0100)]
[FIX] project_issue: missing module prefix when updating project demo data

Fixes test breakage by FP - commit 8045
revision-id: fp@openerp.com-20121114224452-4djljq2ny7f1lumx

bzr revid: odo@openerp.com-20121115101329-3d2epoctqwkq9mlq

11 years ago[MERGE] from trunk
Christophe Matthieu [Thu, 15 Nov 2012 10:10:56 +0000 (11:10 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121115101056-m96xojis7lky8xcn

11 years ago[MERGE] improved welcome messages and mail css
Fabien Pinckaers [Thu, 15 Nov 2012 10:07:40 +0000 (11:07 +0100)]
[MERGE] improved welcome messages and mail css

bzr revid: fp@tinyerp.com-20121115100740-3pbot8zfu64s4ods

11 years ago[IMP] mail: the placeholder of textarea on compose message can be custom with an...
Christophe Matthieu [Thu, 15 Nov 2012 10:05:42 +0000 (11:05 +0100)]
[IMP] mail: the placeholder of textarea on compose message can be custom with an attribute placeholder on the field

bzr revid: chm@openerp.com-20121115100542-7gigxjnxjloqt8ue