You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
577 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Fix non-ascii header 'from' (OBSOLETE)",
  4. "version": "0.3",
  5. "author": "IT-Projects LLC, Ivan Yelizariev",
  6. 'license': 'GPL-3',
  7. "category": "Discuss",
  8. "website": "https://yelizariev.github.io",
  9. "description": """
  10. Obsolete in odoo 8.0 since Sep 10, 2014 https://github.com/odoo/odoo/commit/f2cf6ced17d3477b8858e3a8f955a42cc8a629ff . You can install this module, if you use older version.
  11. """,
  12. "depends": ["base"],
  13. # "init_xml" : [],
  14. # "update_xml" : [],
  15. # "active": True,
  16. "installable": True
  17. }