Skip to content

Commit 70e2be6

Browse files
authored
Update README.md
1 parent 0d8bd6d commit 70e2be6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ public class OdooProductProduct : IOdooModel
6969
public int ProductTmplId { get; set; }
7070
7171
...
72+
73+
// Type of the exception activity on record.
74+
[JsonConverter(typeof(StringEnumConverter))]
75+
public enum ActivityExceptionDecorationOdooEnum
76+
{
77+
[EnumMember(Value = "warning")]
78+
Alert = 1,
79+
80+
[EnumMember(Value = "danger")]
81+
Error = 2,
82+
}
7283
```
7384

7485

0 commit comments

Comments
 (0)