-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odoo 17 Projects - Bug cannot unmarshal properties_definition #90
Comments
While executing var tableName = "project.project"; |
odoo version? |
17.0 enterprise on odoo.sh
On 8 Jan 2024, at 23:23, Patrick ***@***.***> wrote:
odoo version?
—
Reply to this email directly, view it on GitHub<#90 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDRQ72T2GW3SKWDSOP735P3YNRWVFAVCNFSM6AAAAABBQSDHYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBRHEYTKMBWGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I got the same error. {
"server_version": "saas~17.1+e",
"server_version_info": [
"saas~17",
1,
0,
"final",
0,
"e"
],
"server_serie": "saas~17.1",
"protocol_version": 1
}
|
Same error trying to get the "crm.lead" table, anyone found a solution? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System.Exception
$>d__0.MoveNext() inHResult=0x80131500
Message=Cannot unmarshal Enum 'OdooValueTypeEnum' - 'properties_definition'
Source=PortaCapena.OdooJsonRpcClient
StackTrace:
at PortaCapena.OdooJsonRpcClient.Models.OdooPropertyInfo.ToOdooValueTypeEnum(String value)
at PortaCapena.OdooJsonRpcClient.Models.OdooPropertyInfo.get_PropertyValueType()
at PortaCapena.OdooJsonRpcClient.Converters.OdooModelMapper.ConvertToDotNetPropertyTypeName(KeyValuePair
2 property, String tableName) at PortaCapena.OdooJsonRpcClient.Converters.OdooModelMapper.GetDotNetModel(String tableName, Dictionary
2 properties, Boolean addSummary)at Program.<
The text was updated successfully, but these errors were encountered: