Commit Graph

27 Commits

Author SHA1 Message Date
Denis Ledoux ffc40b611b [MERGE] forward port of branch saas-3 up to e2bfb96 2015-05-12 17:55:50 +02:00
Olivier LAURENT 242e61796b [FIX] mail: missing spaces in email subjects composed of several encoding
sometimes some blank spaces are lost in subject of some incoming messages

There is a bug in `decode_header` in Python < 3.3,
which leads to lost some spaces in the email subjects
when several encodings are used in this subject.

See
- Issue: http://bugs.python.org/issue1079
- Fix: https://hg.python.org/cpython/rev/8c03fe231877

Joining the strings returned in the result of `decode_header`
solves most cases. Only extreme cases, like having
a subject with several different encodings following
each other without white spaces between them could lead
to have extra spaces in the subject. It won't happen
most of the time.

Closes #6629
2015-05-12 17:53:16 +02:00
Thibault Delavallée 0aac1c7cb0 [REF] crm: removed references to base_stage in crm_lead / crm_claim + various pre-cleaning before removing state.
bzr revid: tde@openerp.com-20130708103011-53t1fllmrz0hdq8u
2013-07-08 12:30:11 +02:00
Vo Minh Thu 3fe1f53514 [REF] get_module_resource() must imported from openerp.modules (instead of openerp.addons).
bzr revid: vmt@openerp.com-20130416151844-gatbo4s2l2e6reme
2013-04-16 17:18:44 +02:00
Vo Minh Thu cebb9cce78 [FIX] import addons from the openerp namespace.
bzr revid: vmt@openerp.com-20130209070614-ejnizq2hlbpbbb3g
2013-02-09 08:06:14 +01:00
Thibault Delavallée c52ab94960 [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.
bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k
2012-09-04 11:28:20 +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
Rucha (Open ERP) 89a71a0264 [IMP]: crm*: Improved xml_id of demo claims so it can be generic
bzr revid: rpa@tinyerp.com-20120730103221-r9hc0nw5i6h3mzm2
2012-07-30 16:02:21 +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
ron@tinyerp.com 80990349d3 [IMP] crm_claim: put active_id field on crm.claim model
bzr revid: ron@tinyerp.com-20111123132410-fucil8261sijpvtq
2011-11-23 18:54:10 +05:30
ron@tinyerp.com 45c6d1382e [IMP] crm_claim: Created record on yml instead of calling onchange_event manually and renamed onchange_event.yml to claim_demo.yml
bzr revid: ron@tinyerp.com-20111123095416-2655ypsaymzqbr61
2011-11-23 15:24:16 +05:30
ron@tinyerp.com 52281da87a [IMP] crm_claim: Added case for update message for claim record
bzr revid: ron@tinyerp.com-20111104054732-c1okit7rzs5p4y1i
2011-11-04 11:17:32 +05:30
ron@tinyerp.com 7b9390159a [REM] crm, crm_helpdesk, crm_claim, crm_fundraising: Removed Unwanted spaces
bzr revid: ron@tinyerp.com-20111103052803-eamc7z5xb8kf5usj
2011-11-03 10:58:03 +05:30
Harry (OpenERP) afc57b31cd [IMP] crm_helpdesk: clean test case
bzr revid: hmo@tinyerp.com-20111025091125-pnxg7bdiqb5l3lfn
2011-10-25 14:41:25 +05:30
Harry (OpenERP) 391c3edca8 [IMP] crm_claim: clean test cases
bzr revid: hmo@tinyerp.com-20111025082849-caz28c9qwcqlq2is
2011-10-25 13:58:49 +05:30
ron@tinyerp.com 83b5a42efc [ADD] crm_claim: 1) Added directory =>crm_claim/test/ui,
1) Added file crm_claim/test/ui/claim_form.yml, 
2) covered partner_onchange_id and checked data

bzr revid: ron@tinyerp.com-20111018095622-ceg2nur0nlt93pjp
2011-10-18 15:26:22 +05:30
ron@tinyerp.com b7641ab3d2 [IMP, REM] crm_claim: All changes done in claim.yml
1) Removed code of onchange_partner_id, onchange_partner_address_id, stage_change
2) Updated code only claim is open to close process
3) updated __openerp__.py

bzr revid: ron@tinyerp.com-20111018071358-l5424dpckx7327n1
2011-10-18 12:43:58 +05:30
ron@tinyerp.com cc262bbd1e [ADD, MOVE] crm_claim: 1)Added process directory: crm_claim/test/process,
2) Move and renamed file from crm_claim/test/test_crm_claim.yml => crm_claim/test/process/claim.yml

bzr revid: ron@tinyerp.com-20111018063030-4dp0jkjbmpu0csml
2011-10-18 12:00:30 +05:30
DBR (OpenERP) cd78f6ac16 Improve the statments
bzr revid: dbr@tinyerp.com-20110922114325-pdaf41uih8gcgrmz
2011-09-22 17:13:25 +05:30
DBR (OpenERP) 8e93d5a59c [IMP]crm_* : Remove extra space
bzr revid: dbr@tinyerp.com-20110908102935-r3x7a03psb3j3bo0
2011-09-08 15:59:35 +05:30
DBR (OpenERP) 2bc4da7d1c [IMP]crm_claim : Improve the code
bzr revid: dbr@tinyerp.com-20110905085700-ozey706y64wsf11p
2011-09-05 14:27:00 +05:30
DBR (OpenERP) bada3f2618 [Merge]crm_claim : Improve the test case
bzr revid: dbr@tinyerp.com-20110902112352-t958m7p5j1j249bj
2011-09-02 16:53:52 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
mtr fd120595c6 [IMP] account*,crm*,hr*,auction,delivery,event:changed static date of 2010 to current date
bzr revid: mtr@mtr-20110105072914-mnmacnml1n6inkyh
2011-01-05 12:59:14 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
rpa (Open ERP) 124db51e59 [FIX]: crm, crm_claim, crm_helpdesk: Fixed warnings in yaml test
bzr revid: rpa@tinyerp.com-20100710133042-ltnj91iclrkj3jy0
2010-07-10 19:00:42 +05:30
rpa (Open ERP) fb104caa8a [REM]: crm: Moved claims from crm
[ADD]: crm_claim: Added new module for claims

bzr revid: rpa@tinyerp.com-20100428114159-8z26jqc11g9t61a0
2010-04-28 17:11:59 +05:30