3
0
Fork 0
Commit Graph

77 Commits (b2baab6a9f3e62771459eb8810f9207850f55d04)

Author SHA1 Message Date
OCA-git-bot 54e3108906 [BOT] post-merge updates 2024-07-31 10:27:52 +00:00
Carlos Roca 080795d5bc [FIX] web_m2x_options: Functions used on buttons are not working
Before this PR when trying to create a record using the Dialog, when
pressing the buttons Create or Create and Edit they are having no effect.

After this PR the code is addapted to the new dialog to make the buttons
work as usual.

Steps to reproduce the problem:
    1. Go to any m2o field
    2. Write a name that does not exist
    3. Loose the focus
    4. Press on button "Create" or "Create and Edit"
2024-07-31 07:59:39 +02:00
mymage 36c627d34a Translated using Weblate (Italian)
Currently translated at 30.7% (4 of 13 strings)

Translation: web-15.0/web-15.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_m2x_options/it/
2023-11-27 11:34:53 +00:00
Ivorra78 0c444882a3 Translated using Weblate (Spanish)
Currently translated at 100.0% (13 of 13 strings)

Translation: web-15.0/web-15.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_m2x_options/es/
2023-11-19 19:33:24 +00:00
OCA-git-bot 55183d2487 [UPD] README.rst 2023-09-03 17:56:09 +00:00
CRogos 0d15c617b4 [15.0][FIX] Remove tests from init 2022-11-09 11:42:50 +01:00
OCA Transbot 8f156edf36 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-15.0/web-15.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_m2x_options/
2022-07-16 13:54:25 +00:00
OCA-git-bot d2fc9fd7eb web_m2x_options 15.0.1.1.0 2022-07-16 13:54:07 +00:00
OCA-git-bot 98c36a7dbe [UPD] README.rst 2022-07-16 13:54:07 +00:00
oca-ci 8834c0a4cd [UPD] Update web_m2x_options.pot 2022-07-16 13:50:52 +00:00
nguyenhk 31a5e8e947 [FIX] web_m2x_options: fix test_ir_config_parameter 2022-05-14 08:32:41 +07:00
Carlos Roca e7e795ccdd [IMP] web_m2x_options: Added limit for o2m field entries
Added the system parameter "web_m2x_options.field_limit_entries" to set the limit of entries that can be displayed.
2022-03-18 17:28:41 +07:00
Carlos Roca 7fb6885241 [IMP] web_m2x_options: Efficiency
Improved the efficiency of code: With this improvement we achieve to just do an rpc call when the js file is called instead of do the call for each field.
2022-03-18 17:28:38 +07:00
Quentin Groulard acec64f61f [ADD] Option open for One2Many fields
With 'open' option, clicking on a row of a o2m field will open the view for the record in fullscreen rather than in a popup
2022-03-18 15:29:45 +07:00
Holger Brunn 5a7fbfec0d [FIX] when all is undefined, fall back to core's default 2022-03-18 15:29:45 +07:00
SilvioC2C ecb8212f58 [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).
2022-03-18 15:29:45 +07:00
Christopher Ormaza b67336cbf1 [15.0][MIG] web_widget_bokeh_chart 2021-12-17 10:41:40 -05:00
OCA-git-bot 35d55b2654 [UPD] README.rst 2021-11-13 11:06:51 +00:00
oca-ci 37eae01c00 [UPD] Update web_m2x_options.pot 2021-11-13 11:05:00 +00:00
Germana c2fbc784cf [MIG] web_m2x_options: Migration to 15.0
[FIX] web_m2x_options:  External ID not found in the system web.assets_backend
2021-11-12 16:39:57 -04:00
Corneliuus 9ed646674e Translated using Weblate (German)
Currently translated at 100.0% (13 of 13 strings)

Translation: web-14.0/web-14.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_m2x_options/de/
2021-11-05 11:26:02 -04:00
Bosd d21d214425 Translated using Weblate (Dutch)
Currently translated at 93.7% (15 of 16 strings)

