Commit Graph

11 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
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 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) 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 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