OdooJsonRpcClient icon indicating copy to clipboard operation
OdooJsonRpcClient copied to clipboard

Generate partial .NET classes in GetDotNetModel

Open manitra opened this issue 2 years ago • 0 comments

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.

manitra avatar Mar 19 '23 19:03 manitra