diff --git a/formio/__manifest__.py b/formio/__manifest__.py index cb4444cd..d8fd9f31 100644 --- a/formio/__manifest__.py +++ b/formio/__manifest__.py @@ -2,8 +2,8 @@ # See LICENSE file for full licensing details. { - 'name': 'Form.io', - 'summary': 'Build, deploy and store web forms with the "Form.io" Form Builder', + 'name': 'Forms', + 'summary': 'Build, deploy and store Forms', 'version': '7.9', 'license': 'LGPL-3', 'author': 'Nova Code', @@ -57,29 +57,9 @@ 'static/description/banner.png', ], 'description': """ -Form.io -======= - -Build, deploy and store web forms in with the "Form.io" Form Builder. - -http://form.io - -The "Form.io" GUI/renderer and data are hosted on-premise (your hosting). So you're under control. - -After installation of the module you can start right away. -No extra setup and requirements are needed. - -Form Builder ------------- - -* Form Building starts in Odoo, by create a record and open the Form Builder right away. -* All Form data (schema) is stored on-premise, in your Odoo database - -Form ----- - -* Users can create, edit and fill-in Forms. -* Forms are stored in the Odoo database. +Forms +===== +Build, deploy and Forms. """ } diff --git a/formio/data/ir_cron_data.xml b/formio/data/ir_cron_data.xml index 71d473c2..09f21d0a 100644 --- a/formio/data/ir_cron_data.xml +++ b/formio/data/ir_cron_data.xml @@ -5,7 +5,7 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html) --> - Form.io: Check and register new Versions (GitHub tags) + Forms: Check and register new Versions (GitHub tags) code model.check_and_register_available_versions() diff --git a/formio/data/mail_template_data.xml b/formio/data/mail_template_data.xml index f67279e5..23c6a07b 100644 --- a/formio/data/mail_template_data.xml +++ b/formio/data/mail_template_data.xml @@ -6,7 +6,7 @@ See LICENSE file for full copyright and licensing details. - Form.io: Invitation internal user + Forms: Invitation internal user "${user.company_id.name|safe}" <${(user.company_id.email or user.email)|safe}> @@ -33,7 +33,7 @@ See LICENSE file for full copyright and licensing details. - Form.io: Invitation portal user + Forms: Invitation portal user "${user.company_id.name|safe}" <${(user.company_id.email or user.email)|safe}> diff --git a/formio/security/formio_security.xml b/formio/security/formio_security.xml index 8c5657b3..bd71469e 100644 --- a/formio/security/formio_security.xml +++ b/formio/security/formio_security.xml @@ -5,8 +5,8 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html) --> - Form.io - Form.io + Forms + Forms 10 diff --git a/formio/static/src/js/builder/app.js b/formio/static/src/js/builder/app.js index 620d4369..6cdad5ca 100644 --- a/formio/static/src/js/builder/app.js +++ b/formio/static/src/js/builder/app.js @@ -52,12 +52,12 @@ class App extends Component { return; } else { - console.log('[Form.io] Saving Builder...'); + console.log('[Forms] Saving Builder...'); $.jsonRpc.request(self.saveUrl, 'call', { 'builder_id': self.builderId, 'schema': res }).then(function() { - console.log('[Form.io] Builder sucessfully saved.'); + console.log('[Forms] Builder sucessfully saved.'); }); } }); diff --git a/formio/views/formio_builder_views.xml b/formio/views/formio_builder_views.xml index a3817a31..9f44a6cd 100644 --- a/formio/views/formio_builder_views.xml +++ b/formio/views/formio_builder_views.xml @@ -33,7 +33,7 @@ See LICENSE file for full licensing details. --> formio.builder.formio formio.builder - + @@ -91,7 +91,7 @@ See LICENSE file for full licensing details. --> - + diff --git a/formio/views/formio_form_views.xml b/formio/views/formio_form_views.xml index 258ab3d7..10e81990 100644 --- a/formio/views/formio_form_views.xml +++ b/formio/views/formio_form_views.xml @@ -116,7 +116,7 @@ See LICENSE file for full licensing details. --> formio.form.formio formio.form - + diff --git a/formio/views/formio_menu.xml b/formio/views/formio_menu.xml index 2cf3127f..b0a73b8a 100644 --- a/formio/views/formio_menu.xml +++ b/formio/views/formio_menu.xml @@ -5,7 +5,7 @@ See LICENSE file for full licensing details. --> diff --git a/formio/views/formio_portal_templates.xml b/formio/views/formio_portal_templates.xml index 6d70b4ef..e07f715f 100644 --- a/formio/views/formio_portal_templates.xml +++ b/formio/views/formio_portal_templates.xml @@ -115,7 +115,7 @@ See LICENSE file for full licensing details. --> -