Hello everyone
I'm trying to create invoices in ODOO V12 with items that have taxes from C# using some libraries but I can't do it.
Invoices and invoice lines are saved but without taxes.
I've tried everything but I can't replicate the solutions I saw on the internet for other languages.
My code repository with which I am testing is this
https://github\\.com/luke92/OdooNetFramework
and\ these\ are\ the\ libraries\ that\ I\ was\ testing
https://github\\.com/patricoos/PortaCapena\\.OdooJsonRpcClient
https://github\\.com/iceship/OdooRpcWrapper
Even\ here\ I\ published\ the\ error\ that\ happens\ to\ me\ in\ one\ of\ the\ libraries
https://github.com/patricoos/PortaCapena.OdooJsonRpcClient/issues/35
Any doubt I am at your disposal
Thanks
Regards