After Submit: What Happens in Odoo

Updated 13 July 2026

Understand the difference between “saving a submission” and “creating an Odoo record”.

Overview

This chapter explains what your team can expect after a user clicks “Submit”. Understanding this avoids confusion like “Why do I see a submission but no lead?” or “Where did the uploaded file go?”

In this module, every entry is saved as a Submission first. Then, depending on your setup, Odoo can also create or update a record in your chosen model (for example, a new Lead).

Key idea: Submissions always save. Creating an Odoo record depends on whether you configured active field mappings. This gives you control and prevents wrong data from going into your business records.

How It Works

When someone submits your form:

This is helpful when you want to collect data first, and decide mapping later.

Step-by-Step Guid

Fields Table

Fields explanation

Submitted answers

The saved answers from the user

Submission status

Current status of the submission (submitted/processed/error)

Linked Odoo area

The Odoo area this form is connected to (for example Leads)

Linked Odoo record

The created or updated Odoo record (if one was created)

Processing error message

The reason processing failed (only when status is error)

Tips

Common Mistakes

After Submit: What Happens in Odoo