Bob Leers
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
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: -...
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.
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).
### 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...
Check all modules on gettext `name: _('Something')`, for models and wizards (Python) returning `ir.actions.act_window`.
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...
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...
_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...
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...