Commit Graph

131 Commits

Author SHA1 Message Date
Amit (OpenERP) 029121fa0e [MERGE]
bzr revid: apa@tinyerp.com-20110929051211-ywtr87iv48jl17iy
2011-09-29 10:42:11 +05:30
RavishchanraMurari (Open ERP) bd03e6aabf project_issue_kanban
bzr revid: rmu@tinyerp.com-20110915123642-hiq0sfcunrciytk3
2011-09-15 18:06:42 +05:30
Atik Agewan (OpenERP) 53be1a95ef [ADD] Hr_expense,Hr_holidays,Hr_Recrutment,,Project_issue:Add widget=statusbar in state field.
bzr revid: aag@tinyerp.com-20110915054340-i84rf83h7ctkvvu3
2011-09-15 11:13:40 +05:30
Stephane Wirtel 8eb4f30d90 [MERGE] lp:~openerp-dev/openobject-addons/trunk-usability-project-userid-insteadof-assignedto-tta
bzr revid: stw@openerp.com-20110914093937-p8hn65x5sc8ixod2
2011-09-14 11:39:37 +02:00
Olivier Dony 898108de88 [FIX] project.issue: typo
bzr revid: odo@openerp.com-20110908010617-sjy3xnkw2o8uqgjm
2011-09-08 03:06:17 +02:00
Olivier Dony fbbbe76d00 [IMP] project.issue: simplified mail composition wizard
bzr revid: odo@openerp.com-20110907211547-nzcjbqpkw7kmx1zc
2011-09-07 23:15:47 +02:00
Raphael Collet 958002eadb [IMP] remove obsolete commented code
bzr revid: rco@openerp.com-20110902130908-ep9chm1uvaeg7itc
2011-09-02 15:09:08 +02:00
Raphael Collet b12caae3a0 [FIX] restore on_change_project on project_issue, to make it work in project_issue_sheet
bzr revid: rco@openerp.com-20110902122924-nm75xvs60o1m3i4k
2011-09-02 14:29:24 +02:00
Tejas (OpenERP) cfffadc509 [Usability project_isses, renamed the field and changed the core relavend to it, assigned_to to user_id]
bzr revid: tta@openerp.com-20110830084510-0zqh6akkptue5zet
2011-08-30 14:15:10 +05:30
Antony Lesuisse 4f5fa4f0d8 [MERGE] trunk
bzr revid: al@openerp.com-20110828025452-vkkj23005ct60wpb
2011-08-28 04:54:52 +02:00
Antony Lesuisse f1c98c8160 [FIX] project_issue removed unused fields
bzr revid: al@openerp.com-20110828022224-q3x2ogkdozmjao3b
2011-08-28 04:22:24 +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 4fcb67bef1 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110822171856-1zkyunpjyz5ffdth
2011-08-22 19:18:56 +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
fp 32624d2857 [IMP] Misc useability improvement
bzr revid: fp@fp-laptop-20110818193044-dwv8je39jv65dbta
2011-08-18 21:30:44 +02:00
ron@tinyerp.com 672a71be93 [IMP]project_issue: Improved in fields
bzr revid: ron@tinyerp.com-20110812132933-cqdqnise609ubesr
2011-08-12 18:59:33 +05:30
ron@tinyerp.com 5b4f60bcd0 [IMP]project_issue: Add new field(days_since_creation) as a diffrence between create_date and today()
bzr revid: ron@tinyerp.com-20110812130624-34exduud974omfhn
2011-08-12 18:36:24 +05:30
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
Quentin (OpenERP) 13ecd980b7 [IMP] project_issue: adding new field inactivity_days, that can be used in tree view to color late things on which action is needed
bzr revid: qdp-launchpad@openerp.com-20110809103736-yd4hokhciyy681pl
2011-08-09 12:37:36 +02:00
Rucha (Open ERP) 324e4a4fad [ADD]: project_issue: Added new field inactivity days, which is the difference between the last_action_date and today
bzr revid: rpa@tinyerp.com-20110809102304-qhyv4xmwlrbpfumu
2011-08-09 15:53:04 +05:30
Olivier Dony f36e724804 [IMP] removed remaining method=True params from fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields.

