Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 4029 |
Technical Name |
formio_data_api |
License | LGPL-3 |
Website | https://www.novacode.nl |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Forms | Data API
Python API for Forms data (builder, form/submission)
Visit the online Demo (Odoo Community v13)
Users (Email / Password)
- demo / demo
- portal / portal
Releases
0.7
-
New ETL API:
OdooUser
ETL a field from current user into the Form.
(could also be read as the logged-in user) -
Change ETL API:
Odoo
This now ETL a field from the Resource model object into the Form, also when Form has state = DRAFT. -
Change ETL API:
OdooModel
ETL a field from the linked Resource model object into the Form.
(!!) This is backwards incompatible and requires to change existing Form Builders to:OdooModel__model
0.6
-
Fix/change due to recent change in the Python formiodata library (version: 0.3.0)
Change (formiodata)Builder
object attr:form_components
becameinput_components
0.5
-
Remove silly model determination by
initial_res_model_id
. The current model is always stored and present inres_model_id
.
0.4
-
New API feature
OdooModel
ETL the Odoo model name into Forms (API Property Name:OdooModel
).
0.3
-
Change ETL Odoo field-data (API): field delimter from "." to "__" (2 underscores).
- A dot "." results in undesired submission data, due to the formio Javascript library/API. - A dash is allowed, however causing issues with the ETL module (formio_etl).
0.2
-
New API features
Odoo
andOdooRF
ETL Odoo field-data into Forms.
0.1
- Initial version
Please log in to comment on this module