Commit Graph

88 Commits

Author SHA1 Message Date
Thibault Delavallée 9537e55894 [FIX] hr_recruitment: avoid overriding email_from and email_cc in
message_update. This behavior makes sens only in message_new when
setting initial parameter of the applicant, not when somebody sends
an email on the record.
Removed priority change when there is  a 'priority' key in msg; but
this key is not likely to be present in a parsed email.
Removed updated values change due to a mapping of values present in
the email. This code was a copy-and-paste from crm and did not have
any meaning in hr_recruitment.

Also removed unnecessary code in project, project_issue, crm_helpdesk
and crm_claim for the same reasons as for hr_recruitment.

bzr revid: tde@openerp.com-20131104092731-ixasweoy1dbllbb3
2013-11-04 10:27:31 +01:00
Olivier Dony a26b66dbf5 [FIX] mail_thread subclasses: message_new() should copy the author_id if one was identified
bzr revid: odo@openerp.com-20130115134359-mczjs42f4gchrk7d
2013-01-15 14:43:59 +01:00
Olivier Dony ad70edb40b [FIX] mail_thread subclasses: message_new must not override the explicitly provided ``custom_values``
This was the case before, but was broken involuntarily during the
big mail refactoring for v7. The default values provided by
custom message_new methods should only be used as defaults.

bzr revid: odo@openerp.com-20130110172723-ym7mcmdllcucj0j3
2013-01-10 18:27:23 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Cecile Tonglet 6069f954b2 [FIX] replace from/import stuffs of openerp stuffs by from/import openerp.stuffs (2)
bzr revid: cto@openerp.com-20121217155819-qgsa31xbzjxwji9x
2012-12-17 16:58:19 +01:00
Cecile Tonglet baeefa6952 [FIX] replace from/import stuffs of openerp stuffs by from/import openerp.stuffs
bzr revid: cto@openerp.com-20121217154628-0c0i8y3389yz4dxd
2012-12-17 16:46:28 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Thibault Delavallée 62af1f1883 [FIX] addons: fixed calls to command_re.
bzr revid: tde@openerp.com-20121119132509-dyes929xalp0pgcj
2012-11-19 14:25:09 +01:00
Twinkle Christian (OpenERP) f9a5b741e2 [fix]tooltip
bzr revid: tch@tinyerp.com-20121101051957-sycnv3b47vfemi9u
2012-11-01 10:49:57 +05:30
Twinkle Christian (OpenERP) 4fa627b0a0 [FIX]Imporve tooltip if sales team
bzr revid: tch@tinyerp.com-20121029114328-frwb4wtz45zu3vwm
2012-10-29 17:13:28 +05:30
Twinkle Christian (OpenERP) c5c50041bc [MERGE]Merge with project branch
bzr revid: tch@tinyerp.com-20121029060747-5zecetvjcug08y03
2012-10-29 11:37:47 +05:30
Twinkle Christian (OpenERP) 3fa45da187 [IMP]Improve tooltip in Quatation
bzr revid: tch@tinyerp.com-20121023120415-b3eo9x5248hr6n7i
2012-10-23 17:34:15 +05:30
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Olivier Dony e9d314646d [FIX] mail.thread subclasses: convert body to plaintext in message_new, as body is now HTML
Also disable the updating of the body when new messages
are received for project.issue records, because this
might discard important information that was manually
entered.

