Bob Leers

Results 53 issues of Bob Leers

Upon download and install of new `formio.version` - Import content from file and import into model: https://github.com/formio/formio.js/blob/master/src/translations/en.js

enhancement
formio (module)
16.0
17.0

Since Odoo v 15.0 there's a model `ir.asset`. https://www.odoo.com/documentation/16.0/developer/reference/frontend/assets.html Let's research whether `ir.asset` can replace the version asset model: `formio.version.asset` Consider the asset files could be stored 2 ways: -...

enhancement
formio (module)
need more info

Regular select component stores the selected value. However, with datasource URL it stores a dict. Problem: This results in empty select component (input) in the QWeb report. No value visible.

bug
formio_report_qweb (module)

A "Forms Developer" permissions: - shouldn't have access to settings - readonly forms (submissions) where submission partner != user.partner_id So "Forms Admin" has all permissions (builder, forms, settings).

enhancement
formio (module)

### Problem After a form has been dropped on a website page, its properties can't be updated. Currently the `iFrameResizer` its `bodyMargin` property needs such update, when this has been...

enhancement
website_formio (module)

Check all modules on gettext `name: _('Something')`, for models and wizards (Python) returning `ir.actions.act_window`.

enhancement
15.0
16.0
14.0

Sometimes a `formio.form` record does't have the `submission_timezone` set/stored. This doesn't occur on every installation and the cause is still unknown. Seems the issue could be related with Public User...

bug
formio (module)
website_formio (module)

In the `formio.version` (view) implement a way to add `formio.version.translation` records from another `formio.version`. Design: - Action button in `formio.version` which opens a wizard to choose the other `formio.version` and...

enhancement
formio (module)

_Maybe just skip/close this one. Followers etc can be implemented by automated and server actions._ Features: - Auto subscribe followers upon form submission. - Auto mail or needaction (subscribed) followers...

enhancement
formio (module)

In the Portal, the "Submit a Form" button was just a quick and simple way to provide accessible Forms. Consider and design a new (grid) layout. Otherwise implement new form...

enhancement
formio (module)
portal (formio module)