Skip to content

Commit

Permalink
Merge pull request #62 from OCA/16.0
Browse files Browse the repository at this point in the history
Fork Sync Branch 16.0-dev
  • Loading branch information
btl-bot authored May 30, 2024
2 parents 696bbe3 + e87080d commit 6ac4a73
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions web_m2x_options/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
...
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more':true 'field_color':'state', 'colors':{'active':'green'}}"/>
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'state', 'colors':{'active':'green'}}"/>
...
Known issues / Roadmap
Expand Down
2 changes: 1 addition & 1 deletion web_m2x_options/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
33 changes: 17 additions & 16 deletions web_m2x_options/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\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 <[email protected]."
"translation.odoo-community.org>\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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand Down
10 changes: 6 additions & 4 deletions web_m2x_options/readme/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
...
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more':true 'field_color':'state', 'colors':{'active':'green'}}"/>
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'state', 'colors':{'active':'green'}}"/>
...

0 comments on commit 6ac4a73

Please sign in to comment.