Commit Graph

385 Commits

Author SHA1 Message Date
Julien Legros 6a95c9cf3e [FIX] project_issue: explicit store attribute for the progress function field
This is a workaround for an ORM limitation. A stored function field is
not updated when it should if the "source" field is also a stored function
field
2014-10-30 18:07:07 +01:00
Olivier Dony 4fe43d9ac6 [FIX] project,project_issue: missing indexes on stage/state/project_id/user_id
bzr revid: odo@openerp.com-20140402110700-h3ryoroibj1m92ig
2014-04-02 13:07:00 +02:00
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
Martin Trigaux 4ccaac2ed5 [FIX] project_issue: reset kanban_state when changing the stage to be consistent with project_task
bzr revid: mat@openerp.com-20130725085659-1otlnox3wmdl8ocz
2013-07-25 10:56:59 +02:00
Hardik Ansodariya 31c60007a1 [FIXED] project_issue: Kanban state is not being reset when one change the state of issue (Maintenance case: 594481)
bzr revid: han@tinyerp.com-20130709063319-87w3rf3b9kl1u056
2013-07-09 12:03:19 +05:30
Thibault Delavallée 4ee8b2836c [FIX] Fixed last commit.
bzr revid: tde@openerp.com-20130621102021-mnozkbmz11dg5k9z
2013-06-21 12:20:21 +02:00
Thibault Delavallée 67e4eff42b [CLEAN] Some code cleaning before merging.
bzr revid: tde@openerp.com-20130621093732-qc9ltxfiemmi421s
2013-06-21 11:37:32 +02:00
Thibault Delavallée 9005541f99 [FIX] crm, project.task, project.issue, hr_recruitment: fixed quick create in kanban, simplified a bit the code in the various create overrides.
bzr revid: tde@openerp.com-20130619114633-pb0rtz0kivlrabcx
2013-06-19 13:46:33 +02:00
Martin Trigaux d626d3cb61 [MERGE] backport saas-1 rev 8728
[FIX] mail, project, project_issue, crm_lead: fixed 'XX Created' subtype not triggered because of condition
based on state=new and not state=draft.
For tasks, issues and leads, no generic 'Document created' message is posted anymore
because of the 'XX Created' message with subtype automatically logged.
Generic creation message is logged before automatic subscription to enable
message pushing to responsibles.

