Blog

Here you can find Forms Bridge news, code snippets and much more. Start by using the search bar to find what are you looking for or use categories to filter the contents.

  • Using the Odoo quotations template

    In this tutorial we will explain how to bridge your WordPress forms to Odoo to set up a transactional form that creates product quotations. The resulting bridge will create a partner, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you have an…

    Read more →

  • Workflow Job Schema

    Forms Bridge utilizes JSON Schemas to describe settings and perform data validations. An example of this use is the Workflow Jobs registration. This is the schema of a workflow job setting data: And this is an example of a valid workflow job setting data: To validate this settings on registration time Forms Bridge utilizes the…

    Read more →