Skip to content

Commit 4749872

Browse files
mmahroussfda-odoo
authored andcommitted
[DOC] server: add compute diagnostic description
1 parent 815f3ba commit 4749872

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/error_code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,8 @@ Type of references field in related keyword argument does not match the current
251251
### OLS30327
252252
"Method does not exist on current model"
253253
For compute, search, inverse arguments, this error is shown when the method is not found on the current model
254+
255+
### OLS30328
256+
"Compute method not set to modify this field"
257+
The compute method is set to modify a certain field(s).
258+
Consider marking the modified field with the compute method

0 commit comments

Comments
 (0)