[MIG] web_m2x_options: Migration to 12.0

pull/2888/head
Gusti Tammam 2018-10-19 08:00:16 +07:00 committed by manu
parent 7f05455280
commit 808eb50441
15 changed files with 197 additions and 191 deletions

View File

@ -14,13 +14,13 @@ web_m2x_options
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
:target: https://github.com/OCA/web/tree/11.0/web_m2x_options :target: https://github.com/OCA/web/tree/12.0/web_m2x_options
:alt: OCA/web :alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_m2x_options :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options
:alt: Translate me on Weblate :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/162/11.0 :target: https://runbot.odoo-community.org/runbot/162/12.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
@ -149,7 +149,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. `feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues. Do not contact contributors directly about support or help with technical issues.
@ -191,6 +191,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use. promote its widespread use.
This module is part of the `OCA/web <https://github.com/OCA/web/tree/11.0/web_m2x_options>`_ project on GitHub. This module is part of the `OCA/web <https://github.com/OCA/web/tree/12.0/web_m2x_options>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -1,7 +1,11 @@
# Copyright 2015 0k.io
# Copyright 2016 ACSONE SA/NV
# Copyright 2017 Tecnativa
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
"name": 'web_m2x_options', "name": 'web_m2x_options',
"version": "11.0.1.0.0", "version": "12.0.1.0.0",
'category': 'Web', 'category': 'Web',
"author": "ACSONE SA/NV, " "author": "ACSONE SA/NV, "
"0k.io, " "0k.io, "
@ -10,7 +14,6 @@
'website': 'https://github.com/OCA/web', 'website': 'https://github.com/OCA/web',
'license': 'AGPL-3', 'license': 'AGPL-3',
"depends": [ "depends": [
'base',
'web', 'web',
], ],
'data': [ 'data': [

View File

@ -28,75 +28,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "إلغاء" msgstr "إلغاء"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "إنشاء \"<strong>%s</strong>\"" msgstr "إنشاء \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "إنشاء وتحرير ..." msgstr "إنشاء وتحرير ..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "البحث عن المزيد ..." msgstr "البحث عن المزيد ..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -28,77 +28,77 @@ msgstr "!(widget.options.no_open || widget.options.no_open_edit)"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "Anlegen" msgstr "Anlegen"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Anlegen \"<strong>%s</strong>" msgstr "Anlegen \"<strong>%s</strong>"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "Eine %s anlegen" msgstr "Eine %s anlegen"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Anlegen und Bearbeiten" msgstr "Anlegen und Bearbeiten"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "Anlegen und bearbeiten" msgstr "Anlegen und bearbeiten"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Suche weitere..." msgstr "Suche weitere..."
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:58 #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format #, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?" msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
"Sie legen eine neue %s an, sind Sie sicher, dass diese nicht bereits " "Sie legen eine neue %s an, sind Sie sicher, dass diese nicht bereits "
"vorhanden ist?" "vorhanden ist?"
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""

View File

@ -27,75 +27,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "Crear" msgstr "Crear"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Crear \"<strong>%s</strong>\"" msgstr "Crear \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "Crear un %s" msgstr "Crear un %s"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Crear y editar..." msgstr "Crear y editar..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "Crear y editar" msgstr "Crear y editar"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Buscar más..." msgstr "Buscar más..."
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:58 #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format #, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?" msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "Está creando un nuevo %s, ¿está seguro de no existe ya?" msgstr "Está creando un nuevo %s, ¿está seguro de no existe ya?"
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""

View File

@ -27,75 +27,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Peru" msgstr "Peru"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Luo \"<strong>%s</strong>\"" msgstr "Luo \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Luo ja muokkaa..." msgstr "Luo ja muokkaa..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Hae lisää..." msgstr "Hae lisää..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -27,75 +27,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Creer \"<strong>%s</strong>\"" msgstr "Creer \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Créer et modifier..." msgstr "Créer et modifier..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Rechercher plus..." msgstr "Rechercher plus..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -29,75 +29,75 @@ msgstr "!(opcije isključuju otvaranje ili uređivanje)"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Otkaži" msgstr "Otkaži"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "Kreiraj" msgstr "Kreiraj"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Kreiraj \" <strong>%s</strong>\"" msgstr "Kreiraj \" <strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "Kreiraj %s" msgstr "Kreiraj %s"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Kreiraj i uredi..." msgstr "Kreiraj i uredi..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "Kreiraj i uredi" msgstr "Kreiraj i uredi"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Traži dalje..." msgstr "Traži dalje..."
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:58 #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format #, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?" msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "Želite kreirati novi %s, jeste li sigurni da već ne postoji?" msgstr "Želite kreirati novi %s, jeste li sigurni da već ne postoji?"
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""

View File

@ -27,75 +27,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Crea \"<strong>%s</strong>\"" msgstr "Crea \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Crea e Modifica..." msgstr "Crea e Modifica..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Cerca altro..." msgstr "Cerca altro..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -28,75 +28,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Annuleer" msgstr "Annuleer"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "Aanmaken" msgstr "Aanmaken"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -12,8 +12,8 @@ msgstr ""
"POT-Creation-Date: 2018-01-03 03:50+0000\n" "POT-Creation-Date: 2018-01-03 03:50+0000\n"
"PO-Revision-Date: 2018-08-04 13:34+0000\n" "PO-Revision-Date: 2018-08-04 13:34+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n" "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"23907/pt_BR/)\n" "teams/23907/pt_BR/)\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -30,76 +30,76 @@ msgstr "!(widget.options.no_open || widget.nodeOptions.no_open_edit)"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "Criar" msgstr "Criar"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Criar \"<strong>%s</strong>\"" msgstr "Criar \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "Criar um %s" msgstr "Criar um %s"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Criar e editar.." msgstr "Criar e editar.."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "Criar e editar" msgstr "Criar e editar"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "sem resultado para mostrar..." msgstr "sem resultado para mostrar..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "Abrir: " msgstr "Abrir: "
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Buscar mais..." msgstr "Buscar mais..."
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:58 #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format #, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?" msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
"Você está criando um novo %s, você tem certeza de que ainda não existe?" "Você está criando um novo %s, você tem certeza de que ainda não existe?"
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""

