From 69881bc9b642d3ad207ca5dc2d71a141dfc1bd95 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 27 Jan 2015 16:23:34 +0100 Subject: [PATCH] [FIX] rename OpenERP->Odoo --- .../match_algorithm/openerp_standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail_attach_from_folder/match_algorithm/openerp_standard.py b/fetchmail_attach_from_folder/match_algorithm/openerp_standard.py index 217699169..159e82bfb 100644 --- a/fetchmail_attach_from_folder/match_algorithm/openerp_standard.py +++ b/fetchmail_attach_from_folder/match_algorithm/openerp_standard.py @@ -27,7 +27,7 @@ class openerp_standard(base): '''No search at all. Use OpenERP's standard mechanism to attach mails to mail.thread objects. Note that this algorithm always matches.''' - name = 'OpenERP standard' + name = 'Odoo standard' readonly_fields = [ 'model_field', 'mail_field',