bzr revid: mat@openerp.com-20130529143022-wy76srwb2nwkspe3
2013-05-29 16:30:22 +02:00
Thibault Delavallée d0f4f8d017 [FIX] project_issue: fixed access rights issues when truing to find suggested partners.
bzr revid: tde@openerp.com-20130524142932-0g47w650hqpirft1
2013-05-24 16:29:32 +02:00
Chris Biersbach 94814833d4 [MERGE] Forwardport of 6.1 changes to project_issue working hours to open/close computations and corrections to the issue analysis report
bzr revid: cbi@openerp.com-20130321150817-5dr6gyo6yv42fyoh
2013-03-21 16:08:17 +01:00
Chris Biersbach 9e6d14a289 [IMP] Removed unnecessary code in project_issue.py, fixed a small error in mail_thread
bzr revid: cbi@openerp.com-20130319103822-ss4y3na3i4hip4e0
2013-03-19 11:38:22 +01:00
Chris Biersbach 4b57becf80 [FIX] Forward Port of Changes from 6.1 Revision 7051 to make the issue analysis report work
bzr revid: cbi@openerp.com-20130319103126-07r73qlouykqazjt
2013-03-19 11:31:26 +01:00
Chris Biersbach 31d218cc67 [IMP] Project issue: Improved handling of thread_model context value in message_post. Replaced a read by a browse in Project issue write
bzr revid: cbi@openerp.com-20130313083808-o75djyctnj5sgngx
2013-03-13 09:38:08 +01:00
Chris Biersbach 1e73187551 [IMP] Project Issue: Correctly updates date_open and date_closed when the corresponding state changes happen.
bzr revid: cbi@openerp.com-20130312152233-ejvae8h9wzablf6l
2013-03-12 16:22:33 +01:00
Chris Biersbach a30a3a0e33 [FIX] Stupid, forgot to test for None context again
bzr revid: cbi@openerp.com-20130312150719-s6l0d6173cqrmnoe
2013-03-12 16:07:19 +01:00
Chris Biersbach f6c9e78f1f [IMP] Introduces correct handling of the thread_mpdel context value
bzr revid: cbi@openerp.com-20130312134138-7krmnobtlbhud5d2
2013-03-12 14:41:38 +01:00
Chris Biersbach 12e1e6ad79 [IMP] Project Issue: Replaces the old message_ids based detection of new messages by an override of mail_thread message_post. The date of last action will be updated to the current date on each message_post call.
bzr revid: cbi@openerp.com-20130312122428-9s21kgtac8u3lyaf
2013-03-12 13:24:28 +01:00
Quentin (OpenERP) 96a940b589 [FIX] project_issue: on project.issue, the state related to the stage 'cancelled' is 'cancelled', not 'cancel'. This bug was preventing the state to be saved in the record, as it was not available in the field.selection (given by project.task.type => task states). I made the state of issues pointing to the right place to prevent any other problems related to code desynchrnonization
bzr revid: qdp-launchpad@openerp.com-20130304171123-bilpd51kbwiy19gb
2013-03-04 18:11:23 +01:00
Quentin (OpenERP) 2d6cadb7a5 [FIX] project_issue: in kanban view of project, display only the number of unclosed issues because the number total of issues is meaningless
bzr revid: qdp-launchpad@openerp.com-20130304131859-4kiyz2lez1ywhkks
2013-03-04 14:18:59 +01:00
Thibault Delavallée 6de2650299 [IMP] Suggested recipients: check whether an email is linked to a partner.
bzr revid: tde@openerp.com-20130228170546-t04n73pvuwtp20jh
2013-02-28 18:05:46 +01:00
Thibault Delavallée 2d3ff2a217 [IMP] hr_recruitment, project_issue: now use the suggested_recipient feature, like crm.lead.
bzr revid: tde@openerp.com-20130226132241-ot3xfn8u39grp0ir
2013-02-26 14:22:41 +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
Quentin (OpenERP) 7ec52bb84b [FIX] crm: at lead creation, take into account the type given in vals to find the stage_id (if not provided) + refactoring of create() of tasks, project issues and leads
bzr revid: qdp-launchpad@openerp.com-20130115100353-z35mqrwij936n54s
2013-01-15 11:03:53 +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 8da57cbd2e [IMP] crm, project, project_issue: reply_to address is now the alias of the parent section, project, project, if any.
bzr revid: tde@openerp.com-20130103170316-8n6d8u0h14dy4x48
2013-01-03 18:03:16 +01:00
Thibault Delavallée 9c6489d9a4 [FIX] crm, project, project_issue: fixed default_stage_id assignment, not overriding values in vals when writing.
bzr revid: tde@openerp.com-20130103101036-eroa3fd31dcqly8i
2013-01-03 11:10:36 +01:00
Quentin (OpenERP) 95dd819251 [FIX] project, project_issue: don't use context if you didn't check it's not equal to None... stupid me
bzr revid: qdp-launchpad@openerp.com-20121228143729-x2n47tfp50uf7se8
2012-12-28 15:37:29 +01:00
Chris Biersbach f96f20e4d3 [FIX] The default stage for issues and tasks is now correctly a draft stage of the project the issue or task belongs to.
bzr revid: cbi@openerp.com-20121228084527-ive0ope41di6bpjn
2012-12-28 09:45:27 +01:00
Thibault Delavallée 502abd4350 [FIX] project_issue: fixed call to tools.command_re.
bzr revid: tde@openerp.com-20121227094351-slae97t4r19ehp3e
2012-12-27 10:43:51 +01:00
olt@tinyerp.com a9999ddaba [FIX] revert (needs testing)
bzr revid: olt@tinyerp.com-20121221121753-tenexccn5wzr862u
2012-12-21 13:17:53 +01:00
olt@tinyerp.com cf2f37c55d [FIX] project_issue: state is 'cancel' not 'cancelled'
bzr revid: olt@tinyerp.com-20121221111442-9kqt89cdx38fnl7n
2012-12-21 12:14:42 +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
Thibault Delavallée 8d26e78582 [IMP] Addons: removed bold in subtype descriptions.
bzr revid: tde@openerp.com-20121219212330-xfx3lykstl1nsa8m
2012-12-19 22:23:30 +01:00
Thibault Delavallée fe429e8082 [CLEAN] Project_issue: cleaned subtypes, removed auto following that will be added in mail_thread. Updated track_visility parameter.
bzr revid: tde@openerp.com-20121219163923-8xmhb00sxvddcx4g
2012-12-19 17:39:23 +01:00
Fabien Pinckaers 065821dfd6 [MOD] use read() instead of browse
bzr revid: fp@tinyerp.com-20121218234907-j672neyvifmo4bur
2012-12-19 00:49:07 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Thibault Delavallée 3647496fb2 [REF] Project issue: added tracked fields, added modified auto subscription, removed now unnecessary chatter messages.
bzr revid: tde@openerp.com-20121218153631-43h4hcd9nsgo1b3o
2012-12-18 16:36:31 +01:00
Thibault Delavallée b95b32d644 [MERGE] Merged branch holding subtype work by APA.
bzr revid: tde@openerp.com-20121218131142-2jb6wac6y9q6dc7v
2012-12-18 14:11:42 +01:00
Thibault Delavallée 2dbe4a696e [MERGE] Sync wirth trunk.
bzr revid: tde@openerp.com-20121218093241-y0id5g1r1k6yok42
2012-12-18 10:32:41 +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
Thibault Delavallée 6d2a0d270f [MERGE] Merged lp:~openerp-dev/openobject-addons/trunk-tracked-fields-chs, with some selective choices.
bzr revid: tde@openerp.com-20121217095510-8upbg071esk5hlk1
2012-12-17 10:55:10 +01:00
Foram Katharotiya (OpenERP) 1f2f15c51d [IMP] update followers
bzr revid: fka@tinyerp.com-20121217091402-pylrooffkzykcnu9
2012-12-17 14:44:02 +05:30
Foram Katharotiya (OpenERP) 7608fe70de [IMP] add generic method _subscribe_followers_subtype in mail_thread & remove method in all module
bzr revid: fka@tinyerp.com-20121217073817-8kmp0j3kn39gyrwg
2012-12-17 13:08:17 +05:30
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Sanjay Gohel (Open ERP) 510af53747 [MERGE]with trunk
bzr revid: sgo@tinyerp.com-20121210050956-qie5jf94xvgogiaq
2012-12-10 10:39:56 +05:30
Foram Katharotiya (OpenERP) 955f2588a2 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121210045724-sk2hk8mmi8iahfwn
2012-12-10 10:27:24 +05:30
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +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