You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/error_code.md
+8
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,14 @@ A module cannot have its own name as a dependency in its manifest
127
127
"The data key should be a list of strings"
128
128
Values in the manifest's "data" list should be strings
129
129
130
+
### OLS30209
131
+
"Manifest keys should be strings"
132
+
Keys of the dictionary in manifest files have to be string literals
133
+
134
+
### OLS30210
135
+
"Module `{module_name}` depends on `{wrong_dependency}` which is not found. Please review your addons paths"
136
+
Module has dependency on a dependency that is either wrong or does not exist. Check that module folder exists, and it contains `__init__.py` and `__manifest__.py`
137
+
130
138
### OLS30302
131
139
132
140
"Do not use dict unpacking to build your manifest".
0 commit comments