diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/website_form_project | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/website_form_project')
57 files changed, 1427 insertions, 0 deletions
diff --git a/addons/website_form_project/__init__.py b/addons/website_form_project/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/addons/website_form_project/__init__.py diff --git a/addons/website_form_project/__manifest__.py b/addons/website_form_project/__manifest__.py new file mode 100644 index 00000000..dcc752f0 --- /dev/null +++ b/addons/website_form_project/__manifest__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Online Task Submission', + 'category': 'Website/Website', + 'summary': 'Add a task suggestion form to your website', + 'version': '1.0', + 'description': """ +Generate tasks in Project app from a form published on your website. This module requires the use of the *Form Builder* module (available in Odoo Enterprise) in order to build the form. + """, + 'depends': ['website_form', 'project'], + 'data': [ + 'data/website_form_project_data.xml', + 'views/website_form_project_assets.xml', + ], + 'installable': True, + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/website_form_project/data/website_form_project_data.xml b/addons/website_form_project/data/website_form_project_data.xml new file mode 100644 index 00000000..1a305247 --- /dev/null +++ b/addons/website_form_project/data/website_form_project_data.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="project.model_project_task" model="ir.model"> + <field name="website_form_key">create_task</field> + <field name="website_form_default_field_id" ref="project.field_project_task__description" /> + <field name="website_form_access">True</field> + <field name="website_form_label">Create a Task</field> + </record> + + <function model="ir.model.fields" name="formbuilder_whitelist"> + <value>project.task</value> + <value eval="[ + 'name', + 'email_from', + 'description', + 'project_id', + ]"/> + </function> + +</odoo> diff --git a/addons/website_form_project/i18n/ar.po b/addons/website_form_project/i18n/ar.po new file mode 100644 index 00000000..7a055892 --- /dev/null +++ b/addons/website_form_project/i18n/ar.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Shaima Safar <shaima.safar@open-inside.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Shaima Safar <shaima.safar@open-inside.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "المشروع" diff --git a/addons/website_form_project/i18n/bg.po b/addons/website_form_project/i18n/bg.po new file mode 100644 index 00000000..ae4f8ac0 --- /dev/null +++ b/addons/website_form_project/i18n/bg.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# aleksandar ivanov, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: aleksandar ivanov, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Проект" diff --git a/addons/website_form_project/i18n/bn.po b/addons/website_form_project/i18n/bn.po new file mode 100644 index 00000000..57f8b49d --- /dev/null +++ b/addons/website_form_project/i18n/bn.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "প্রকল্প" diff --git a/addons/website_form_project/i18n/ca.po b/addons/website_form_project/i18n/ca.po new file mode 100644 index 00000000..b5ae8a13 --- /dev/null +++ b/addons/website_form_project/i18n/ca.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projecte" diff --git a/addons/website_form_project/i18n/ckb.po b/addons/website_form_project/i18n/ckb.po new file mode 100644 index 00000000..75d1ff13 --- /dev/null +++ b/addons/website_form_project/i18n/ckb.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "پڕۆژە" diff --git a/addons/website_form_project/i18n/cs.po b/addons/website_form_project/i18n/cs.po new file mode 100644 index 00000000..af25bdfe --- /dev/null +++ b/addons/website_form_project/i18n/cs.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/da.po b/addons/website_form_project/i18n/da.po new file mode 100644 index 00000000..33632248 --- /dev/null +++ b/addons/website_form_project/i18n/da.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/de.po b/addons/website_form_project/i18n/de.po new file mode 100644 index 00000000..ae38f5a8 --- /dev/null +++ b/addons/website_form_project/i18n/de.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/el.po b/addons/website_form_project/i18n/el.po new file mode 100644 index 00000000..0a5999fe --- /dev/null +++ b/addons/website_form_project/i18n/el.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Έργο" diff --git a/addons/website_form_project/i18n/eo.po b/addons/website_form_project/i18n/eo.po new file mode 100644 index 00000000..d7f1d9fc --- /dev/null +++ b/addons/website_form_project/i18n/eo.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/es.po b/addons/website_form_project/i18n/es.po new file mode 100644 index 00000000..814007a8 --- /dev/null +++ b/addons/website_form_project/i18n/es.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proyecto" diff --git a/addons/website_form_project/i18n/es_MX.po b/addons/website_form_project/i18n/es_MX.po new file mode 100644 index 00000000..96c911be --- /dev/null +++ b/addons/website_form_project/i18n/es_MX.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Cécile Collart <cco@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proyecto" diff --git a/addons/website_form_project/i18n/et.po b/addons/website_form_project/i18n/et.po new file mode 100644 index 00000000..1d3a031e --- /dev/null +++ b/addons/website_form_project/i18n/et.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Eneli Õigus <enelioigus@gmail.com>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projektid" diff --git a/addons/website_form_project/i18n/eu.po b/addons/website_form_project/i18n/eu.po new file mode 100644 index 00000000..85b58b86 --- /dev/null +++ b/addons/website_form_project/i18n/eu.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Mikel Lizarralde <mikellizarralde@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Mikel Lizarralde <mikellizarralde@gmail.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proiektua" diff --git a/addons/website_form_project/i18n/fa.po b/addons/website_form_project/i18n/fa.po new file mode 100644 index 00000000..d7ef246a --- /dev/null +++ b/addons/website_form_project/i18n/fa.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Hamid Darabi, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Hamid Darabi, 2020\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "پروژه" diff --git a/addons/website_form_project/i18n/fi.po b/addons/website_form_project/i18n/fi.po new file mode 100644 index 00000000..552b454e --- /dev/null +++ b/addons/website_form_project/i18n/fi.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Svante Suominen <svante.suominen@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Svante Suominen <svante.suominen@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projektit" diff --git a/addons/website_form_project/i18n/fr.po b/addons/website_form_project/i18n/fr.po new file mode 100644 index 00000000..a6f8a817 --- /dev/null +++ b/addons/website_form_project/i18n/fr.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projet" diff --git a/addons/website_form_project/i18n/he.po b/addons/website_form_project/i18n/he.po new file mode 100644 index 00000000..a6be1976 --- /dev/null +++ b/addons/website_form_project/i18n/he.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "פרויקט" diff --git a/addons/website_form_project/i18n/hi.po b/addons/website_form_project/i18n/hi.po new file mode 100644 index 00000000..d2c9e43a --- /dev/null +++ b/addons/website_form_project/i18n/hi.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/hr.po b/addons/website_form_project/i18n/hr.po new file mode 100644 index 00000000..eb9b6695 --- /dev/null +++ b/addons/website_form_project/i18n/hr.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Vladimir Olujić <olujic.vladimir@storm.hr>, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/hu.po b/addons/website_form_project/i18n/hu.po new file mode 100644 index 00000000..2ef14e3d --- /dev/null +++ b/addons/website_form_project/i18n/hu.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/id.po b/addons/website_form_project/i18n/id.po new file mode 100644 index 00000000..26d4825c --- /dev/null +++ b/addons/website_form_project/i18n/id.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# William Surya Permana <zarambie_game@yahoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: William Surya Permana <zarambie_game@yahoo.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proyek" diff --git a/addons/website_form_project/i18n/it.po b/addons/website_form_project/i18n/it.po new file mode 100644 index 00000000..7e64cc2d --- /dev/null +++ b/addons/website_form_project/i18n/it.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Progetto" diff --git a/addons/website_form_project/i18n/ja.po b/addons/website_form_project/i18n/ja.po new file mode 100644 index 00000000..aa2a6630 --- /dev/null +++ b/addons/website_form_project/i18n/ja.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Yoshi Tashiro <tashiro@roomsfor.hk>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "プロジェクト" diff --git a/addons/website_form_project/i18n/ka.po b/addons/website_form_project/i18n/ka.po new file mode 100644 index 00000000..fa2a25ec --- /dev/null +++ b/addons/website_form_project/i18n/ka.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Giorgi Melitauri <gmelitauri@live.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Giorgi Melitauri <gmelitauri@live.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "პროექტი" diff --git a/addons/website_form_project/i18n/km.po b/addons/website_form_project/i18n/km.po new file mode 100644 index 00000000..42d4cd45 --- /dev/null +++ b/addons/website_form_project/i18n/km.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "គំរោង" diff --git a/addons/website_form_project/i18n/ko.po b/addons/website_form_project/i18n/ko.po new file mode 100644 index 00000000..d29405c7 --- /dev/null +++ b/addons/website_form_project/i18n/ko.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "프로젝트" diff --git a/addons/website_form_project/i18n/lb.po b/addons/website_form_project/i18n/lb.po new file mode 100644 index 00000000..fa658f91 --- /dev/null +++ b/addons/website_form_project/i18n/lb.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-12 11:32+0000\n" +"PO-Revision-Date: 2019-08-26 09:15+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/xml/website_form_project.xml:23 +#, python-format +msgid "Description" +msgstr "" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/xml/website_form_project.xml:15 +#, python-format +msgid "Email" +msgstr "" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:17 +#, python-format +msgid "Project" +msgstr "" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/xml/website_form_project.xml:7 +#, python-format +msgid "Task Title" +msgstr "" diff --git a/addons/website_form_project/i18n/lt.po b/addons/website_form_project/i18n/lt.po new file mode 100644 index 00000000..4bc4db33 --- /dev/null +++ b/addons/website_form_project/i18n/lt.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projektas" diff --git a/addons/website_form_project/i18n/lv.po b/addons/website_form_project/i18n/lv.po new file mode 100644 index 00000000..e81865b3 --- /dev/null +++ b/addons/website_form_project/i18n/lv.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/mn.po b/addons/website_form_project/i18n/mn.po new file mode 100644 index 00000000..bf6cc38c --- /dev/null +++ b/addons/website_form_project/i18n/mn.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Төсөл" diff --git a/addons/website_form_project/i18n/nb.po b/addons/website_form_project/i18n/nb.po new file mode 100644 index 00000000..2719dceb --- /dev/null +++ b/addons/website_form_project/i18n/nb.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Prosjekt" diff --git a/addons/website_form_project/i18n/nl.po b/addons/website_form_project/i18n/nl.po new file mode 100644 index 00000000..f60377f6 --- /dev/null +++ b/addons/website_form_project/i18n/nl.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Project" diff --git a/addons/website_form_project/i18n/pl.po b/addons/website_form_project/i18n/pl.po new file mode 100644 index 00000000..508ac4b3 --- /dev/null +++ b/addons/website_form_project/i18n/pl.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Piotr Szlązak <szlazakpiotr@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/pt.po b/addons/website_form_project/i18n/pt.po new file mode 100644 index 00000000..7bdd3c3a --- /dev/null +++ b/addons/website_form_project/i18n/pt.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Manuela Silva <manuelarodsilva@gmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projeto" diff --git a/addons/website_form_project/i18n/pt_BR.po b/addons/website_form_project/i18n/pt_BR.po new file mode 100644 index 00000000..2beb561a --- /dev/null +++ b/addons/website_form_project/i18n/pt_BR.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Mateus Lopes <mateus1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Mateus Lopes <mateus1@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projeto" diff --git a/addons/website_form_project/i18n/ro.po b/addons/website_form_project/i18n/ro.po new file mode 100644 index 00000000..588e925e --- /dev/null +++ b/addons/website_form_project/i18n/ro.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proiect" diff --git a/addons/website_form_project/i18n/ru.po b/addons/website_form_project/i18n/ru.po new file mode 100644 index 00000000..89cd1e45 --- /dev/null +++ b/addons/website_form_project/i18n/ru.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Проект" diff --git a/addons/website_form_project/i18n/si.po b/addons/website_form_project/i18n/si.po new file mode 100644 index 00000000..d0d72b66 --- /dev/null +++ b/addons/website_form_project/i18n/si.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/sk.po b/addons/website_form_project/i18n/sk.po new file mode 100644 index 00000000..5e9f2de0 --- /dev/null +++ b/addons/website_form_project/i18n/sk.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/sl.po b/addons/website_form_project/i18n/sl.po new file mode 100644 index 00000000..9f80c19c --- /dev/null +++ b/addons/website_form_project/i18n/sl.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/sv.po b/addons/website_form_project/i18n/sv.po new file mode 100644 index 00000000..17f6a4b4 --- /dev/null +++ b/addons/website_form_project/i18n/sv.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Projekt" diff --git a/addons/website_form_project/i18n/th.po b/addons/website_form_project/i18n/th.po new file mode 100644 index 00000000..79d5c6ff --- /dev/null +++ b/addons/website_form_project/i18n/th.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "โปรเจค" diff --git a/addons/website_form_project/i18n/tr.po b/addons/website_form_project/i18n/tr.po new file mode 100644 index 00000000..8cbd2fc0 --- /dev/null +++ b/addons/website_form_project/i18n/tr.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Murat Kaplan <muratk@projetgrup.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Proje" diff --git a/addons/website_form_project/i18n/uk.po b/addons/website_form_project/i18n/uk.po new file mode 100644 index 00000000..de9ac2d6 --- /dev/null +++ b/addons/website_form_project/i18n/uk.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Проект" diff --git a/addons/website_form_project/i18n/ur.po b/addons/website_form_project/i18n/ur.po new file mode 100644 index 00000000..c7238a71 --- /dev/null +++ b/addons/website_form_project/i18n/ur.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/vi.po b/addons/website_form_project/i18n/vi.po new file mode 100644 index 00000000..f9b9cbba --- /dev/null +++ b/addons/website_form_project/i18n/vi.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "Dự án" diff --git a/addons/website_form_project/i18n/website_form_project.pot b/addons/website_form_project/i18n/website_form_project.pot new file mode 100644 index 00000000..0a33109d --- /dev/null +++ b/addons/website_form_project/i18n/website_form_project.pot @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-02-13 07:25+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "" diff --git a/addons/website_form_project/i18n/zh_CN.po b/addons/website_form_project/i18n/zh_CN.po new file mode 100644 index 00000000..d667fe2e --- /dev/null +++ b/addons/website_form_project/i18n/zh_CN.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "项目" diff --git a/addons/website_form_project/i18n/zh_TW.po b/addons/website_form_project/i18n/zh_TW.po new file mode 100644 index 00000000..ddcddce4 --- /dev/null +++ b/addons/website_form_project/i18n/zh_TW.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_form_project +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-13 07:25+0000\n" +"PO-Revision-Date: 2020-09-07 08:21+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_form_project +#. openerp-web +#: code:addons/website_form_project/static/src/js/website_form_project_editor.js:0 +#, python-format +msgid "Project" +msgstr "專案" diff --git a/addons/website_form_project/static/description/icon.png b/addons/website_form_project/static/description/icon.png Binary files differnew file mode 100644 index 00000000..93a3d759 --- /dev/null +++ b/addons/website_form_project/static/description/icon.png diff --git a/addons/website_form_project/static/description/icon.svg b/addons/website_form_project/static/description/icon.svg new file mode 100644 index 00000000..6eec8751 --- /dev/null +++ b/addons/website_form_project/static/description/icon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70"><defs><path id="a" d="M4 0h61c4 0 5 1 5 5v60c0 4-1 5-5 5H4c-3 0-4-1-4-5V5c0-4 1-5 4-5z"/><linearGradient id="c" x1="100%" x2="0%" y1="0%" y2="100%"><stop offset="0%" stop-color="#94B6C8"/><stop offset="100%" stop-color="#6A9EBA"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="url(#c)" d="M0 0H70V70H0z"/><path fill="#FFF" fill-opacity=".383" d="M4 1h61c2.667 0 4.333.667 5 2V0H0v3c.667-1.333 2-2 4-2z"/><path fill="#393939" d="M30.093 69H4c-2 0-4-.146-4-4.078V40.91l22.395-18.848 4.727-2.094 2.97-1.317.686.32 6.112-7.503 2.724-.795v7.978l7.8 8.27 9.65 2.772-8.332 11.066-2.992 5.28L30.093 69z" opacity=".324"/><path fill="#000" fill-opacity=".383" d="M4 69h61c2.667 0 4.333-1 5-3v4H0v-4c.667 2 2 3 4 3z"/><path fill="#000" d="M49.315 41.024a16.27 16.27 0 0 1-1.84 4.61 16.757 16.757 0 0 1-6.138 6.113C38.752 53.25 35.93 54 32.869 54c-3.06 0-5.883-.75-8.467-2.253a16.757 16.757 0 0 1-6.14-6.112C16.754 43.06 16 40.25 16 37.203c0-3.047.754-5.857 2.262-8.43a16.757 16.757 0 0 1 6.14-6.113 16.484 16.484 0 0 1 3.925-1.655c-.625.62-1.127 1.525-1.504 2.717v1.618a3.369 3.369 0 0 1-.237-.204 2.141 2.141 0 0 0-.22-.186c-.673.219-1.362.518-2.064.897a.543.543 0 0 0 .263-.022c.073-.03.169-.077.286-.142.117-.066.19-.106.22-.12.497-.205.805-.256.922-.154l.11-.11c.205.234.351.416.439.548-.103-.059-.322-.066-.659-.022-.293.087-.454.175-.483.262.102.175.139.306.11.394a3.426 3.426 0 0 1-.253-.219 1.741 1.741 0 0 0-.318-.24.88.88 0 0 0-.33-.11c-.234 0-.395.007-.483.022a13.836 13.836 0 0 0-5.162 4.855c.103.102.19.16.264.175.058.015.095.08.11.197a.835.835 0 0 0 .054.24c.022.044.107.023.253-.065.132.117.154.255.066.416.015-.015.337.182.966.59.279.248.432.401.462.46.044.16-.03.291-.22.393a1.12 1.12 0 0 0-.198-.197c-.117-.102-.183-.131-.197-.087-.044.073-.04.208.01.404.052.197.129.288.231.274-.102 0-.172.116-.208.35a5.03 5.03 0 0 0-.055.776c0 .284-.008.456-.022.514l.044.022c-.044.175-.004.426.12.754.125.329.282.47.473.427-.19.044-.044.357.439.94.088.117.146.183.176.197.044.03.131.084.263.164s.242.153.33.219a.934.934 0 0 1 .22.23c.058.072.131.236.219.492.088.255.19.426.308.514-.03.087.04.233.208.437.169.204.245.372.23.503a.107.107 0 0 0-.054.022.107.107 0 0 1-.055.022c.044.102.157.204.34.306.184.102.297.197.34.284.016.044.03.117.045.219a.802.802 0 0 0 .066.24c.029.059.088.073.175.044.03-.291-.146-.743-.527-1.356a17.95 17.95 0 0 1-.373-.634 1.254 1.254 0 0 1-.12-.339 1.662 1.662 0 0 0-.1-.317c.03 0 .073.01.132.033.059.022.12.047.187.076.066.03.12.059.164.088.044.029.06.05.044.065-.044.102-.029.23.044.383.074.153.161.288.264.405a30.038 30.038 0 0 0 .637.7c.088.087.19.23.307.426.118.197.118.295 0 .295.132 0 .279.073.44.22.16.145.285.29.373.436.073.117.132.307.176.57.044.262.08.437.11.524.029.102.091.2.186.295.096.095.187.164.275.208l.351.175.286.153c.073.03.209.106.406.23.198.124.355.207.473.251.146.059.263.088.35.088.089 0 .195-.019.32-.055a3.67 3.67 0 0 1 .296-.077c.22-.029.432.08.637.329.205.247.359.4.461.459.527.277.93.357 1.208.24-.029.015-.025.07.011.164.037.095.095.208.176.34a21.426 21.426 0 0 0 .318.502c.074.088.205.197.396.328.19.132.322.241.395.329.088-.059.14-.124.154-.197-.044.116.007.262.154.437.146.175.278.248.395.219.205-.044.308-.277.308-.7-.454.219-.813.087-1.077-.394a.425.425 0 0 0-.055-.12 1.39 1.39 0 0 1-.142-.372.309.309 0 0 1 0-.164c.014-.044.05-.065.11-.065.131 0 .204-.026.22-.077.014-.051 0-.142-.045-.273a4.395 4.395 0 0 1-.088-.285c-.014-.116-.095-.262-.241-.437a5.832 5.832 0 0 1-.264-.328c-.073.131-.19.19-.351.175-.161-.015-.279-.08-.352-.197a.601.601 0 0 1-.033.12.518.518 0 0 0-.033.142c-.19 0-.3-.007-.33-.021.016-.044.034-.172.056-.383.022-.212.047-.376.077-.492.014-.059.055-.146.12-.263.066-.116.121-.222.165-.317.044-.095.073-.186.088-.273.015-.088-.018-.157-.099-.208-.08-.051-.208-.07-.384-.055-.278.015-.469.16-.571.438a4.52 4.52 0 0 0-.066.23.74.74 0 0 1-.11.25.546.546 0 0 1-.198.154c-.102.044-.278.058-.527.044-.249-.015-.424-.051-.527-.11-.19-.116-.355-.328-.494-.634-.14-.306-.209-.576-.209-.81 0-.145.018-.338.055-.579.037-.24.059-.422.066-.546a1.084 1.084 0 0 0-.048-.283c4.096 1.7 14.522 1.865 20.921.599zM26.823 25.34v.573a.444.444 0 0 1-.083-.09c-.059-.116-.059-.262 0-.437.014-.056.042-.072.083-.046zm6.484 25.64c1.95-.339 3.714-1.035 5.291-2.087l-3.676-3.675c-.105.08-.168.135-.187.164a1.084 1.084 0 0 0-.132.262 1.32 1.32 0 0 1-.11.241c-.029-.058-.113-.106-.252-.142-.14-.037-.209-.077-.209-.12.03.145.059.4.088.765.03.365.066.642.11.831.102.452.014.802-.264 1.05-.395.364-.608.656-.637.875-.058.32.03.51.264.568 0 .102-.059.252-.176.449-.117.197-.168.353-.154.47 0 .087.015.204.044.35zm24.094-20.786c0 .889-.245 1.63-.733 2.223-.489.593-1.166.889-2.034.889-.45 0-.875-.096-1.276-.288-.4-.192-.724-.4-.971-.626a4.29 4.29 0 0 0-.93-.626 2.522 2.522 0 0 0-1.17-.288c-1.208 0-1.811.68-1.811 2.042 0 .428.088 1.06.263 1.894.176.834.258 1.465.247 1.893v.083c-.241 0-.422.005-.543.016-.373.033-.909.096-1.606.19-.697.093-1.33.167-1.902.222-.57.055-1.108.082-1.613.082-.67 0-1.235-.145-1.696-.436-.462-.291-.692-.75-.692-1.375 0-.406.096-.796.288-1.17.192-.373.4-.683.626-.93.225-.247.433-.57.626-.971.192-.4.288-.826.288-1.276 0-.868-.297-1.545-.89-2.034-.592-.489-1.333-.733-2.222-.733-.923 0-1.708.25-2.355.75-.648.499-.972 1.199-.972 2.099 0 .472.083.928.247 1.367.165.439.349.793.552 1.062.203.269.387.56.552.873.164.312.247.59.247.831 0 .494-.253.983-.758 1.466-.406.384-1.048.576-1.927.576-1.042 0-2.387-.132-4.034-.395a4.52 4.52 0 0 0-.453-.066 4.52 4.52 0 0 1-.453-.066l-.214-.033a.126.126 0 0 1-.05-.016c-.021 0-.032-.006-.032-.017V20.545c.022.011.118.03.288.058.17.027.357.055.56.082.203.028.321.047.354.058 1.647.263 2.992.395 4.034.395.879 0 1.52-.192 1.927-.576.505-.483.758-.972.758-1.466 0-.241-.083-.519-.247-.831a6.361 6.361 0 0 0-.552-.873c-.203-.27-.387-.623-.552-1.062a3.861 3.861 0 0 1-.247-1.367c0-.9.324-1.6.972-2.1.647-.499 1.438-.749 2.371-.749.878 0 1.614.245 2.207.733.592.489.889 1.166.889 2.034 0 .45-.096.875-.288 1.276-.193.4-.401.724-.626.971a4.29 4.29 0 0 0-.626.93 2.522 2.522 0 0 0-.288 1.17c0 .626.23 1.084.692 1.375.46.29 1.026.436 1.696.436.702 0 1.69-.082 2.964-.247 1.273-.164 2.168-.258 2.684-.28v.033c-.011.022-.03.118-.058.288-.027.17-.055.357-.082.56a3.379 3.379 0 0 1-.058.354c-.263 1.647-.395 2.992-.395 4.035 0 .878.192 1.52.576 1.926.483.505.972.758 1.466.758.241 0 .518-.083.831-.247.313-.165.604-.349.873-.552.269-.203.623-.387 1.062-.552.44-.164.895-.247 1.367-.247.9 0 1.6.324 2.1.972.499.648.749 1.433.749 2.355z" opacity=".3"/><path fill="#FFF" d="M49.315 39.024a16.27 16.27 0 0 1-1.84 4.61 16.757 16.757 0 0 1-6.138 6.113C38.752 51.25 35.93 52 32.869 52c-3.06 0-5.883-.75-8.467-2.253a16.757 16.757 0 0 1-6.14-6.112C16.754 41.06 16 38.25 16 35.203c0-3.047.754-5.857 2.262-8.43a16.757 16.757 0 0 1 6.14-6.113 16.484 16.484 0 0 1 3.925-1.655c-.625.62-1.127 1.525-1.504 2.717v1.618a3.369 3.369 0 0 1-.237-.204 2.141 2.141 0 0 0-.22-.186c-.673.219-1.362.518-2.064.897a.543.543 0 0 0 .263-.022c.073-.03.169-.077.286-.142.117-.066.19-.106.22-.12.497-.205.805-.256.922-.154l.11-.11c.205.234.351.416.439.548-.103-.059-.322-.066-.659-.022-.293.087-.454.175-.483.262.102.175.139.306.11.394a3.426 3.426 0 0 1-.253-.219 1.741 1.741 0 0 0-.318-.24.88.88 0 0 0-.33-.11c-.234 0-.395.007-.483.022a13.836 13.836 0 0 0-5.162 4.855c.103.102.19.16.264.175.058.015.095.08.11.197a.835.835 0 0 0 .054.24c.022.044.107.023.253-.065.132.117.154.255.066.416.015-.015.337.182.966.59.279.248.432.401.462.46.044.16-.03.291-.22.393a1.12 1.12 0 0 0-.198-.197c-.117-.102-.183-.131-.197-.087-.044.073-.04.208.01.404.052.197.129.288.231.274-.102 0-.172.116-.208.35a5.03 5.03 0 0 0-.055.776c0 .284-.008.456-.022.514l.044.022c-.044.175-.004.426.12.754.125.329.282.47.473.427-.19.044-.044.357.439.94.088.117.146.183.176.197.044.03.131.084.263.164s.242.153.33.219a.934.934 0 0 1 .22.23c.058.072.131.236.219.492.088.255.19.426.308.514-.03.087.04.233.208.437.169.204.245.372.23.503a.107.107 0 0 0-.054.022.107.107 0 0 1-.055.022c.044.102.157.204.34.306.184.102.297.197.34.284.016.044.03.117.045.219a.802.802 0 0 0 .066.24c.029.059.088.073.175.044.03-.291-.146-.743-.527-1.356a17.95 17.95 0 0 1-.373-.634 1.254 1.254 0 0 1-.12-.339 1.662 1.662 0 0 0-.1-.317c.03 0 .073.01.132.033.059.022.12.047.187.076.066.03.12.059.164.088.044.029.06.05.044.065-.044.102-.029.23.044.383.074.153.161.288.264.405a30.038 30.038 0 0 0 .637.7c.088.087.19.23.307.426.118.197.118.295 0 .295.132 0 .279.073.44.22.16.145.285.29.373.436.073.117.132.307.176.57.044.262.08.437.11.524.029.102.091.2.186.295.096.095.187.164.275.208l.351.175.286.153c.073.03.209.106.406.23.198.124.355.207.473.251.146.059.263.088.35.088.089 0 .195-.019.32-.055a3.67 3.67 0 0 1 .296-.077c.22-.029.432.08.637.329.205.247.359.4.461.459.527.277.93.357 1.208.24-.029.015-.025.07.011.164.037.095.095.208.176.34a21.426 21.426 0 0 0 .318.502c.074.088.205.197.396.328.19.132.322.241.395.329.088-.059.14-.124.154-.197-.044.116.007.262.154.437.146.175.278.248.395.219.205-.044.308-.277.308-.7-.454.219-.813.087-1.077-.394a.425.425 0 0 0-.055-.12 1.39 1.39 0 0 1-.142-.372.309.309 0 0 1 0-.164c.014-.044.05-.065.11-.065.131 0 .204-.026.22-.077.014-.051 0-.142-.045-.273a4.395 4.395 0 0 1-.088-.285c-.014-.116-.095-.262-.241-.437a5.832 5.832 0 0 1-.264-.328c-.073.131-.19.19-.351.175-.161-.015-.279-.08-.352-.197a.601.601 0 0 1-.033.12.518.518 0 0 0-.033.142c-.19 0-.3-.007-.33-.021.016-.044.034-.172.056-.383.022-.212.047-.376.077-.492.014-.059.055-.146.12-.263.066-.116.121-.222.165-.317.044-.095.073-.186.088-.273.015-.088-.018-.157-.099-.208-.08-.051-.208-.07-.384-.055-.278.015-.469.16-.571.438a4.52 4.52 0 0 0-.066.23.74.74 0 0 1-.11.25.546.546 0 0 1-.198.154c-.102.044-.278.058-.527.044-.249-.015-.424-.051-.527-.11-.19-.116-.355-.328-.494-.634-.14-.306-.209-.576-.209-.81 0-.145.018-.338.055-.579.037-.24.059-.422.066-.546a1.084 1.084 0 0 0-.048-.283c4.096 1.7 14.522 1.865 20.921.599zM26.823 23.34v.573a.444.444 0 0 1-.083-.09c-.059-.116-.059-.262 0-.437.014-.056.042-.072.083-.046zm6.484 25.64c1.95-.339 3.714-1.035 5.291-2.087l-3.676-3.675c-.105.08-.168.135-.187.164a1.084 1.084 0 0 0-.132.262 1.32 1.32 0 0 1-.11.241c-.029-.058-.113-.106-.252-.142-.14-.037-.209-.077-.209-.12.03.145.059.4.088.765.03.365.066.642.11.831.102.452.014.802-.264 1.05-.395.364-.608.656-.637.875-.058.32.03.51.264.568 0 .102-.059.252-.176.449-.117.197-.168.353-.154.47 0 .087.015.204.044.35zm24.094-20.786c0 .889-.245 1.63-.733 2.223-.489.593-1.166.889-2.034.889-.45 0-.875-.096-1.276-.288-.4-.192-.724-.4-.971-.626a4.29 4.29 0 0 0-.93-.626 2.522 2.522 0 0 0-1.17-.288c-1.208 0-1.811.68-1.811 2.042 0 .428.088 1.06.263 1.894.176.834.258 1.465.247 1.893v.083c-.241 0-.422.005-.543.016-.373.033-.909.096-1.606.19-.697.093-1.33.167-1.902.222-.57.055-1.108.082-1.613.082-.67 0-1.235-.145-1.696-.436-.462-.291-.692-.75-.692-1.375 0-.406.096-.796.288-1.17.192-.373.4-.683.626-.93.225-.247.433-.57.626-.971.192-.4.288-.826.288-1.276 0-.868-.297-1.545-.89-2.034-.592-.489-1.333-.733-2.222-.733-.923 0-1.708.25-2.355.75-.648.499-.972 1.199-.972 2.099 0 .472.083.928.247 1.367.165.439.349.793.552 1.062.203.269.387.56.552.873.164.312.247.59.247.831 0 .494-.253.983-.758 1.466-.406.384-1.048.576-1.927.576-1.042 0-2.387-.132-4.034-.395a4.52 4.52 0 0 0-.453-.066 4.52 4.52 0 0 1-.453-.066l-.214-.033a.126.126 0 0 1-.05-.016c-.021 0-.032-.006-.032-.017V18.545c.022.011.118.03.288.058.17.027.357.055.56.082.203.028.321.047.354.058 1.647.263 2.992.395 4.034.395.879 0 1.52-.192 1.927-.576.505-.483.758-.972.758-1.466 0-.241-.083-.519-.247-.831a6.361 6.361 0 0 0-.552-.873c-.203-.27-.387-.623-.552-1.062a3.861 3.861 0 0 1-.247-1.367c0-.9.324-1.6.972-2.1.647-.499 1.438-.749 2.371-.749.878 0 1.614.245 2.207.733.592.489.889 1.166.889 2.034 0 .45-.096.875-.288 1.276-.193.4-.401.724-.626.971a4.29 4.29 0 0 0-.626.93 2.522 2.522 0 0 0-.288 1.17c0 .626.23 1.084.692 1.375.46.29 1.026.436 1.696.436.702 0 1.69-.082 2.964-.247 1.273-.164 2.168-.258 2.684-.28v.033c-.011.022-.03.118-.058.288-.027.17-.055.357-.082.56a3.379 3.379 0 0 1-.058.354c-.263 1.647-.395 2.992-.395 4.035 0 .878.192 1.52.576 1.926.483.505.972.758 1.466.758.241 0 .518-.083.831-.247.313-.165.604-.349.873-.552.269-.203.623-.387 1.062-.552.44-.164.895-.247 1.367-.247.9 0 1.6.324 2.1.972.499.648.749 1.433.749 2.355z"/></g></g></svg>
\ No newline at end of file diff --git a/addons/website_form_project/static/src/js/website_form_project_editor.js b/addons/website_form_project/static/src/js/website_form_project_editor.js new file mode 100644 index 00000000..9d696fba --- /dev/null +++ b/addons/website_form_project/static/src/js/website_form_project_editor.js @@ -0,0 +1,33 @@ +odoo.define('website_form_project.form', function (require) { +'use strict'; + +var core = require('web.core'); +var FormEditorRegistry = require('website_form.form_editor_registry'); + +var _t = core._t; + +FormEditorRegistry.add('create_task', { + formFields: [{ + type: 'char', + modelRequired: true, + name: 'name', + string: 'Task Title', + }, { + type: 'email', + modelRequired: true, + name: 'email_from', + string: 'Your Email', + }, { + type: 'char', + name: 'description', + string: 'Description', + }], + fields: [{ + name: 'project_id', + type: 'many2one', + relation: 'project.project', + string: _t('Project'), + }], +}); + +}); diff --git a/addons/website_form_project/views/website_form_project_assets.xml b/addons/website_form_project/views/website_form_project_assets.xml new file mode 100644 index 00000000..fbc06071 --- /dev/null +++ b/addons/website_form_project/views/website_form_project_assets.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <template id="assets_editor" name="Website Form Project Assets Editor" inherit_id="website.assets_editor"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/website_form_project/static/src/js/website_form_project_editor.js"/> + </xpath> + </template> + +</odoo> |
