Commit Graph

90 Commits

Author SHA1 Message Date
Meera Trambadia (OpenERP) 7427dcd7b1 [IMP] base_*,crm*,plugin_*,product,sale:-added group no_one and reorganised menus
bzr revid: mtr@tinyerp.com-20120319100954-zjkb81m63v5irf4t
2012-03-19 15:39:54 +05:30
Xavier Morel c2b1f52026 [REM] form view in mail message o2ms
bzr revid: xmo@openerp.com-20111205140257-1h0dnuly3tqdqsnb
2011-12-05 15:02:57 +01:00
Vo Minh Thu d05828fddd [FIX] context field on crm.case.categ fixed to use ref().
bzr revid: vmt@openerp.com-20111124142001-6ka7xru57g5eu5bv
2011-11-24 15:20:01 +01:00
Fabien Pinckaers c3a79fbc36 merge
bzr revid: fp@tinyerp.com-20110924091037-kpy965dboeutk5y4
2011-09-24 11:10:37 +02:00
Olivier Dony 253eaa462d [FIX] fix useless and invalid casts in domain fields
The ORM will automatically append 00:00:00 to a date
literal that is being compared with a timestamp field
with operators '>' or '>=', and 23:59:59 if compared
with operators '<' or '<='.
So a trivial domain for 'Today' is:
[('tstamp_field','>=',current_date),('tstamp_field','<=',current_date)]
taking advantage of the current_date helper that
is defined as the current date in YYYY-MM-DD format.

