Bob Leers
Bob Leers
Especially handy in serveractions which ain't allowed to read special Exception properties or importing `sys` to access traceback. **Approach:** - Add class method on `formio.builder` so this can be used...
Improve `_compute_formio_this_model_id` function, to loop a multi recordset. Affected modules: formio_crm, formio_partner, formio_sales ``` def _compute_formio_this_model_id(self): model_id = self.env.ref('base.model_res_partner').id for rec in self: rec.formio_this_model_id = model_id ```
See screenshot. Where to add this translation? Maybe in `formio.version.translation` model? 
The `formio_data_api` and maybe other (new) modules enable server integration (API). In case an error occurs with the server API, the error doesn't show up in the Form view. It's...
Maybe implement possibilities: - Full address (1 string) - Function to get a specific address part.
Fix: - if setting `Day First` - review/test if empty
Annotate the Form (container) if the Form Builder `state != Current`. (An improvement for the `website_formio` module) **Problem description:** A specific `formio.builder` **version** (eg _version 1_) has been published on...