From 36cba0ac7f7af3229832ce2107b65e099d0a3528 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Mon, 4 Feb 2013 21:54:07 +0100 Subject: [PATCH] [FIX] Error in file name --- web_import_models_with_inherits/__openerp__.py | 2 +- web_import_models_with_inherits/model/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web_import_models_with_inherits/__openerp__.py b/web_import_models_with_inherits/__openerp__.py index a2e77646..5d92ed3a 100644 --- a/web_import_models_with_inherits/__openerp__.py +++ b/web_import_models_with_inherits/__openerp__.py @@ -43,6 +43,6 @@ This bug does not affect OpenERP 7.0, in which the import function has been refactored. """, 'js': [ - 'static/src/js/base_import.js', + 'static/src/js/data_import.js', ], } diff --git a/web_import_models_with_inherits/model/__init__.py b/web_import_models_with_inherits/model/__init__.py index 69d15ffd..2a843e26 100644 --- a/web_import_models_with_inherits/model/__init__.py +++ b/web_import_models_with_inherits/model/__init__.py @@ -1,2 +1 @@ import basemodel -