Commit Graph

328 Commits

Author SHA1 Message Date
Stephane Wirtel 3dc8168974 [FIX] Set the categories
bzr revid: stw@openerp.com-20111005141902-72du0lku4x176ix9
2011-10-05 16:19:02 +02:00
Stephane Wirtel 1ba826a4ea [REF] Rename the categories
bzr revid: stw@openerp.com-20110928141258-9hfn5rfhboar2e5z
2011-09-28 16:12:58 +02:00
Fabien Pinckaers 7ae605dc45 merge
lp bug: https://launchpad.net/bugs/810404 fixed

bzr revid: fp@tinyerp.com-20110924104526-c08gf9uea5nxg9hg
2011-09-24 12:45:26 +02:00
Fabien Pinckaers c3a79fbc36 merge
bzr revid: fp@tinyerp.com-20110924091037-kpy965dboeutk5y4
2011-09-24 11:10:37 +02:00
Fabien Pinckaers 68cc4c3948 merge
bzr revid: fp@tinyerp.com-20110924090227-z4m2ymb6b1n5oxvz
2011-09-24 11:02:27 +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
DBR (OpenERP) a1901114ed [RMV]crm_caldav: remove yml file
bzr revid: dbr@tinyerp.com-20110922123752-5fasbwimvaetnwxu
2011-09-22 18:07:52 +05:30
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) 3548d87cd7 [IMP] Improve code for message
bzr revid: dbr@tinyerp.com-20110921111601-0m5upjqrrdm4y3eb
2011-09-21 16:46:01 +05:30
DBR (OpenERP) 6d7fe80f9a [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110921104455-yg1j8lu1yfoufeel
2011-09-21 16:14:55 +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) fa577c8a15 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110920064550-v90yjoblpzp5ebiq
2011-09-20 12:15:50 +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
DBR (OpenERP) e8c112c837 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110914051815-eufzxqhse757el5w
2011-09-14 10:48:15 +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
DBR (OpenERP) 8e93d5a59c [IMP]crm_* : Remove extra space
bzr revid: dbr@tinyerp.com-20110908102935-r3x7a03psb3j3bo0
2011-09-08 15:59:35 +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
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
Olivier Dony f42126df0e [MERGE] latest trunk
bzr revid: odo@openerp.com-20110906080846-lyi3haucchsaz7uo
2011-09-06 10:08:46 +02:00
DBR (OpenERP) f7abf1618e [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20110906050618-nmzuy802krxzsm8f
2011-09-06 10:36:18 +05:30
Launchpad Translations on behalf of openerp 752df5acbd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110905055933-cld0r3vv3jmiu5bx
bzr revid: launchpad_translations_on_behalf_of_openerp-20110906044018-ajk9u7zfqoiatufs
2011-09-06 04:40:18 +00:00
DBR (OpenERP) 5a4a9d8562 [Merge]crm_helpdesk : Improve the test case
bzr revid: dbr@tinyerp.com-20110902114336-cna1ha496f7xxtrc
2011-09-02 17:13:36 +05:30
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
Antony Lesuisse 17e2f04cb7 [MERGE] trunk-usability rco
bzr revid: al@openerp.com-20110806002104-xpc258vhv54j5w53
2011-08-06 02:21:04 +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
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
Raphael Collet 292b4683b6 [MERGE] add field 'complexity' in modules
bzr revid: rco@openerp.com-20110708100307-5axn5hnn92qm8qiw
2011-07-08 12:03:07 +02:00
Hardik Ansodariy (OpenERP) 1f5aa0643f [IMP]: module is defined by its complexity
bzr revid: han@tinyerp.com-20110706122928-xvcpdu5inpkganfy
2011-07-06 17:59:28 +05:30
Jigar Amin 7604ece9b3 [BUG-FIX] refector - Fetch mail message_new subject missing condition
lp bug: https://launchpad.net/bugs/805507 fixed

bzr revid: jam@tinyerp.com-20110705054619-f3ur6at5cwf2zqtk
2011-07-05 11:16:19 +05:30
Launchpad Translations on behalf of openerp 9decec9915 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110629044336-up8sg0vsmd59rewj
2011-06-29 04:43:36 +00: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
Launchpad Translations on behalf of openerp 154addd6bb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110607043551-4rpi9kkxnhsqxd0n
bzr revid: launchpad_translations_on_behalf_of_openerp-20110608043635-x9rtk2xkh75xlvq5
bzr revid: launchpad_translations_on_behalf_of_openerp-20110609043554-qetee7pedmsdwjm8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110610043735-3d5rff99pe1zho3w
2011-06-10 04:37:35 +00:00
Launchpad Translations on behalf of openerp de0f30f575 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110518043750-wskbxs3fda9kc3gl
2011-05-18 04:37:50 +00:00