OdooJsonRpcClient
OdooJsonRpcClient copied to clipboard
Generate partial .NET classes in GetDotNetModel
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 the model he needs. Then customize some of them (on separate files). Later they can generate again additional models without conflicting with their customizations.