bzr revid: odo@openerp.com-20110705122857-zvzpamu0n24zst1q
2011-07-05 14:28:57 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Rifakat Haradwala (Open ERP) 3a904e407b [IMP] mail: able to retrive priority of an email message and related changes in message_new() and message_update()
bzr revid: rha@tinyerp.com-20110503063844-yhlhlnpvciveh219
2011-05-03 12:08:44 +05:30
Rifakat Haradwala (Open ERP) 96a33521da [IMP] crm,crm_claim,crm_helpdesk,hr_recruitment,project_issue,project_mailgate: improvement in message_new()
bzr revid: rha@tinyerp.com-20110502065849-19nilmvniw28n8ts
2011-05-02 12:28:49 +05:30
Harry (OpenERP) cf032c0bf0 [MERGE] correction of backlog1
bzr revid: hmo@tinyerp.com-20110421095844-73673t3zs2clyeba
2011-04-21 15:28:44 +05:30
Rifakat Haradwala (Open ERP) 4b2f93cb34 [FIX]: removed method _history() and called history() instead
bzr revid: rha@tinyerp.com-20110421091915-fw1sr549av69mm4b
2011-04-21 14:49:15 +05:30
Harry (OpenERP) 0577796333 [MERGE] merged addons trunk development branch after resolving conflicts
bzr revid: hmo@tinyerp.com-20110421080156-3c8gg29i01089rgo
2011-04-21 13:31:56 +05:30
Harry (OpenERP) 4ac2b7677d [MERGE] correction of backlog1 in message_new() and message_pdate()
bzr revid: hmo@tinyerp.com-20110420084321-npp1sat63yawcx5p
2011-04-20 14:13:21 +05:30
Rifakat Haradwala (Open ERP) 190148f759 [FIX]: changes in message_update()
bzr revid: rha@tinyerp.com-20110420081141-4w1wi70e290m2a69
2011-04-20 13:41:41 +05:30
Rifakat Haradwala (Open ERP) 280e446cef [FIX]: attachment type as dictionary
bzr revid: rha@tinyerp.com-20110420062646-ngijwvt2395cihuw
2011-04-20 11:56:46 +05:30
Rifakat Haradwala (Open ERP) 7ed0659f6e [IMP] mail: improvement for message_new() and related modules
bzr revid: rha@tinyerp.com-20110420060605-7q1z5917g1b7wapw
2011-04-20 11:36:05 +05:30
Rifakat Haradwala (Open ERP) 0db9b58ef9 [IMP] crm_helpdesk, project_issue, hr_recruitment, event, project_planning: inherited email.compose.message in these modules
bzr revid: rha@tinyerp.com-20110408111001-9om0nhd9c9irtwkc
2011-04-08 16:40:01 +05:30
Thibault Francois b11a71fd87 [MERGE] improvement project-issue
bzr revid: tfr@openerp.com-20110407114145-xvr27pjquxwk9ff0
2011-04-07 13:41:45 +02:00
Rifakat Haradwala (Open ERP) 4fe15ff183 [FIX] crm, crm_claim, crm_helpdesk, hr_recruitent, project_issue, project_mailgate: fix double attachment creation error as removing attachment from message_new()
bzr revid: rha@tinyerp.com-20110406111647-8xcyc2ershxj6q1a
2011-04-06 16:46:47 +05:30
Rifakat Haradwala (Open ERP) 5bebe7d2f1 [IMP] crm, email_thread.py: changes in message_new() arguments and improvements
bzr revid: rha@tinyerp.com-20110406074701-70vye5ey1sgg3b2v
2011-04-06 13:17:01 +05:30
Rifakat Haradwala (Open ERP) 2fe7c51e36 [REM] email.smtp_server: removed email.smtp_server and did changes in email module
bzr revid: rha@tinyerp.com-20110321133156-y57yw6sekshnw9ns
2011-03-21 19:01:56 +05:30
Rifakat Haradwala (Open ERP) 455fb2d6b3 [IMP] email: email cleanup
bzr revid: rha@tinyerp.com-20110318134419-78qmipdipsryqgnz
2011-03-18 19:14:19 +05:30
Yogesh (OpenERP) ece864e532 [IMP] email.compose.message :- add the email_model=model name pass in context in xml file and change the active_model to email_model in default_get method. Global list define of email_model in crm and module are install then add the model name in this list.
bzr revid: ysa@tinyerp.com-20110224101305-iagvga1j6o6h4k0k
2011-02-24 15:43:05 +05:30
Yogesh (OpenERP) ffe7340159 [IMP] remove unused import statement.
bzr revid: ysa@tinyerp.com-20110218124846-uas68so40m2bvi4n
2011-02-18 18:18:46 +05:30
Yogesh (OpenERP) d1dcd5a16f [IMP] remove duplicate code in crm, crm_claim. crm_helpdesk, event, hr_recruitment, project_issu relate to send mail wizard.and improve email.message.send wizard.
bzr revid: ysa@tinyerp.com-20110218124509-srcrk6lz4p4f3wlw
2011-02-18 18:15:09 +05:30
Yogesh (OpenERP) b086aadd1e [IMP] project_issue :- call email.message.send.wizard in oprtunity instead of crm.send.mail wizard.
bzr revid: ysa@tinyerp.com-20110218115656-off7dhkdo0n5sh71
2011-02-18 17:26:56 +05:30
Yogesh (OpenERP) 0c7876ac29 [IMP] replace mailgate.message to email.message in addons module.
bzr revid: ysa@tinyerp.com-20110207055157-yr9co24w84kv0yvy
2011-02-07 11:21:57 +05:30
Sbh (OpenERP) 61a4141a78 [IMP] project: performance issues
bzr revid: sbh@tinyerp.com-20110117131257-bfkuwnme3rwnlfew
2011-01-17 18:42:57 +05:30
Stephane Wirtel cf0e2e54b4 [IMP] Re-open an pending or closed issue by email
bzr revid: stephane@openerp.com-20110114131622-105w96ifgniwdykc
2011-01-14 14:16:22 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Fabien Pinckaers ea969153db [IMP+FIX] improvements patches from xrg
bzr revid: fp@tinyerp.com-20101017173000-m208j7b6kges3zlc
2010-10-17 19:30:00 +02:00