Browse Source

[FIX] Error in file name

pull/2/head
Stefan Rijnhart 12 years ago
parent
commit
36cba0ac7f
  1. 2
      web_import_models_with_inherits/__openerp__.py
  2. 1
      web_import_models_with_inherits/model/__init__.py

2
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',
],
}

1
web_import_models_with_inherits/model/__init__.py

@ -1,2 +1 @@
import basemodel
Loading…
Cancel
Save