[IMP] relative imports, remove deprecated keys in manifest

pull/60/head
Holger Brunn 2014-09-22 17:06:13 +02:00
parent ebe8af2e9b
commit d577676905
2 changed files with 2 additions and 3 deletions

View File

@ -18,5 +18,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
import fields from . import fields
import base_field_serialized from . import base_field_serialized

View File

@ -23,7 +23,6 @@
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3", "license": "AGPL-3",
"complexity": "normal",
"description": """This addon restores serialized fields for Odoo 8.0 "description": """This addon restores serialized fields for Odoo 8.0
""", """,
"category": "Hidden/Dependency", "category": "Hidden/Dependency",