Skip to content

Commit 03e7996

Browse files
committed
[DOC] server: add missing error code docs
1 parent 09dcf6e commit 03e7996

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

server/error_code.md

+8
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ A module cannot have its own name as a dependency in its manifest
127127
"The data key should be a list of strings"
128128
Values in the manifest's "data" list should be strings
129129

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+
130138
### OLS30302
131139

132140
"Do not use dict unpacking to build your manifest".

0 commit comments

Comments
 (0)