bzr revid: odo@openerp.com-20121009155420-72xvyhhiwd696upv
2012-10-09 17:54:20 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Divyesh Makwana (Open ERP) ff4347bebd [FIX] crm_helpdesk : Send Reminder doesn't work.
bzr revid: mdi@tinyerp.com-20120917101109-owcdooikeo6ecv23
2012-09-17 15:41:09 +05:30
Thibault Delavallée 169c8055ba [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
2012-08-21 16:27:47 +02:00
Fabien Pinckaers 06f60b3517 [FIX] body_text --> body, not ure it's good enough
bzr revid: fp@tinyerp.com-20120817120606-t97l9x2dguuv7kmp
2012-08-17 14:06:06 +02:00
Fabien Pinckaers b62858e83e [IMP] Merging different ways of posting a message:
message_append_note
  message_append_dict
  message_append
  --> merged all to message_post

bzr revid: fp@tinyerp.com-20120817100302-bqsqv23ogrchslew
2012-08-17 12:03:02 +02:00
Fabien Pinckaers 282f2535bc [IMP] mail cleaning
bzr revid: fp@tinyerp.com-20120816154823-84cnif2cw99vn0qu
2012-08-16 17:48:23 +02:00
Raphael Collet 6b1606f8de [IMP] move crm.wizard.mail_compose_message to module mail, to reduce module dependencies on crm
bzr revid: rco@openerp.com-20120703131453-dz0gpdq3t9155bfw
2012-07-03 15:14:53 +02:00
Thibault Delavallée 75ffdcebe7 [FIX] crm_helpdesk: removed unnecessary line, fixed wrong var name.
bzr revid: tde@openerp.com-20120604150139-8vczlv6o5bjfrgxb
2012-06-04 17:01:39 +02:00
Thibault Delavallée bb5f7d384d [IMP] crm_lead, crm_claim, crm_fundraising, crm_helpdesk, hr_recruitment, project_issue, project_mailgate: cleaned and updated message_new and message_update to have a cleaner mailgate. Deleted references to state update.
bzr revid: tde@openerp.com-20120604141254-4m2tnzwi88w8h2aj
2012-06-04 16:12:54 +02:00
Thibault Delavallée 11d6850f16 [CLEAN] Final code review and fixing before merging.
bzr revid: tde@openerp.com-20120601144059-ut9922dquiip4c4u
2012-06-01 16:40:59 +02:00
Thibault Delavallée c353c11b3c [CLEAN] crm_helpdesk: cleaned code before merging.
bzr revid: tde@openerp.com-20120601122026-76ti5orvz8jr0kyh
2012-06-01 14:20:26 +02:00
Thibault Delavallée cd19f68eb9 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120601113625-c9w0kmnw1dzvjswx
2012-06-01 13:36:25 +02:00
Thibault Delavallée f812458c59 [IMP] crm_helpdesk: Added Chatter widget; fixed a bug linked to a weird indentation (again...).
bzr revid: tde@openerp.com-20120530101131-9piqzm85n90j4o03
2012-05-30 12:11:31 +02:00
Thibault Delavallée 3b7ba480fc [FIX] crm_helpdesk: removed a default value; added a chatter method.
bzr revid: tde@openerp.com-20120530084714-x21qtmiunzf7i2ny
2012-05-30 10:47:14 +02:00
Thibault Delavallée 981e123b14 [REF] crm_helpdesk: now uses base_state; was using crm_case, but without stage_id. As it uses only state, it now inherits from base_state.
bzr revid: tde@openerp.com-20120530074741-xj4d8184e25bf1x0
2012-05-30 09:47:41 +02:00
Thibault Delavallée 0d2f8c19fa [IMP] crm_claim, crm_helpdesk: crm_base -> base_stage.
bzr revid: tde@openerp.com-20120529142333-nxgkmmxy433j5fpt
2012-05-29 16:23:33 +02:00
Thibault Delavallée 0841412f9e [IMP] crm_case, crm_lead: (default) stage, stage_find: updated code to be more easily usable by external classes.
bzr revid: tde@openerp.com-20120524142616-9gn6o8yj1pbzxnx0
2012-05-24 16:26:16 +02:00
Thibault Delavallée 1bba3f154f [FIX] Fixed _get_section renamed to _get_default_section.
bzr revid: tde@openerp.com-20120524095102-dtfmnqkpe4xds5mq
2012-05-24 11:51:02 +02:00
Sbh (Openerp) 1bc1b8817e [MERGE] Merge with lp:openobject-adddons
bzr revid: sbh@tinyerp.com-20120523045707-rxt3uirdycmb3bxj
2012-05-23 10:27:07 +05:30
Kuldeep Joshi (OpenERP) 1b9bd24196 [IMP] remover message_ids field
bzr revid: kjo@tinyerp.com-20120521103623-c726tja4jwf6g6y3
2012-05-21 16:06:23 +05:30
Turkesh Patel (Open ERP) ae1d0c02a2 [IMP] improved code.
bzr revid: tpa@tinyerp.com-20120515062013-nsg3g3kcgydpcj80
2012-05-15 11:50:13 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Turkesh Patel (Open ERP) 27ce3c78e4 [IMP] improved code for create_send_note
bzr revid: tpa@tinyerp.com-20120430105606-44xix4yof1elmhym
2012-04-30 16:26:06 +05:30
Turkesh Patel (Open ERP) 09267cd091 [IMP] improved code for prefix in string
bzr revid: tpa@tinyerp.com-20120430104320-prnyyct16eh2c0p8
2012-04-30 16:13:20 +05:30
Jigar Amin - OpenERP 9b54f8dcce [IMP] crm helpdesk: removed crm helpdesk partner address
bzr revid: jam@tinyerp.com-20120306123808-qqd33knykkrgvjzr
2012-03-06 18:08:08 +05:30
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

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

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
DBR (OpenERP) fa577c8a15 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110920064550-v90yjoblpzp5ebiq
2011-09-20 12:15:50 +05:30
Olivier Dony f45e2bdfff [IMP] crm.helpdesk: simplify mail composition wizard
bzr revid: odo@openerp.com-20110907171028-f3cyo3dohqy4iy7d
2011-09-07 19:10:28 +02:00
Olivier Dony 9e1acb0c83 [FIX] crm: typos
bzr revid: odo@openerp.com-20110907142331-56dn8svy0s4hysl0
2011-09-07 16:23:31 +02:00
Antony Lesuisse 4f5fa4f0d8 [MERGE] trunk
bzr revid: al@openerp.com-20110828025452-vkkj23005ct60wpb
2011-08-28 04:54:52 +02:00
Antony Lesuisse e83ea8f54c [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233130-end57de3i484r0kb
2011-08-28 01:31:30 +02:00
Olivier Dony 2f543db06e [IMP] mail: cleanup/rename API + adapt dependencies (wip)
bzr revid: odo@openerp.com-20110825122757-0mqr0gbol25t0n41
2011-08-25 14:27:57 +02:00
Olivier Dony 8f9f45ea94 [IMP] all: next pass of review/renaming for new mail API
bzr revid: odo@openerp.com-20110822171659-zxho36a6n628i10q
2011-08-22 19:16:59 +02:00
Olivier Dony 50507512cb [MERGE] latest trunk
This was a helluva merge, with hundreds of conflicts resolved manually!!
I hope I did not break too many things, but a full review of the mail-related
features (where most of the conflicts occurred) must still be done before
this feature branch can be merged.

bzr revid: odo@openerp.com-20110809234428-3dsvxrt6t54ju0cf
2011-08-10 01:44:28 +02:00
Olivier Dony 3e6b0297d0 [IMP] crm*: update crm modules to new mail module (wip)
bzr revid: odo@openerp.com-20110722182337-5irz3g2qva0cf45e
2011-07-22 20:23:37 +02:00
guillem 2380552cb4 [FIX] crm helpdesk : don't list categories without section
lp bug: https://launchpad.net/bugs/810404 fixed

bzr revid: dbr@tinyerp.com-20110719054915-3qlup3512yktkpko
2011-07-19 11:19:15 +05:30