Skip to content

Commit 5a55282

Browse files
authored
Update README.md
1 parent 70e2be6 commit 5a55282

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,18 @@ public class OdooProductProduct : IOdooModel
6969
public int ProductTmplId { get; set; }
7070
7171
...
72+
}
7273
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-
}
74+
// Type of the exception activity on record.
75+
[JsonConverter(typeof(StringEnumConverter))]
76+
public enum ActivityExceptionDecorationOdooEnum
77+
{
78+
[EnumMember(Value = "warning")]
79+
Alert = 1,
80+
81+
[EnumMember(Value = "danger")]
82+
Error = 2,
83+
}
8384
```
8485

8586

0 commit comments

Comments
 (0)