We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e2be6 commit 5a55282Copy full SHA for 5a55282
1 file changed
README.md
@@ -69,17 +69,18 @@ public class OdooProductProduct : IOdooModel
69
public int ProductTmplId { get; set; }
70
71
...
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
- }
+// Type of the exception activity on record.
+[JsonConverter(typeof(StringEnumConverter))]
+public enum ActivityExceptionDecorationOdooEnum
+{
+ [EnumMember(Value = "warning")]
+ Alert = 1,
+
+ [EnumMember(Value = "danger")]
+ Error = 2,
83
84
```
85
86
0 commit comments