View File

@ -28,75 +28,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "Preklic" msgstr "Preklic"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Ustvari \"<strong>%s</strong>\"" msgstr "Ustvari \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Ustvari in urejaj..." msgstr "Ustvari in urejaj..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Poišči več..." msgstr "Poišči več..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -27,75 +27,75 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "İptal" msgstr "İptal"
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "Oluştur \"<strong>%s</strong>\"" msgstr "Oluştur \"<strong>%s</strong>\""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "Oluştur ve düzenle..." msgstr "Oluştur ve düzenle..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "Daha Fazla..." msgstr "Daha Fazla..."
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #: model:ir.model,name:web_m2x_options.model_ir_config_parameter
#: code:addons/web_m2x_options/static/src/js/form.js:58 msgid "System Parameter"
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter #. openerp-web
msgid "ir.config_parameter" #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: \n" "Language-Team: \n"
@ -22,76 +22,76 @@ msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:52 #: code:addons/web_m2x_options/static/src/js/form.js:54
#, python-format #, python-format
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:31 #: code:addons/web_m2x_options/static/src/js/form.js:33
#, python-format #, python-format
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:241 #: code:addons/web_m2x_options/static/src/js/form.js:243
#, python-format #, python-format
msgid "Create \"<strong>%s</strong>\"" msgid "Create \"<strong>%s</strong>\""
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:28 #: code:addons/web_m2x_options/static/src/js/form.js:30
#, python-format #, python-format
msgid "Create a %s" msgid "Create a %s"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:261 #: code:addons/web_m2x_options/static/src/js/form.js:263
#, python-format #, python-format
msgid "Create and Edit..." msgid "Create and Edit..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:42 #: code:addons/web_m2x_options/static/src/js/form.js:44
#, python-format #, python-format
msgid "Create and edit" msgid "Create and edit"
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:267 #: code:addons/web_m2x_options/static/src/js/form.js:269
#, python-format #, python-format
msgid "No results to show..." msgid "No results to show..."
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:341 #: code:addons/web_m2x_options/static/src/js/form.js:342
#, python-format #, python-format
msgid "Open: " msgid "Open: "
msgstr "" msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:206 #: code:addons/web_m2x_options/static/src/js/form.js:208
#, python-format #, python-format
msgid "Search More..." msgid "Search More..."
msgstr "" msgstr ""
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr ""
#. module: web_m2x_options #. module: web_m2x_options
#. openerp-web #. openerp-web
#: code:addons/web_m2x_options/static/src/js/form.js:58 #: code:addons/web_m2x_options/static/src/js/form.js:60
#, python-format #, python-format
msgid "You are creating a new %s, are you sure it does not exist yet?" msgid "You are creating a new %s, are you sure it does not exist yet?"
msgstr "" msgstr ""
#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""

View File

@ -353,7 +353,7 @@ odoo.define('web_m2x_options.web_m2x_options', function (require) {
} }
} }
}, },
}) });
FormFieldMany2ManyTags.include({ FormFieldMany2ManyTags.include({
events: _.extend({}, FormFieldMany2ManyTags.prototype.events, { events: _.extend({}, FormFieldMany2ManyTags.prototype.events, {
@ -368,6 +368,9 @@ odoo.define('web_m2x_options.web_m2x_options', function (require) {
this._super.apply(this, arguments); this._super.apply(this, arguments);
if (!open && !no_color_picker) { if (!open && !no_color_picker) {
this._onOpenColorPicker(event); this._onOpenColorPicker(event);
} else {
event.preventDefault();
event.stopPropagation();
} }
}, },
}); });