SilvioC2C 65c2e822fa [FIX] web_m2x_options: fix search_more behaviour
In README.rst it is said that ``search_more`` key is "[u]sed to force disable/enable search more button".
However, it only applies on fields where the records returned by the name_search are more than the node's limit.

This commit fixes this behaviour, forcing the "Search More..." option to be *always* disabled/enabled if ``search_more`` key is set either locally (in the node's options) or globally (via the ir.config_parameter record).
Moreover, it establishes a clear line of priority for checking whether "Search More..." should be displayed/hidden (local node has the highest priority, global config mid priority, limit check as fallback).
2023-02-15 15:13:53 +07:00
2023-01-31 11:37:23 +00:00
2023-02-06 10:44:45 +00:00
2022-12-09 12:47:46 +00:00
2023-01-13 17:43:03 +00:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2022-10-03 22:12:01 +02:00
2023-02-06 10:44:51 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

web

TODO: add repo description.

Available addons

addon version maintainers summary
web_dark_mode 16.0.1.0.1 Enabled Dark Mode for the Odoo Backend
web_domain_field 16.0.1.0.0 Use computed field as domain
web_environment_ribbon 16.0.1.0.0 Web Environment Ribbon
web_refresher 16.0.2.0.0 Web Refresher
web_search_with_and 16.0.1.0.0 Use AND conditions on omnibar search
web_theme_classic 16.0.1.0.1 legalsylvain Contrasted style on fields to improve the UI.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Description
Odoo web client UI related addons
Readme 306 MiB
Languages
JavaScript 69.3%
HTML 24.2%
Python 3.9%
SCSS 1.8%
CSS 0.8%