diff --git a/README.md b/README.md index b57fd028bbc8..7ce72d610db1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ addon | version | maintainers | summary [web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 16.0.1.0.0 | | Allows a developer to trigger a pager to show the previous or next next record in the form view [web_ir_actions_close_wizard_refresh_view](web_ir_actions_close_wizard_refresh_view/) | 16.0.1.0.0 | | Allow to refresh view data without reload the page. [web_listview_range_select](web_listview_range_select/) | 16.0.1.0.0 | | Enables selecting a range of records using the shift key -[web_m2x_options](web_m2x_options/) | 16.0.1.1.2 | | web_m2x_options +[web_m2x_options](web_m2x_options/) | 16.0.1.1.3 | | web_m2x_options [web_no_bubble](web_no_bubble/) | 16.0.1.0.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 16.0.2.0.0 | | Send notification messages to user [web_notify_channel_message](web_notify_channel_message/) | 16.0.1.0.0 | | Send an instant notification to channel users when a new message is posted diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index 705150c7aa6a..fc84ff3d409c 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -7,7 +7,7 @@ web_m2x_options !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:aa5a8282ea6887deca6eea92531e25779110c8fd20fbdfef82b68e6254704418 + !! source digest: sha256:3a852d89e5cd927339a18898b21556fc15d261782fca8783b728cdc6a8ffa574 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -62,7 +62,7 @@ in the field's options dict Whether to display the many2one dialog in case of validation error. -``limit`` *int* (Default: openerp default value is ``7``) +``limit`` *int* (Default: odoo default value is ``8``) Number of displayed record in drop-down panel @@ -110,7 +110,7 @@ If you disable one option, you can enable it for particular field by setting "cr Whether to display the many2one dialog in case of validation error for all fields in the odoo instance. -``web_m2x_options.limit`` *int* (Default: openerp default value is ``7``) +``web_m2x_options.limit`` *int* (Default: odoo default value is ``8``) Number of displayed record in drop-down panel for all fields in the odoo instance @@ -135,10 +135,12 @@ To add these parameters go to Configuration -> Technical -> Parameters -> System Example ~~~~~~~ -Your XML form view definition could contain:: +Your XML form view definition could contain: + +.. code-block:: xml ... - + ... Known issues / Roadmap diff --git a/web_m2x_options/__manifest__.py b/web_m2x_options/__manifest__.py index 742deb162df7..28161df9bf3a 100644 --- a/web_m2x_options/__manifest__.py +++ b/web_m2x_options/__manifest__.py @@ -6,7 +6,7 @@ { "name": "web_m2x_options", - "version": "16.0.1.1.2", + "version": "16.0.1.1.3", "category": "Web", "author": "initOS GmbH," "ACSONE SA/NV, " diff --git a/web_m2x_options/i18n/pt_BR.po b/web_m2x_options/i18n/pt_BR.po index 26e0ee6ef4de..f91171bdd186 100644 --- a/web_m2x_options/i18n/pt_BR.po +++ b/web_m2x_options/i18n/pt_BR.po @@ -10,23 +10,24 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-03 03:50+0000\n" -"PO-Revision-Date: 2019-08-26 16:01+0000\n" -"Last-Translator: Rodrigo Macedo \n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" -"teams/23907/pt_BR/)\n" +"PO-Revision-Date: 2024-05-29 19:34+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" +"23907/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: Weblate 4.17\n" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/base.xml:0 #, python-format msgid ", are you sure it does not exist yet?" -msgstr "" +msgstr ", tem certeza que ainda não existe?" #. module: web_m2x_options #. odoo-javascript @@ -40,47 +41,47 @@ msgstr "Criar" #: code:addons/web_m2x_options/static/src/components/relational_utils.esm.js:0 #, python-format msgid "Create \"%s\"" -msgstr "" +msgstr "Criar \"%s\"" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/base.xml:0 #, python-format msgid "Create and Edit" -msgstr "" +msgstr "Criar e Editar" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/relational_utils.esm.js:0 #, python-format msgid "Create and edit..." -msgstr "" +msgstr "Criar e editar..." #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/base.xml:0 #, python-format msgid "Discard" -msgstr "" +msgstr "Descartar" #. module: web_m2x_options #: model:ir.model,name:web_m2x_options.model_ir_http msgid "HTTP Routing" -msgstr "" +msgstr "Roteamento HTTP" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/form.esm.js:0 #, python-format msgid "New: %s" -msgstr "" +msgstr "Novo: %s" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/relational_utils.esm.js:0 #, python-format msgid "No records" -msgstr "" +msgstr "Sem registros" #. module: web_m2x_options #. odoo-javascript @@ -101,7 +102,7 @@ msgstr "Buscar mais..." #: code:addons/web_m2x_options/static/src/components/relational_utils.esm.js:0 #, python-format msgid "Start typing..." -msgstr "" +msgstr "Comece a digitar..." #. module: web_m2x_options #: model:ir.model,name:web_m2x_options.model_ir_config_parameter @@ -113,14 +114,14 @@ msgstr "Parâmetros do Sistema" #: code:addons/web_m2x_options/static/src/components/base.xml:0 #, python-format msgid "You are creating a new" -msgstr "" +msgstr "Você está criando um novo" #. module: web_m2x_options #. odoo-javascript #: code:addons/web_m2x_options/static/src/components/base.xml:0 #, python-format msgid "as a new" -msgstr "" +msgstr "como um novo" #, python-format #~ msgid "Cancel" diff --git a/web_m2x_options/readme/USAGE.rst b/web_m2x_options/readme/USAGE.rst index b6bb6aa2e60b..b66170b0fe40 100644 --- a/web_m2x_options/readme/USAGE.rst +++ b/web_m2x_options/readme/USAGE.rst @@ -13,7 +13,7 @@ in the field's options dict Whether to display the many2one dialog in case of validation error. -``limit`` *int* (Default: openerp default value is ``7``) +``limit`` *int* (Default: odoo default value is ``8``) Number of displayed record in drop-down panel @@ -61,7 +61,7 @@ If you disable one option, you can enable it for particular field by setting "cr Whether to display the many2one dialog in case of validation error for all fields in the odoo instance. -``web_m2x_options.limit`` *int* (Default: openerp default value is ``7``) +``web_m2x_options.limit`` *int* (Default: odoo default value is ``8``) Number of displayed record in drop-down panel for all fields in the odoo instance @@ -86,8 +86,10 @@ To add these parameters go to Configuration -> Technical -> Parameters -> System Example ~~~~~~~ -Your XML form view definition could contain:: +Your XML form view definition could contain: + +.. code-block:: xml ... - + ...