odoo/odoo.git
11 years ago[IMP] mail_followers: moved email creation for emails send for notification into...
Thibault Delavallée [Fri, 24 Aug 2012 16:10:38 +0000 (18:10 +0200)]
[IMP] mail_followers: moved email creation for emails send for notification into a dedicated method; updated subject and body creation (added default subject, added signature on body).

bzr revid: tde@openerp.com-20120824161038-vhylgsify9f9xder

11 years ago[IMP] mail_mail: re-instaured body_alternative, using html2plaintext of tools. Remove...
Thibault Delavallée [Fri, 24 Aug 2012 16:09:36 +0000 (18:09 +0200)]
[IMP] mail_mail: re-instaured body_alternative, using html2plaintext of tools. Removed some dead imports.

bzr revid: tde@openerp.com-20120824160936-n3fehtgf4f2k0dkn

11 years ago[IMP] Remove some warnings about: alias_force_id -> alias_force_thread_id; type set...
Thibault Delavallée [Fri, 24 Aug 2012 14:31:12 +0000 (16:31 +0200)]
[IMP] Remove some warnings about: alias_force_id -> alias_force_thread_id; type set in view that is not necessayr anymore.

bzr revid: tde@openerp.com-20120824143112-krho3ahvklxcod29

11 years ago[REF] crm_partner_assign: refactored code a bit, following cleaning of mail, because...
Thibault Delavallée [Fri, 24 Aug 2012 14:20:00 +0000 (16:20 +0200)]
[REF] crm_partner_assign: refactored code a bit, following cleaning of mail, because it inherit from mail.compose.message. Removed send_to field, as the new composer is based on partners and simplify this wizard; removed a lot of code about setting email_from, email_to, ... because this should be managed by the other layers of the mail module. Cleaned the code in a more general way to remove weird things. Updated releveant form view, especially about context on Forward button, and the form view of the wizard that has been much simplified.

bzr revid: tde@openerp.com-20120824142000-0jbgvgdiip5475yp

11 years ago[IMP] [FIX] crm_partner_assign: as it inherits from mail.compose.message, updated...
Thibault Delavallée [Fri, 24 Aug 2012 12:29:28 +0000 (14:29 +0200)]
[IMP] [FIX] crm_partner_assign: as it inherits from mail.compose.message, updated the form view to avoid crashe; updated mail.compose.message composition mode, that is now an updatable selection field. crm_partner_assign will habe to be massively cleaned with the new mail module.

bzr revid: tde@openerp.com-20120824122928-dof1y1uxv3lkiwly

