Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
67 stars 29 forks source link

Generate partial .NET classes in GetDotNetModel #58

Open manitra opened 1 year ago

manitra commented 1 year ago

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.