odoo/addons/crm_claim
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
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [FIX] crm_claim: the 'My Company' filter was wrong, not useful and not possible to achieve. It is therefore set as invisible, and its domain set as void. This won't break any inheriting views, and this filter is ready to be removed in 8.0 2013-11-29 11:27:09 +01:00
security [CLEAN] crm_claim: cleaned code before merging (mostly about buttons, and also a forgotten access rights thing) 2012-06-01 11:23:52 +02:00
test [FIX] mail: missing spaces in email subjects composed of several encoding 2015-05-12 17:53:16 +02:00
__init__.py [IMP] improved code. 2012-03-15 11:49:19 +05:30
__openerp__.py [MERGE] module desc + stock 2012-12-09 11:55:27 +01:00
crm_claim.py [IMP]: Improve copy method to set stage_id in draft stage 2014-06-24 19:05:46 +05:30
crm_claim_data.xml [ADD]change status name for better understanding and remove useless buttons 2012-11-09 14:57:12 +01:00
crm_claim_demo.xml [IMP]: crm*: Improved xml_id of demo claims so it can be generic 2012-07-30 16:02:21 +05:30
crm_claim_menu.xml [IMP]put arrow for all forms 2013-03-22 14:46:25 +05:30
crm_claim_view.xml [FIX] search views: use child_of operator for partner_id fields that can reference both companies and contacts 2013-04-20 04:26:42 +02:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30