Browse Source

[DOC] mark module as obsolete for newest version

pull/1/head
Ivan Yelizariev 10 years ago
parent
commit
35fbe0e9cd
  1. 3
      __openerp__.py

3
__openerp__.py

@ -1,10 +1,11 @@
{ {
"name" : "Fix non-ascii header 'from'",
"name" : "Fix non-ascii header 'from' (OBSOLETE)",
"version" : "0.3", "version" : "0.3",
"author" : "Ivan Yelizariev", "author" : "Ivan Yelizariev",
"category" : "Mail", "category" : "Mail",
"website" : "https://yelizariev.github.io", "website" : "https://yelizariev.github.io",
"description": """ "description": """
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.
""", """,
"depends" : ["base"], "depends" : ["base"],
#"init_xml" : [], #"init_xml" : [],

Loading…
Cancel
Save