odoo/openerp/tools
Thibault Delavallée c64b077362 [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore
- [FIX] bounce regex: too many emails were considered as bounce and therefore
not displayed in the chatter and lost for the communication history. The regex
was not correctly looking for the bounce alias in the email_to.
- [FIX] invite email: replying to the invitation email (invitation as new
follower) now replies to the user sending the invitation.
- [FIX] mass_mailing: added a column to store the id of the original email
in addition to the many2one column. The many2one is set to null when deleting
the original email. As the information is necessary, it is saved on another
field. The many2one is necessary for indexes purpose as the inverse of
a one2many.
2014-08-11 15:39:26 +02:00
..
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
amount_to_text.py [FIX] amount_to_text: make sure accented string is in unicode 2014-04-23 17:02:15 +02:00
amount_to_text_en.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
appdirs.py [FIX] move appsdirs to tools 2014-02-27 17:32:59 +01:00
assertion_report.py [IMP] tests: 2012-03-02 12:02:27 +01:00
cache.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
config.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
convert.py [ADD] Pseudo `clone` mode for <templates> using primary="True" 2014-06-11 17:03:02 +02:00
debugger.py [IMP] Move the netsvc.dispatch_rpc function from netsvc to openerp.http 2014-02-27 13:56:48 +01:00
float_utils.py [IMP] float_utils: simplified code, added float_repr 2011-12-21 00:47:40 +01:00
func.py [IMP] No cause to store self.fget.__name__ to its own attribute when it's only used once 2014-04-18 15:06:29 +02:00
graph.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
image.py [FIX] resize_image: auto convert BMP images to PNG 2014-04-01 17:44:17 +02:00
import_email.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
lru.py [IMP] compare to None by identity 2012-12-14 13:16:38 +01:00
mail.py [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
misc.py [IMP] refactoring: move function topological_sort to openerp.tools 2014-08-08 14:12:06 +02:00
osutil.py [IMP] new backup format. 2014-03-04 18:56:56 +01:00
parse_version.py [IMP] parse_version: ignore saas~ componants 2013-04-30 16:20:37 +02:00
pdf_utils.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
safe_eval.py [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
sql.py [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+ 2012-02-27 17:57:37 +01:00
test-config-values [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test-config-values-00.conf [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test_config.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
test_reports.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
translate.py [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
view_validation.py [FIX] view validation tests 2013-06-25 19:01:18 +02:00
which.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
win32.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
yaml_import.py [IMP] workflow: add sequence for ordering workflow transitions (split/join mode especially for XOR) 2014-08-05 12:26:28 +02:00
yaml_tag.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00