fixed: error on Odoo version 13 & 14#2
Open
sambatlim wants to merge 3 commits intoPolymorphe57:masterfrom
Open
fixed: error on Odoo version 13 & 14#2sambatlim wants to merge 3 commits intoPolymorphe57:masterfrom
sambatlim wants to merge 3 commits intoPolymorphe57:masterfrom
Conversation
fixed view error on odoo version 13 & 14 due to there is the absent of ControlPanel and SearchPanel:
```
Traceback:
TypeError: Cannot read property 'modelExtension' of undefined
at Class.init (http://localhost:8069/web/static/src/js/views/abstract_view.js:201:72)
at Class.prototype.<computed> [as init] (http://localhost:8069/web/static/src/js/core/class.js:90:38)
at Class.init (http://localhost:8069/hello_world_view/static/src/js/hello_world_view.js:118:21)
at Class.prototype.<computed> [as init] (http://localhost:8069/web/static/src/js/core/class.js:90:38)
at new Class (http://localhost:8069/web/static/src/js/core/class.js:107:33)
at Class._createViewController (http://localhost:8069/web/static/src/js/chrome/action_manager_act_window.js:191:24)
at http://localhost:8069/web/static/src/js/chrome/action_manager_act_window.js:306:43
```
Author
|
fixed issue #1 |
|
Tested with Odoo 14 and these fixes worked well. Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed view error on odoo version 13 & 14 due to there is the absent of ControlPanel and SearchPanel: