Commit Graph

124 Commits

Author SHA1 Message Date
Yogesh Parekh ac5a0b046b [IMP]: Improve copy method to set stage_id in draft stage 2014-06-24 19:05:46 +05:30
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
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +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
Cedric Snauwaert d9df10a6c4 [ADD]change status name for better understanding and remove useless buttons
bzr revid: csn@openerp.com-20121109135712-y9u11dspu1dz9dqq
2012-11-09 14:57:12 +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) c5c50041bc [MERGE]Merge with project branch
bzr revid: tch@tinyerp.com-20121029060747-5zecetvjcug08y03
2012-10-29 11:37:47 +05:30
Fabien Pinckaers a7368145ca [MERGE] typo
bzr revid: fp@openerp.com-20121024201424-98la8f2wkhfjrtae
2012-10-24 22:14:24 +02:00
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
pankita shah (Open ERP) 92c8da8d8c [MERGE] merged with lp:openobject-addons
bzr revid: shp@tinyerp.com-20121011085206-boirah1mq09o7r0e
2012-10-11 14:22:06 +05:30
pankita shah (Open ERP) 8bbd857198 [IMP] move type field in sale module and improve default state in crm_claim
bzr revid: shp@tinyerp.com-20121010113323-wpxt81u5p3hmwl6w
2012-10-10 17:03:23 +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
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 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 cd19f68eb9 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120601113625-c9w0kmnw1dzvjswx
2012-06-01 13:36:25 +02:00
Thibault Delavallée 35fbb93b1e [CLEAN] crm_claim: cleaned code before merging (mostly about buttons, and also a forgotten access rights thing)
bzr revid: tde@openerp.com-20120601092352-60zr9zhjs4zwhokb
2012-06-01 11:23:52 +02:00
Thibault Delavallée e979794103 [FIX] crm_claim: fixed stage_find method.
bzr revid: tde@openerp.com-20120531142647-p4hichnd5lorv9z4
2012-05-31 16:26:47 +02:00
Thibault Delavallée d4ecb0e059 [IMP] crm_claim: added crm.claim.stage views and menu entries; added code to handle 'refuse'.
bzr revid: tde@openerp.com-20120530135659-lfihy7f3io1y0mq5
2012-05-30 15:56:59 +02:00
Thibault Delavallée ca6f8dc624 [IMP] crm_claim: added crm.claim.stage, because claim stages should be different from opportunity stages. Updated the module to use them.
bzr revid: tde@openerp.com-20120530130058-23j8o61vbwzikk35
2012-05-30 15:00:58 +02:00
Thibault Delavallée 6ae185a6f8 [CLEAN] crm_claim, hr_recruitment: very small code cleaning
bzr revid: tde@openerp.com-20120530111831-io3h7bbknt5ot0uh
2012-05-30 13:18:31 +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
Kuldeep Joshi (OpenERP) 05b5ed2a88 [IMP]procurement: remove duplicate message
bzr revid: kjo@tinyerp.com-20120529083941-iskodrfp4y7v0rbk
2012-05-29 14:09:41 +05:30
Thibault Delavallée 24e7ff11f9 [FIX] crm_lead yml test: fixed a test based on a data whose id has changed; fixed mising ',' in crm_claim, crm_fundraising.
bzr revid: tde@openerp.com-20120525073312-anvwpi35szptaw8a
2012-05-25 09:33:12 +02:00
Thibault Delavallée ad36881420 [IMP] crm_claim, crm_fundraising: defined proper stage_find methods.
bzr revid: tde@openerp.com-20120524161856-rlnew6c3fup0f05e
2012-05-24 18:18:56 +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
Thibault Delavallée 510b12ebf9 [CLEAN] crm_claim: pending case is back; also deleted unnecessary code.
bzr revid: tde@openerp.com-20120522150706-fq4a6ic54migbyuf
2012-05-22 17:07:06 +02:00
Thibault Delavallée 23b8224909 [IMP] crm_claim, crm_fundraising: removed state default value.
bzr revid: tde@openerp.com-20120521160334-z64mx0py2qr586m5
2012-05-21 18:03:34 +02:00
Thibault Delavallée 77f167226a [IMP] crm_claim, crm_fundraising: updated state field in model, according to the new crm_case class; in crm_claim, also deleted specific behavior in case_open that should now be managed by crm_case.
bzr revid: tde@openerp.com-20120521155632-28pstemqfgzdcpra
2012-05-21 17:56:32 +02:00
Thibault Delavallée 214b80a04f [FIX] crm_claim, crm_fundraising: fixed CRM_CLAIM_PENDING_STATES, deleting Pending state that does not exist anymore.
bzr revid: tde@openerp.com-20120521152825-dxu7s21k84d7qhtv
2012-05-21 17:28:25 +02:00
Kuldeep Joshi (OpenERP) 1b9bd24196 [IMP] remover message_ids field
bzr revid: kjo@tinyerp.com-20120521103623-c726tja4jwf6g6y3
2012-05-21 16:06:23 +05:30
Purnendu Singh (OpenERP) 0a2fba04e3 [MERGE, IMP] crm_claim: Update YML test case as state and stage are dependent to each other now
bzr revid: psi@tinyerp.com-20120515125909-go6biqkkx1sbkvf8
2012-05-15 18:29:09 +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
Sbh (Openerp) 06e150dd9e [MERGE ]Merge res log changes
bzr revid: sbh@tinyerp.com-20120514115624-zv5a5r93hlnifwn1
2012-05-14 17:26:24 +05:30
Mayur Maheshwari (OpenERP) bc651f3ddf [IMP]crm_claim : improve demo data and code
bzr revid: mma@tinyerp.com-20120514103759-ce9juswgwpbqydeo
2012-05-14 16:07:59 +05:30
Divyesh Makwana (Open ERP) d245c6d78d [IMP] crm_claim : Synchronization between states and stages.
bzr revid: mdi@tinyerp.com-20120511062634-2qmr04hqayn4hj37
2012-05-11 11:56:34 +05:30