Translation: web-14.0/web-14.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_m2x_options/nl/
2021-11-05 11:26:02 -04:00
Bosd 2d8e2410ff Added translation using Weblate (Dutch) 2021-11-05 11:26:02 -04:00
OCA-git-bot ff35bbae56 [UPD] README.rst 2021-11-05 11:26:02 -04:00
oca-travis 02e5be6671 [UPD] Update web_m2x_options.pot 2021-11-05 11:26:02 -04:00
dsolanki 790fefa232 [MIG] Migrate the module web_m2x_options to v14. 2021-11-05 11:26:02 -04:00
dsolanki f1500150a7 [IMP] web_m2x_options: black, isort, prettier 2021-11-05 11:26:02 -04:00
OCA-git-bot 3e3cea79a0 web_m2x_options 13.0.1.0.2 2021-11-05 11:26:02 -04:00
Christopher Ormaza 3e01a2b63f Fix mobile enterprise version 2021-11-05 11:26:02 -04:00
c2cdidier ca1c997d1f Translated using Weblate (French)
Currently translated at 100.0% (13 of 13 strings)

Translation: web-13.0/web-13.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/fr/
2021-11-05 11:26:02 -04:00
c2cdidier 8104f4d7fb Translated using Weblate (German)
Currently translated at 92.3% (12 of 13 strings)

Translation: web-13.0/web-13.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/de/
2021-11-05 11:26:02 -04:00
OCA-git-bot 561f84f068 [UPD] README.rst 2021-11-05 11:26:02 -04:00
OCA-git-bot 0efdd97a65 [UPD] README.rst 2021-11-05 11:26:02 -04:00
黎伟杰 0902098a6c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (13 of 13 strings)

Translation: web-13.0/web-13.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/zh_CN/
2021-11-05 11:26:02 -04:00
OCA-git-bot c74970fa17 web_m2x_options 13.0.1.0.1 2021-11-05 11:26:02 -04:00
Thomas Binsfeld 247f332bde [FIX] web_m2x_options: quick search filter only if search value
Before this commit, an empty filter was applied when opening the search more if nothing in the quick search.
2021-11-05 11:26:02 -04:00
OCA Transbot 45629761e8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options/
2021-11-05 11:26:02 -04:00
OCA-git-bot 1da536c3d6 [UPD] README.rst 2021-11-05 11:26:01 -04:00
oca-travis c9ed0f1bf6 [UPD] Update web_m2x_options.pot 2021-11-05 11:26:01 -04:00
Bhavesh Odedra 88c0c9f456 [FIX] pre-commit 2021-11-05 11:26:01 -04:00
Bhavesh Odedra d3b4fc2e6f [13.0][FIX] issue of field dropdown 2021-11-05 11:26:01 -04:00
Andrés Rodríguez 80db8b97e3 [IMP] web_m2x_options: black, isort 2021-11-05 11:26:01 -04:00
Andrés Rodríguez cd90794502 [IMP] web_m2x_options: balck and eslint fix 2021-11-05 11:26:01 -04:00
Andrés Rodríguez b7d3522266 [REF] web_m2x_options: eslint fix 2021-11-05 11:26:01 -04:00
Andrés Rodríguez dc5f69af4b [REF] web_m2x_options: eslint complains 2021-11-05 11:26:01 -04:00
Andrés Rodríguez 5b923fd7ea [REF] web_m2x_options: better imp and fixes 2021-11-05 11:26:01 -04:00
Jeroen Evens 0f79b6820d [MIG] web_m2x_options: Migration to 13.0 2021-11-05 11:26:01 -04:00
黎伟杰 e3bd1751ba Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (12 of 12 strings)

Translation: web-12.0/web-12.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/zh_CN/
2021-11-05 11:26:01 -04:00
黎伟杰 6bb568f897 Added translation using Weblate (Chinese (Simplified)) 2021-11-05 11:26:01 -04:00
Rodrigo Macedo b5e6c52a2d Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (12 of 12 strings)

Translation: web-12.0/web-12.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_m2x_options/pt_BR/
2021-11-05 11:26:01 -04:00