Manitra Andriamitondra
Manitra Andriamitondra
A better approch to solving issue #50 is just to create a naming container and add an auto incremented suffix in case of duplicates. This way, we don't have to...
By making the .NET models partial, developers can add fields, code or interface implementations or even base class. This allow a more flexible work flow where the developer generate only...
I receive an exception when trying to read the Access rights of some Odoo Users (res.users) : `Not implemented json mapping value: '$\"sel_groups_9_18_10\": 10' to Nullable` After careful check, it...
I generated the .NET model for the `res.users` model on my Odoo 11 instance and there were few duplicated enum values : ### res.users `````` [JsonConverter(typeof(StringEnumConverter))] public enum TimezoneResUsersOdooEnum {...