11 years ago[FIX] marketing_campaign: make tests pass again, move partner resolution to mail_comp...
Olivier Dony [Fri, 24 Aug 2012 12:01:02 +0000 (14:01 +0200)]
[FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message

email_template's job is to generate a mail.mail record, but it
does not care about linking it automatically to a partner
(and certainly not creating new partners) as this must be
usable for mass mailing and for marketing campaign,
and we don't want to pollute the partners database with
possibly thousands of partially fake emails

bzr revid: odo@openerp.com-20120824120102-jycs8x4vkxdmrvge

11 years ago[IMP] mail.compose.message: cascade delete attachments upon vacuum-clean
Olivier Dony [Fri, 24 Aug 2012 11:23:12 +0000 (13:23 +0200)]
[IMP] mail.compose.message: cascade delete attachments upon vacuum-clean

bzr revid: odo@openerp.com-20120824112312-zs5raruc4qdprlnp

11 years ago[FIX] email_template: fixed inherited view.
Thibault Delavallée [Fri, 24 Aug 2012 10:38:45 +0000 (12:38 +0200)]
[FIX] email_template: fixed inherited view.

bzr revid: tde@openerp.com-20120824103845-7g1jzgtcctry6nod

11 years ago[FIX] mail_followers: when sending the notification email, it could be interesting...
Thibault Delavallée [Fri, 24 Aug 2012 10:04:51 +0000 (12:04 +0200)]
[FIX] mail_followers: when sending the notification email, it could be interesting to have something in the body. Well, receiving void emails ensure that your spam is not a time-consuming one, but I am not sure this was the intended purpose.

bzr revid: tde@openerp.com-20120824100451-82crb3j7i0ki2h9h

11 years ago[TOCHECK] crm_lead: commented statemetns that make no sense abotu changing partner...
Thibault Delavallée [Fri, 24 Aug 2012 10:03:35 +0000 (12:03 +0200)]
[TOCHECK] crm_lead: commented statemetns that make no sense abotu changing partner of emails when converting a lead into an oportunity.

bzr revid: tde@openerp.com-20120824100335-1kso3qphdh8piq32

11 years ago[FIX] Fixed last commit (forgotten a ','), fixed demo data about non-existing fields.
Thibault Delavallée [Fri, 24 Aug 2012 10:02:05 +0000 (12:02 +0200)]
[FIX] Fixed last commit (forgotten a ','), fixed demo data about non-existing fields.

bzr revid: tde@openerp.com-20120824100205-nm4vjw13qx363cb5

11 years ago[FIX] crm_forward_to_partner: to_email is now tools.email_split.
Thibault Delavallée [Fri, 24 Aug 2012 09:31:30 +0000 (11:31 +0200)]
[FIX] crm_forward_to_partner: to_email is now tools.email_split.

bzr revid: tde@openerp.com-20120824093130-e24hm16pq14x84zb

11 years ago[FIX] mail_mail: temp fix, commented headers propagation; mail_followers: send emails...
Thibault Delavallée [Fri, 24 Aug 2012 08:53:42 +0000 (10:53 +0200)]
[FIX] mail_mail: temp fix, commented headers propagation; mail_followers: send emails accordign to email preferences was not correct.

bzr revid: tde@openerp.com-20120824085342-aa9s1ojl2j3v85fk

11 years ago[MERGE] crm: cherry-pick of mass conversion improvements from 6.1
Olivier Dony [Thu, 23 Aug 2012 20:06:29 +0000 (22:06 +0200)]
[MERGE] crm: cherry-pick of mass conversion improvements from 6.1

This corresponds to rev.6762 from 6.1, which includes a lot
of fixes related to mass conversions, and is completely
related to the kind of fixes currently done for crm during
the mail refactoring.
This should not break crm more than it is already in this branch.

bzr revid: odo@openerp.com-20120823200629-1m1eym62l7aabzgl

11 years ago[FIX] crm: fix some missing bits after the big refactoring
Olivier Dony [Thu, 23 Aug 2012 19:31:30 +0000 (21:31 +0200)]
[FIX] crm: fix some missing bits after the big refactoring

bzr revid: odo@openerp.com-20120823193130-4u42mhyih43k32nb

11 years ago[FIX] mail: make message_process/parse work, restore attachment_ids m2m on mail.messa...
Olivier Dony [Thu, 23 Aug 2012 18:54:43 +0000 (20:54 +0200)]
[FIX] mail: make message_process/parse work, restore attachment_ids m2m on mail.message, various lint cleanup

bzr revid: odo@openerp.com-20120823185443-zsnm6g14r6e42y3i

11 years ago[REF] [TEST] mail: cleaned the way followers are added to a message partner_ids ...
Thibault Delavallée [Thu, 23 Aug 2012 18:06:48 +0000 (20:06 +0200)]
[REF] [TEST] mail: cleaned the way followers are added to a message partner_ids (done in notify in mail.message) and the way emails are send (done in notify in mail.followers). Composition wizard override mail_message.notify to avoid having partners and sending emails. Also added tests that helped finding some bugs, that will be cleaned tomorrow.

bzr revid: tde@openerp.com-20120823180648-8xpu8qyf7qr6azc2

11 years agoimp_demo
Fabien Pinckaers [Thu, 23 Aug 2012 16:16:55 +0000 (18:16 +0200)]
imp_demo

bzr revid: fp@tinyerp.com-20120823161655-z823jx02ymg4kmky

11 years ago[IMP] blue color on unread messages
Fabien Pinckaers [Thu, 23 Aug 2012 16:04:16 +0000 (18:04 +0200)]
[IMP] blue color on unread messages

bzr revid: fp@tinyerp.com-20120823160416-23a11k1ivu2md34v

11 years agofix
Fabien Pinckaers [Thu, 23 Aug 2012 15:57:47 +0000 (17:57 +0200)]
fix

bzr revid: fp@tinyerp.com-20120823155747-0ysezcil7hcy1sv0

11 years ago[FIX] mail.js: fixed do_action of Wall.
Thibault Delavallée [Thu, 23 Aug 2012 15:02:29 +0000 (17:02 +0200)]
[FIX] mail.js: fixed do_action of Wall.

bzr revid: tde@openerp.com-20120823150229-7vp9hbfb80bo29xf

11 years agofix
Fabien Pinckaers [Thu, 23 Aug 2012 14:26:22 +0000 (16:26 +0200)]
fix

bzr revid: fp@tinyerp.com-20120823142622-8dsevh9eqarj1nht

11 years ago[CLEAN] mail_group: small cleaning in comments; write before subscribing.
Thibault Delavallée [Thu, 23 Aug 2012 13:45:08 +0000 (15:45 +0200)]
[CLEAN] mail_group: small cleaning in comments; write before subscribing.

bzr revid: tde@openerp.com-20120823134508-3d1yawov0lv87jx5

11 years ago[CLEAN] mail: res_partner: removed dead code. Also fixe da typo in mail tests.
Thibault Delavallée [Thu, 23 Aug 2012 13:11:44 +0000 (15:11 +0200)]
[CLEAN] mail: res_partner: removed dead code. Also fixe da typo in mail tests.

bzr revid: tde@openerp.com-20120823131144-xbryqdesfw5ix8y9

11 years ago[TEST] mail: added tests for the many2many modified field used for follower_ids....
Thibault Delavallée [Thu, 23 Aug 2012 12:25:37 +0000 (14:25 +0200)]
[TEST] mail: added tests for the many2many modified field used for follower_ids. Added tests for the subscriber API.

bzr revid: tde@openerp.com-20120823122537-g0m5jtkq67jhuone

11 years ago[IMP] mail_thread: message_follower_ids: simplified message_subscribe code, now that...
Thibault Delavallée [Thu, 23 Aug 2012 12:24:26 +0000 (14:24 +0200)]
[IMP] mail_thread: message_follower_ids: simplified message_subscribe code, now that we use the many2many modified field. Subscrubing is now a simple write on the field.

bzr revid: tde@openerp.com-20120823122426-o08nh8gxx93kizjl

11 years ago[REV] mail_thread: many2many_reference is back for message_follower_ids. Tests will...
Thibault Delavallée [Thu, 23 Aug 2012 09:59:20 +0000 (11:59 +0200)]
[REV] mail_thread: many2many_reference is back for message_follower_ids. Tests will come to test this field effectively works as required.

bzr revid: tde@openerp.com-20120823095920-n7k7aarl14fvw1j9

11 years ago[FIX] mail.thread make body an optional keywarg, so it can be passed via **args ...
Olivier Dony [Wed, 22 Aug 2012 19:16:30 +0000 (21:16 +0200)]
[FIX] mail.thread make body an optional keywarg, so it can be passed via **args - should always be explicitly specified

bzr revid: odo@openerp.com-20120822191630-55anhcuu0l1j0ioq

11 years ago[FIX] email_template: fix invalid _rec_name
Olivier Dony [Wed, 22 Aug 2012 18:48:56 +0000 (20:48 +0200)]
[FIX] email_template: fix invalid _rec_name

bzr revid: odo@openerp.com-20120822184856-ye5ff2wzvte0qgwr

11 years ago[IMP] mail.js: Hide in wall now sets the notification as read. Added server code...
Thibault Delavallée [Wed, 22 Aug 2012 17:23:46 +0000 (19:23 +0200)]
[IMP] mail.js: Hide in wall now sets the notification as read. Added server code to handle the client-side link. Also fixed composer, when replying to an email. Began to propagate the use of context for some values instead of everything in options, in js code.

bzr revid: tde@openerp.com-20120822172346-zih62h6wgrev22cd

11 years ago[IMP] fixed size
Fabien Pinckaers [Wed, 22 Aug 2012 16:38:24 +0000 (18:38 +0200)]
[IMP] fixed size

bzr revid: fp@tinyerp.com-20120822163824-t3lj4rjt2mvnp74v

11 years ago[IMP] [CLEAN] [WIP] composer: cleaning of the server-side code. It now relies less...
Thibault Delavallée [Wed, 22 Aug 2012 16:21:51 +0000 (18:21 +0200)]
[IMP] [CLEAN] [WIP] composer: cleaning of the server-side code. It now relies less on context keys and values; some fields have been added to manage the composition mode, model, res_id and message_id as a classic form. Updated form view, with invisible fields, to have those value accessible and modifiable through onchange or through JS. Updated JS-part of the composer to handle the new composer; less options, less logic client-side ! Still not finished, short in time today (have to check mass_mail, templates).

bzr revid: tde@openerp.com-20120822162151-n9o23ik0v45h7v6j

11 years ago[FIX]
Fabien Pinckaers [Wed, 22 Aug 2012 16:13:15 +0000 (18:13 +0200)]
[FIX]

bzr revid: fp@tinyerp.com-20120822161315-n1uwcxevdo18elkb

11 years ago[FIX] needaction ok for crm
Fabien Pinckaers [Wed, 22 Aug 2012 15:59:54 +0000 (17:59 +0200)]
[FIX] needaction ok for crm

bzr revid: fp@tinyerp.com-20120822155954-8ix4op6hj5e5hzi5

11 years ago[IMP] needaction after mail.thread
Fabien Pinckaers [Wed, 22 Aug 2012 15:31:45 +0000 (17:31 +0200)]
[IMP] needaction after mail.thread

bzr revid: fp@tinyerp.com-20120822153145-g7xopqq7oje7y60c

11 years agomerge_trunk
Fabien Pinckaers [Wed, 22 Aug 2012 13:37:42 +0000 (15:37 +0200)]
merge_trunk

bzr revid: fp@tinyerp.com-20120822133742-yx81c62bux28wruy

11 years agofix
Fabien Pinckaers [Wed, 22 Aug 2012 13:37:23 +0000 (15:37 +0200)]
fix

bzr revid: fp@tinyerp.com-20120822133723-k5r76cty7dej5kjh

11 years ago[FIX] mail: make basic mail tests pass again, remove useless/dead test code
Olivier Dony [Wed, 22 Aug 2012 13:30:28 +0000 (15:30 +0200)]
[FIX] mail: make basic mail tests pass again, remove useless/dead test code

bzr revid: odo@openerp.com-20120822133028-hms3xfhibhn1j38l

11 years ago[FIX] remove empty modules
Christophe Simonis [Wed, 22 Aug 2012 13:23:41 +0000 (15:23 +0200)]
[FIX] remove empty modules

bzr revid: chs@openerp.com-20120822132341-s2t6euk09e9v85i0

11 years ago[FIX] mail: more typos
Olivier Dony [Wed, 22 Aug 2012 12:49:43 +0000 (14:49 +0200)]
[FIX] mail: more typos

bzr revid: odo@openerp.com-20120822124943-2ixd2vbbug38tfb2

11 years ago[FIX] mail: more typos
Olivier Dony [Wed, 22 Aug 2012 12:43:07 +0000 (14:43 +0200)]
[FIX] mail: more typos

bzr revid: odo@openerp.com-20120822124307-qnwx6nk66msz01jx

11 years ago[FIX] mail: typo
Olivier Dony [Wed, 22 Aug 2012 12:38:58 +0000 (14:38 +0200)]
[FIX] mail: typo

bzr revid: odo@openerp.com-20120822123858-e3alagahniwbdpgz

11 years ago[FIX] remove loggging for test "test_out_of_range" of "test_impex" module
Christophe Simonis [Wed, 22 Aug 2012 12:21:23 +0000 (14:21 +0200)]
[FIX] remove loggging for test "test_out_of_range" of "test_impex" module

bzr revid: chs@openerp.com-20120822122123-h3zmh55aw7zwtep4

11 years ago[IMP] tools.misc.mute_logger can now be used as decorator
Christophe Simonis [Wed, 22 Aug 2012 12:20:13 +0000 (14:20 +0200)]
[IMP] tools.misc.mute_logger can now be used as decorator

bzr revid: chs@openerp.com-20120822122013-9uxjwr9oqohseton

11 years ago[FIX] mail: unify message_post calls, fix typos, various lint cleanup
Olivier Dony [Wed, 22 Aug 2012 11:34:39 +0000 (13:34 +0200)]
[FIX] mail: unify message_post calls, fix typos, various lint cleanup

bzr revid: odo@openerp.com-20120822113439-aoy7v4njs6o34tu5

11 years ago[IMP] remove unwanted log in test
Christophe Simonis [Wed, 22 Aug 2012 11:06:04 +0000 (13:06 +0200)]
[IMP] remove unwanted log in test

bzr revid: chs@openerp.com-20120822110604-il0sxlvf592wasur

11 years ago[IMP] mail_thread: message_is_follower field is now calculated with other functional...
Thibault Delavallée [Wed, 22 Aug 2012 11:03:13 +0000 (13:03 +0200)]
[IMP] mail_thread: message_is_follower field is now calculated with other functional fields (message_summary and message_read). Cleaned message_subscribe and message_unsubscribe. Added deletion of followers when unlinking a record. Propagated change in mail_group view.

bzr revid: tde@openerp.com-20120822110313-is3p1h4s2e8c4hbm

11 years ago[FIX] mail.js: fixed a wrong var name.
Thibault Delavallée [Wed, 22 Aug 2012 11:00:57 +0000 (13:00 +0200)]
[FIX] mail.js: fixed a wrong var name.

bzr revid: tde@openerp.com-20120822110057-1dqo701k2lmpmoxo

11 years ago[FIX] sequence testing
Christophe Simonis [Wed, 22 Aug 2012 10:55:52 +0000 (12:55 +0200)]
[FIX] sequence testing

bzr revid: chs@openerp.com-20120822105552-ieex9esjg5wwke8q

11 years ago[IMP] res_users in mail: use message_subscribe, as we already have a browse in create...
Thibault Delavallée [Wed, 22 Aug 2012 10:13:33 +0000 (12:13 +0200)]
[IMP] res_users in mail: use message_subscribe, as we already have a browse in create_welcome_message, that I moved to create.

bzr revid: tde@openerp.com-20120822101333-clct0k4o0pu9r2ix

11 years ago[CLEAN] mail.followers widget: removed unnecessary code about showing/hiding follower...
Thibault Delavallée [Wed, 22 Aug 2012 10:12:51 +0000 (12:12 +0200)]
[CLEAN] mail.followers widget: removed unnecessary code about showing/hiding followers (always show); updated calls to subscription API, using .._users. Updated widget.params to widget.options.

bzr revid: tde@openerp.com-20120822101251-sdnknsgfexkpljdh

11 years ago[IMP] yaml import: log as TEST only for test files
Christophe Simonis [Wed, 22 Aug 2012 10:11:56 +0000 (12:11 +0200)]
[IMP] yaml import: log as TEST only for test files

bzr revid: chs@openerp.com-20120822101156-v5w2kljumas2cyq0

11 years ago[IMP] log exceptions as exceptions
Christophe Simonis [Wed, 22 Aug 2012 10:11:17 +0000 (12:11 +0200)]
[IMP] log exceptions as exceptions

bzr revid: chs@openerp.com-20120822101117-qoahu73ix8fcmcim

11 years ago[MERGE] merge the branch of the point_of_sale
Stephane Wirtel [Wed, 22 Aug 2012 09:32:23 +0000 (11:32 +0200)]
[MERGE] merge the branch of the point_of_sale

bzr revid: stw@openerp.com-20120822093223-sdf72z5vhw2cejac

11 years ago[FIX] typo
niv-openerp [Wed, 22 Aug 2012 09:20:41 +0000 (11:20 +0200)]
[FIX] typo

bzr revid: nicolas.vanhoren@openerp.com-20120822092041-gl3dazdit50h7u3y

11 years ago[FIX] web_linkedin: rare case when linkedin returns an useless people information
niv-openerp [Wed, 22 Aug 2012 09:17:59 +0000 (11:17 +0200)]
[FIX] web_linkedin: rare case when linkedin returns an useless people information

bzr revid: nicolas.vanhoren@openerp.com-20120822091759-mnvq11xwvxvmv6d3

11 years ago[IMP] web_linkedin: changed way people and companies are presented
niv-openerp [Wed, 22 Aug 2012 09:10:13 +0000 (11:10 +0200)]
[IMP] web_linkedin: changed way people and companies are presented

bzr revid: nicolas.vanhoren@openerp.com-20120822091013-dsfz80vn7b1r2kht

11 years ago[FIX] mail_thread: find_partners: fixed message_find_partners, message_txt did not...
Thibault Delavallée [Wed, 22 Aug 2012 08:38:13 +0000 (10:38 +0200)]
[FIX] mail_thread: find_partners: fixed message_find_partners, message_txt did not always have all headers filled; removed some commented code that can be deleted; re-added computation of email date; added missing imports.

bzr revid: tde@openerp.com-20120822083813-tt2sjx54iu6sbskt

11 years ago[IMP] removing some FP Note
Fabien Pinckaers [Wed, 22 Aug 2012 08:36:08 +0000 (10:36 +0200)]
[IMP] removing some FP Note

bzr revid: fp@tinyerp.com-20120822083608-2q98p1758erm8f7t

11 years ago[IMP] web_linkedin: added headline
niv-openerp [Wed, 22 Aug 2012 08:27:01 +0000 (10:27 +0200)]
[IMP] web_linkedin: added headline

bzr revid: nicolas.vanhoren@openerp.com-20120822082701-uohx12i2jhdao39r

11 years ago[REM] project: removed custom 'followers' fields; security rule updated to use follow...
Thibault Delavallée [Wed, 22 Aug 2012 07:49:24 +0000 (09:49 +0200)]
[REM] project: removed custom 'followers' fields; security rule updated to use follower_ids.

bzr revid: tde@openerp.com-20120822074924-bbb5lc1w48dtebeb

11 years ago[FIX] mail_mail: added import of tools, to be able to use email_split.
Thibault Delavallée [Wed, 22 Aug 2012 07:45:45 +0000 (09:45 +0200)]
[FIX] mail_mail: added import of tools, to be able to use email_split.

bzr revid: tde@openerp.com-20120822074545-7sx8xnsmf610gnxz

11 years ago[FIX] mail: more refactoring errors: missing _logger
Olivier Dony [Wed, 22 Aug 2012 01:09:47 +0000 (03:09 +0200)]
[FIX] mail: more refactoring errors: missing _logger

bzr revid: odo@openerp.com-20120822010947-8avs21hi7ib30ix2

11 years ago[FIX] mail: typos during refactoring
Olivier Dony [Wed, 22 Aug 2012 01:07:55 +0000 (03:07 +0200)]
[FIX] mail: typos during refactoring

bzr revid: odo@openerp.com-20120822010755-xjc53162ue4kxm2e

11 years ago[FIX] *mail: s/mail_message/mail_mail/ for cases where a full mail_mail is necessary
Olivier Dony [Tue, 21 Aug 2012 21:24:19 +0000 (23:24 +0200)]
[FIX] *mail: s/mail_message/mail_mail/ for cases where a full mail_mail is necessary

bzr revid: odo@openerp.com-20120821212419-yu2criox6sayf2cv

11 years ago[FIX] mail: fix parse_message calls for new signature - cr,uid needed
Olivier Dony [Tue, 21 Aug 2012 21:15:28 +0000 (23:15 +0200)]
[FIX] mail: fix parse_message calls for new signature - cr,uid needed

bzr revid: odo@openerp.com-20120821211528-yyxyq1bqti5g3s5v

11 years ago[FIX] fetchmail: typos
Olivier Dony [Tue, 21 Aug 2012 21:09:53 +0000 (23:09 +0200)]
[FIX] fetchmail: typos

bzr revid: odo@openerp.com-20120821210953-olzgm14wsk7jzcia

11 years ago[IMP] force email when quick create
Fabien Pinckaers [Tue, 21 Aug 2012 18:03:51 +0000 (20:03 +0200)]
[IMP] force email when quick create

bzr revid: fp@tinyerp.com-20120821180351-t28m9svpdj8ois0k

11 years ago[FIX] dbmanager reload on creation
Antony Lesuisse [Tue, 21 Aug 2012 17:12:05 +0000 (19:12 +0200)]
[FIX] dbmanager reload on creation
The board.board bug, avoid running code from the previous database as it is automatically loaded when it's the first db.
Hide lonely topbar menu item.

bzr revid: al@openerp.com-20120821171205-od6r63cxs13aavuy

11 years agoMerge from mit-trunk
Minh Tran [Tue, 21 Aug 2012 16:46:05 +0000 (18:46 +0200)]
Merge from mit-trunk

bzr revid: mit@openerp.com-20120821164605-qqtege5nvs07ehpg

11 years agoadded effect on dragged kanban vignette
Minh Tran [Tue, 21 Aug 2012 16:44:16 +0000 (18:44 +0200)]
added effect on dragged kanban vignette

bzr revid: mit@openerp.com-20120821164416-e2rk3a0zauqvs433

11 years ago[FIX] forgot a debugger ^^
niv-openerp [Tue, 21 Aug 2012 16:21:17 +0000 (18:21 +0200)]
[FIX] forgot a debugger ^^

bzr revid: nicolas.vanhoren@openerp.com-20120821162117-12fo5xdvm00tzhlv

11 years ago[IMP] Even more improved images in partners
niv-openerp [Tue, 21 Aug 2012 16:15:49 +0000 (18:15 +0200)]
[IMP] Even more improved images in partners

bzr revid: nicolas.vanhoren@openerp.com-20120821161549-xf4shoqleo518mb6

11 years ago[IMP] added preview_image and size in images
niv-openerp [Tue, 21 Aug 2012 16:15:17 +0000 (18:15 +0200)]
[IMP] added preview_image and size in images

bzr revid: nicolas.vanhoren@openerp.com-20120821161517-umnu1465gq809orj

11 years ago[REM] base_calendar: removed ir_attachment override, that was added to be able to...
Thibault Delavallée [Tue, 21 Aug 2012 16:05:48 +0000 (18:05 +0200)]
[REM] base_calendar: removed ir_attachment override, that was added to be able to manage virtual_ids for attachments (i.e., adding attachments to reccuring meetings). As this fix was causing issues, not having attachments on recurrent meetings seems more acceptable than having an ugly fix + other bigs.

bzr revid: tde@openerp.com-20120821160548-qq0sjku3yf3c0ogq

11 years ago[FIX] mail.js: fixed some function names / mail_followers: fixed an email_to.
Thibault Delavallée [Tue, 21 Aug 2012 16:00:36 +0000 (18:00 +0200)]
[FIX] mail.js: fixed some function names / mail_followers: fixed an email_to.

bzr revid: tde@openerp.com-20120821160036-jruwclg54d67a21y

11 years ago[FIX] mail_thread: pass cr arg to parse_message, because it is necessary for sub...
Thibault Delavallée [Tue, 21 Aug 2012 15:52:57 +0000 (17:52 +0200)]
[FIX] mail_thread: pass cr arg to parse_message, because it is necessary for sub-calls.

bzr revid: tde@openerp.com-20120821155257-0paa85fs6gla5slr

11 years ago[FIX] clean domains
Fabien Pinckaers [Tue, 21 Aug 2012 15:46:21 +0000 (17:46 +0200)]
[FIX] clean domains

bzr revid: fp@tinyerp.com-20120821154621-r7datjbrnzjoeg36

11 years ago[IMP] changed partners view to work correctly with linkedin module (still need improv...
niv-openerp [Tue, 21 Aug 2012 15:43:43 +0000 (17:43 +0200)]
[IMP] changed partners view to work correctly with linkedin module (still need improvements in the web client to support preview_image)

bzr revid: nicolas.vanhoren@openerp.com-20120821154343-iv42z1ztvjkowp2e

11 years ago[FIX] mail_thread: parse_message was on mail.message, but now on mail.thread.
Thibault Delavallée [Tue, 21 Aug 2012 15:35:42 +0000 (17:35 +0200)]
[FIX] mail_thread: parse_message was on mail.message, but now on mail.thread.

bzr revid: tde@openerp.com-20120821153542-87i32quupsmr1t2y

11 years ago[CLEAN] mail_thread: removed print statements.
Thibault Delavallée [Tue, 21 Aug 2012 15:20:09 +0000 (17:20 +0200)]
[CLEAN] mail_thread: removed print statements.

bzr revid: tde@openerp.com-20120821152009-y50ju4q9u1catn2f

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 21 Aug 2012 15:09:36 +0000 (17:09 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120821150936-0pvvttbq6w3t2byi

11 years ago[FIX] Wall: css fix in composer.
Thibault Delavallée [Tue, 21 Aug 2012 15:06:22 +0000 (17:06 +0200)]
[FIX] Wall: css fix in composer.

bzr revid: tde@openerp.com-20120821150622-2h13mgtwk3h0uh3g

11 years ago[IMP] point_of_sale: improve the layout of 'your session'
Stephane Wirtel [Tue, 21 Aug 2012 15:06:12 +0000 (17:06 +0200)]
[IMP] point_of_sale: improve the layout of 'your session'

bzr revid: stw@openerp.com-20120821150612-4ikdil8vzmkc0wwz

11 years ago[REM] mail.js: removed references to 'email_mode' of composer, now deleted.
Thibault Delavallée [Tue, 21 Aug 2012 14:55:27 +0000 (16:55 +0200)]
[REM] mail.js: removed references to 'email_mode' of composer, now deleted.

bzr revid: tde@openerp.com-20120821145527-vdvu00doz77mzx7n

11 years ago[IMP] mail.compose.message: added body_text filed, for plain-text; updated composer...
Thibault Delavallée [Tue, 21 Aug 2012 14:49:30 +0000 (16:49 +0200)]
[IMP] mail.compose.message: added body_text filed, for plain-text; updated composer accordlingly, removed some dead code/css classes.

bzr revid: tde@openerp.com-20120821144930-ucgmx8rwasamhpgp

11 years agofix
Fabien Pinckaers [Tue, 21 Aug 2012 14:36:43 +0000 (16:36 +0200)]
fix

bzr revid: fp@tinyerp.com-20120821143643-npc5a84ajzfcsl14

11 years ago[REF] mail.compose.message: removed extended mode, because not really usefull. Remove...
Thibault Delavallée [Tue, 21 Aug 2012 14:27:47 +0000 (16:27 +0200)]
[REF] mail.compose.message: removed extended mode, because not really usefull. Removed reference to that mode in addons (crm lead, crm claim, crm helpdesk, hr evaluation, hr recruitement, project issue). Completely removed the wizard directory in hr_evaluation: mail_compose_message will become a button (TODO), and other files were not called anymore in init/openerp files.

bzr revid: tde@openerp.com-20120821142747-q9drv71749opusr1

11 years ago[IMP] mail.js: Thread: updated default options.
Thibault Delavallée [Tue, 21 Aug 2012 12:37:48 +0000 (14:37 +0200)]
[IMP] mail.js: Thread: updated default options.

bzr revid: tde@openerp.com-20120821123748-bq6k9kj42gtyzb56

11 years ago[IMP] mail.js: Thread: updated and cleaned event bindings (use on instead of delegate...
Thibault Delavallée [Tue, 21 Aug 2012 12:31:28 +0000 (14:31 +0200)]
[IMP] mail.js: Thread: updated and cleaned event bindings (use on instead of delegate, handle propagation).

bzr revid: tde@openerp.com-20120821123128-29njlixe14eu8rmg

11 years ago[MERGE] from stw
Frédéric van der Essen [Tue, 21 Aug 2012 12:11:23 +0000 (14:11 +0200)]
[MERGE] from stw

bzr revid: fva@openerp.com-20120821121123-ingbtoedurmt6h48

11 years ago[CLEAN] mail.js: continuing cleaning. Removed commented code, now not necessary.
Thibault Delavallée [Tue, 21 Aug 2012 12:10:30 +0000 (14:10 +0200)]
[CLEAN] mail.js: continuing cleaning. Removed commented code, now not necessary.

bzr revid: tde@openerp.com-20120821121030-7qbr54wra11oeen2

11 years ago[FIX] portal: fixed demo data.
Thibault Delavallée [Tue, 21 Aug 2012 12:00:46 +0000 (14:00 +0200)]
[FIX] portal: fixed demo data.

bzr revid: tde@openerp.com-20120821120046-b8gu96wj2sbh58bw

11 years ago[MERGE] fix a dependence in portal and reorganize xml
Antonin Bourguignon [Tue, 21 Aug 2012 11:56:14 +0000 (13:56 +0200)]
[MERGE] fix a dependence in portal and reorganize xml

bzr revid: abo@openerp.com-20120821115614-c8hodjp3jhwh1q3r

11 years ago[CLEAN] mail.js: cleaned Wall and RecordThread. Deleted code in wall related to messa...
Thibault Delavallée [Tue, 21 Aug 2012 11:41:28 +0000 (13:41 +0200)]
[CLEAN] mail.js: cleaned Wall and RecordThread. Deleted code in wall related to message_fetch, display and fetch more. Deleted dead XML and CSS.

bzr revid: tde@openerp.com-20120821114128-mwu6av0n52r2tbww

11 years agomerge from mit-trunk
Minh Tran [Tue, 21 Aug 2012 11:13:16 +0000 (13:13 +0200)]
merge from mit-trunk

bzr revid: mit@openerp.com-20120821111316-run49r554i1ay3uk

11 years ago[IMP] organization of views and data
Antonin Bourguignon [Tue, 21 Aug 2012 11:01:35 +0000 (13:01 +0200)]
[IMP] organization of views and data

bzr revid: abo@openerp.com-20120821110135-12mud78ddjwhmd8c

11 years ago[FIX] add a missing dependence
Antonin Bourguignon [Tue, 21 Aug 2012 10:51:13 +0000 (12:51 +0200)]
[FIX] add a missing dependence

bzr revid: abo@openerp.com-20120821105113-u7bty92d2lfea8q5

11 years ago[IMP] point_of_sale: removed useless settings, Wubbit Twarks
Frédéric van der Essen [Tue, 21 Aug 2012 10:48:14 +0000 (12:48 +0200)]
[IMP] point_of_sale: removed useless settings, Wubbit Twarks

bzr revid: fva@openerp.com-20120821104814-wuxk1qptj7xqr1i9

11 years ago[IMP] minor improvement in linkedin module
niv-openerp [Tue, 21 Aug 2012 10:44:03 +0000 (12:44 +0200)]
[IMP] minor improvement in linkedin module

bzr revid: nicolas.vanhoren@openerp.com-20120821104403-qbmv0tjyngauwfou