forked from Techsystech/web
[BOT] post-merge updates
parent
3c843b80db
commit
d83e8543db
|
@ -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_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_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_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_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](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
|
[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
|
||||||
|
|
|
@ -7,7 +7,7 @@ web_m2x_options
|
||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! changes will be overwritten. !!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!! source digest: sha256:aa5a8282ea6887deca6eea92531e25779110c8fd20fbdfef82b68e6254704418
|
!! source digest: sha256:3a852d89e5cd927339a18898b21556fc15d261782fca8783b728cdc6a8ffa574
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
.. |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.
|
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
|
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.
|
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
|
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
|
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
|
Known issues / Roadmap
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "web_m2x_options",
|
"name": "web_m2x_options",
|
||||||
"version": "16.0.1.1.2",
|
"version": "16.0.1.1.3",
|
||||||
"category": "Web",
|
"category": "Web",
|
||||||
"author": "initOS GmbH,"
|
"author": "initOS GmbH,"
|
||||||
"ACSONE SA/NV, "
|
"ACSONE SA/NV, "
|
||||||
|
|
Loading…
Reference in New Issue