Odoo node bug - create record with sign.item model

I use a Odoo node in my workflow and i try to create a new record under the model “Fields to be sign on Document”, but i encounter error

The error message is "SignItem.create() missing 1 required positional argument: ‘vals_list’ ". The thing is i usually just add another field to cater that required argument, but that field ‘vals_list’ is not supported.

This is the workflow

Information on your n8n setup

  • n8n version: 1.76.1
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux

Hey @Manage_Bnb

I’ve seen another topic about Odoo node problems.

Please try creating a custom HTTP Request for the same API call and see if you can make it work.

Maybe the Odoo node is outdated.

To build the HTTP request you can ask ChatGPT for the URL, Headers and Body

:point_right: If my reply answers your question, please remember to mark it as a solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.