Browse Source

[FIX] rename OpenERP->Odoo

pull/123/head
Holger Brunn 10 years ago
parent
commit
69881bc9b6
  1. 2
      fetchmail_attach_from_folder/match_algorithm/openerp_standard.py

2
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 '''No search at all. Use OpenERP's standard mechanism to attach mails to
mail.thread objects. Note that this algorithm always matches.''' mail.thread objects. Note that this algorithm always matches.'''
name = 'OpenERP standard'
name = 'Odoo standard'
readonly_fields = [ readonly_fields = [
'model_field', 'model_field',
'mail_field', 'mail_field',

Loading…
Cancel
Save