bzr revid: odo@openerp.com-20110924005547-pvgblte6r14so7mw
2011-09-24 02:55:47 +02:00
Antony Lesuisse ccc56996dd [MERGE] trunk-search_views or instead of and in groups
bzr revid: al@openerp.com-20110923172247-pj5ii3pxisiyco6k
2011-09-23 19:22:47 +02:00
Rucha (Open ERP) 0e861ae34a [MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement
bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85
2011-09-22 11:44:19 +05:30
DBR (OpenERP) 289ad6ec3f [IMP]Improve Domains
bzr revid: dbr@tinyerp.com-20110921071544-quyoatb7d1ba5fh3
2011-09-21 12:45:44 +05:30
DBR (OpenERP) 15df3b8cf2 [IMP]Improve the help
bzr revid: dbr@tinyerp.com-20110921054146-o0dhl9b1olp2hnk4
2011-09-21 11:11:46 +05:30
Mayur Maheshwari (OpenERP) 1be371c851 [IMP]account_voucher,crm_claim,crm_fundraising,marketing_campaign,stock,purchase_requisition:removed a quote from statusbar_colour as per suggestion
bzr revid: mma@tinyerp.com-20110921051720-ag458lyz42o64bhb
2011-09-21 10:47:20 +05:30
DBR (OpenERP) b08399c084 [IMP]Improve the help
bzr revid: dbr@tinyerp.com-20110920112922-gacht3qg0o4ypkx9
2011-09-20 16:59:22 +05:30
DBR (OpenERP) 8a227c6762 [IMP]crm_helpdesk : Improve the filter help
bzr revid: dbr@tinyerp.com-20110919112413-zcs8fdfhn32l82sk
2011-09-19 16:54:13 +05:30
DBR (OpenERP) d24b721ae9 [IMP]crm_helpdesk : Improve the code
bzr revid: dbr@tinyerp.com-20110919111214-m7f5j63fvscxnzv8
2011-09-19 16:42:14 +05:30
DBR (OpenERP) 82b56b64a1 [IMP]crm_helpdesk : Improve the filter
bzr revid: dbr@tinyerp.com-20110919103653-cdw9nt96xgsy5zgj
2011-09-19 16:06:53 +05:30
DBR (OpenERP) 88acb39c5f [IMP]sales_crm : Improve the search view
bzr revid: dbr@tinyerp.com-20110919070909-em15z9u8epr93jh5
2011-09-19 12:39:09 +05:30
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Mayur Maheshwari (OpenERP) 3846b99e01 [IMP]stock:statusbar Improvement is Done as per suggestion
bzr revid: mma@tinyerp.com-20110915133052-di9iknwgnromr4s4
2011-09-15 19:00:52 +05:30
Mayur Maheshwari (OpenERP) 364f9aefa9 [IMP]stock,purchase_requisition,crm:statusbar Improvement is Done
bzr revid: mma@tinyerp.com-20110914131111-3o0jykg61r5eq98c
2011-09-14 18:41:11 +05:30
Olivier Dony f0d937e96d [FIX] mail*: add missing `email_from` field for list views that need it for attrs
bzr revid: odo@openerp.com-20110909141844-b9vnj0p0tin534uu
2011-09-09 16:18:44 +02:00
Olivier Dony 1db8e54425 [IMP] all: unified context params for mail composition wizard
A single common `mail.compose.message.mode` key is now
used in the context, avoiding name collisions and being
more consistent.

bzr revid: odo@openerp.com-20110906093228-itbilwzpv4wl07j9
2011-09-06 11:32:28 +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 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
Raphael Collet 87f239fb33 [MERGE] remove extended filters
bzr revid: rco@openerp.com-20110804102635-2ixo1tmogsulj83u
2011-08-04 12:26:35 +02:00
Tejas (OpenERP) 72a32d4ced [Usability] Removed the extended filter from addons
bzr revid: tta@openerp.com-20110727124004-u5a349pmzrr1rta2
2011-07-27 18:10:04 +05:30
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
Yann Papouin 82eb76aa0b [BUG/FIX] crm_helpdesk : tree view color condition for done imporved
lp bug: https://launchpad.net/bugs/799182 fixed

bzr revid: jam@tinyerp.com-20110620111543-w4ih3nspu1cgm6s8
2011-06-20 16:45:43 +05:30
Olivier Dony 560915cb68 [MERGE] merged latest fixes from 6.0 up to r.4556
Rev 4556 = revision-id: jvo@tinyerp.com-20110502133745-s1zyed65h6ojwkvk.

bzr revid: odo@openerp.com-20110502184643-d3qzosqdurscd51i
2011-05-02 20:46:43 +02:00
Harry (OpenERP) 5be7bbd5c3 [MERGE] merged with trunk development branch
bzr revid: hmo@tinyerp.com-20110428111210-llk36qlgkdz1ls54
2011-04-28 16:42:10 +05:30
Atul Patel (OpenERP) d94a7aa661 [ADD]crm_helpdesk: Add filter on write date of crm helpdesk module.
bzr revid: atp@tinyerp.com-20110413104331-5tr4p052t8jj9tpc
2011-04-13 16:13:31 +05:30
Harry (OpenERP) bc708c8b96 [REVIEW] remove passing email_model and email_res_id into context
bzr revid: hmo@tinyerp.com-20110412091820-t9wjrzetr814soeg
2011-04-12 14:48:20 +05:30
Rifakat Haradwala (Open ERP) dbf82a8fb4 [FIX] rename name, descrition field to subject and body to remaining modules
bzr revid: rha@tinyerp.com-20110408072853-bhoeuqdfgoqx3tyb
2011-04-08 12:58:53 +05:30
Rifakat Haradwala (Open ERP) 47a85e9f8f [IMP] mail: rename module email to mail because of parsing error
bzr revid: rha@tinyerp.com-20110404094552-j2rdq2sbeqrbffgn
2011-04-04 15:15:52 +05:30
Xavier Morel 8141573dee [REM] attribute 'select' on field elements in search views, this attributes makes no sense
bzr revid: xmo@openerp.com-20110315124111-c79fxotsc0tk011q
2011-03-15 13:41:11 +01:00
DHS (OpenERP) 473c3f13f3 [FIX] CRM_Helpdesk : Helpdesk categories are not displayed due to context (Ref : Case 4500)
bzr revid: dhs@tinyerp.com-20110315122514-ie2qnb0r9c6hggiq
2011-03-15 17:55:14 +05:30
Xavier Morel 6ff62c43da [IMP] remove apparently unused 'separator' attribute on some filter elements, tightening the RNG
bzr revid: xmo@openerp.com-20110314175430-zmitioduzwmn9de4
2011-03-14 18:54:30 +01:00
Yogesh (OpenERP) e1afe5828a [IMP] change module name emails to email and related to changes in addons all module. move email_gateway module file in email module and also related changes in related module..
bzr revid: ysa@tinyerp.com-20110310073900-ivesygpb7cdwpp43
2011-03-10 13:09:00 +05:30
Yogesh (OpenERP) 230b03e26f [IMP] improce email.compose wizard code. and change active_id to email_res_id.
bzr revid: ysa@tinyerp.com-20110301095057-sb8tsgovwpt852yj
2011-03-01 15:20:57 +05:30
Harry (OpenERP) bbbbf1359a [MERGE] merged with trunk-addons-development branch
bzr revid: hmo@tinyerp.com-20110224131516-zooy75ufkl0783kr
2011-02-24 18:45:16 +05:30
Yogesh (OpenERP) d44239edd2 [REM] remove unused value in context. like mail=new remove in context related to email.compose.message wizard.
bzr revid: ysa@tinyerp.com-20110224115801-wc1ka9ntxtvnwm4y
2011-02-24 17:28:01 +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
RME (OpenERP) 2129c85c12 [FIX] crm_helpdesk : History of after-sale services helpdesk should not be deleted
lp bug: https://launchpad.net/bugs/722721 fixed

bzr revid: rme@tinyerp.com-20110222085527-it1fzurq96yjygcc
2011-02-22 14:25:27 +05:30
Yogesh (OpenERP) 40db9a2378 [IMP] email.compose.message :- improve context value in related module.
bzr revid: ysa@tinyerp.com-20110222050737-hq5uv88etuu06yow
2011-02-22 10:37:37 +05:30
Yogesh (OpenERP) 748860ca60 [IMP] emails :- change emails.message.send wizard name to email.compose.message wizard and related changes in some module.
bzr revid: ysa@tinyerp.com-20110221095401-pl0pyhzr7h8w7mjl
2011-02-21 15:24:01 +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) 3e1b8764eb [IMP] crm_helpdesk :- call email.message.send.wizard in oprtunity instead of crm.send.mail wizard.
bzr revid: ysa@tinyerp.com-20110218112850-k9bpkg9v7rceixq7
2011-02-18 16:58:50 +05:30
Sbh (OpenERP) 5aec3a612d [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101227065345-nx77uqseiu9apvzk
2010-12-27 12:23:45 +05:30
Sbh (OpenERP) a057f85208 [IMP] crm,project_issue,hr_recruitment: improve the tooltips and renmae the history tab to Communication history
bzr revid: sbh@tinyerp.com-20101223053045-jb6rfbwfr6ul1lin
2010-12-23 11:00:45 +05:30
Els Van Vossel ab38e64d02 [IMP] changed menutips
bzr revid: openerp@evv-laptop-20101214062211-mlp6bzfhb0tw0fu6
2010-12-14 07:22:11 +01:00
Vir (Open ERP) 80cd518e1d [ADD/MOD] Improved tooltips on menus
bzr revid: vir@tinyerp.com-20101016082655-jtqm0447fb7zkrv9
2010-10-16 13:56:55 +05:30