Skip to content

Commit df2ce0f

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ public class OdooProductProduct : IOdooModel
6868
[JsonProperty("product_tmpl_id")]
6969
public int ProductTmplId { get; set; }
7070
71+
[JsonProperty("activity_exception_decoration")]
72+
public ActivityExceptionDecorationOdooEnum? ActivityExceptionDecoration { get; set; }
73+
7174
...
7275
}
73-
74-
// Type of the exception activity on record.
76+
7577
[JsonConverter(typeof(StringEnumConverter))]
7678
public enum ActivityExceptionDecorationOdooEnum
7779
{

0 commit comments

Comments
 (0)