Bob Leers

Results 53 issues of 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...

enhancement
formio (module)

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 ```

enhancement

See screenshot. Where to add this translation? Maybe in `formio.version.translation` model? ![image](https://user-images.githubusercontent.com/328803/123272243-df1f8300-d501-11eb-832c-126d19d4fae6.png)

enhancement

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...

enhancement
formio (module)
formio_data_api (module)

Maybe implement possibilities: - Full address (1 string) - Function to get a specific address part.

enhancement
formio_report_qweb (module)

Fix: - if setting `Day First` - review/test if empty

bug
enhancement
formio_report_qweb (module)

enhancement
formio_report_qweb (module)

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...

enhancement
formio (module)
website_formio (module)

enhancement
formio (module)