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 5a55282 commit df2ce0fCopy full SHA for df2ce0f
1 file changed
README.md
@@ -68,10 +68,12 @@ public class OdooProductProduct : IOdooModel
68
[JsonProperty("product_tmpl_id")]
69
public int ProductTmplId { get; set; }
70
71
+ [JsonProperty("activity_exception_decoration")]
72
+ public ActivityExceptionDecorationOdooEnum? ActivityExceptionDecoration { get; set; }
73
+
74
...
75
}
-
-// Type of the exception activity on record.
76
77
[JsonConverter(typeof(StringEnumConverter))]
78
public enum ActivityExceptionDecorationOdooEnum
79
{
0 commit comments