3
0
Fork 0
Commit Graph

25 Commits (8aeaa4617410b25c7c3f8f099e19e287b3bd590e)

Author SHA1 Message Date
OCA-git-bot 91fb17cc55 [BOT] post-merge updates 2024-09-16 10:37:04 +00:00
OCA-git-bot f28a0d1b26 [BOT] post-merge updates 2024-09-16 06:52:03 +00:00
OCA-git-bot 4d5d79291c [BOT] post-merge updates 2024-07-30 07:34:22 +00:00
manu 6c3884f025 [MIG]web_m2x_options: Migration to 17.0 2024-07-26 13:28:15 +02:00
manu f6edfac2f9 [IMP] web_m2x_options: black, isort, prettier 2024-07-24 08:15:52 +02:00
Vincent Hatakeyama c618c0be41 [FIX] web_m2x_options: fix usage errors 2024-07-24 08:15:52 +02:00
Florent de Labarre 567f3e555b [16.0] web_m2x_options: impossible to open a mass mailing
JS Issue:
OwlError: Invalid props for component 'FieldMany2OneMailingFilter': unknown key 'searchMore', unknown key 'nodeOptions'
    at Object.validateProps (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1698:67)
    at Field.template (eval at compile (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:2057:374), <anonymous>:17:13)
    at Fiber._render (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1496:96)
    at Fiber.render (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1495:6)
    at ComponentNode.initiateRender (https://odoo.simplyfeu.com/web/assets/1913698-b61fd5b/web.assets_common.min.js:1563:47)
2024-07-24 08:15:52 +02:00
Ivorra78 8e583e6818 Translated using Weblate (Spanish)
Currently translated at 100.0% (15 of 15 strings)

Translation: web-16.0/web-16.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/es/
2024-07-24 08:15:52 +02:00
Diep Huu Hoang 4c380a3224 [16.0][MIG] web_m2x_options: Migration to 16.0 2024-07-24 08:15:52 +02:00
nguyenhk a4f5bbfb3a [FIX] web_m2x_options: fix test_ir_config_parameter 2024-07-24 08:15:52 +02:00
Carlos Roca f7a0b315c0 [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.
2024-07-24 08:15:52 +02:00
Carlos Roca eade95d350 [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.
2024-07-24 08:15:52 +02:00
Germana 3d7a2c422f [MIG] web_m2x_options: Migration to 15.0
[FIX] web_m2x_options:  External ID not found in the system web.assets_backend
2024-07-24 08:15:52 +02:00
dsolanki 69ab93611d [MIG] Migrate the module web_m2x_options to v14. 2024-07-24 08:15:52 +02:00
Bhavesh Odedra 8aa946c8e8 [FIX] pre-commit 2024-07-24 08:15:52 +02:00
Gusti Tammam 808eb50441 [MIG] web_m2x_options: Migration to 12.0 2024-07-24 08:15:52 +02:00
ernesto edcb3020c4 [MIG] web_m2x_options: Migration to 11.0
web_m2x_options: Fix usage for non-admins

web_m2x_options: Reduce rpc calls

web_m2x_options: Update manifest and readme
2024-07-24 08:15:52 +02:00
Akim Juillerat 2fe11f9f93 [10.0][ADD] option to deactivate color picker on many2many_tags (#713) 2024-07-24 08:15:52 +02:00
David Vidal 10dca0eadb [MIG] web_m2x_options: migrated to 10.0 2024-07-24 08:15:52 +02:00
Jairo Llopis 85294a1958 Fix Qweb templates. (#561)
* [FIX][web_m2x_options] Fix Qweb templates.

They were trying to replace non-existing elements, and this was being logged to console:

    Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One
    Can't find "span.badge" when extending template FieldMany2ManyTag

* Raise version correctly.

* [FIX] Make many2many_tags tag deletion work again

* Correct replacement of event

Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
2024-07-24 08:15:52 +02:00
Zakaria Makrelouf b1a35f7f35 Migration of module web_m2x_options. Adapt JS file to the new JS API and make the module installable [MIG] adapt form.js to the new API. [FIX] Fix bug mentioned in pull #262. [MIG] Make the module installable. 2024-07-24 08:15:52 +02:00
Holger Brunn 1fe71fa828 support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2024-07-22 17:05:01 +02:00
Nicolas JEUDY e1fd690f56 fix: obscur wrong path on last commit. recreate portage from scratch. 2024-07-22 17:05:01 +02:00
Holger Brunn 7621a8bd21 move all addons to __unported__, set all addons as not installable 2024-07-22 17:05:01 +02:00
Nicolas JEUDY 8bd590f604 - Rename web_m2o_enhanced to web_m2x_options
- Add static/description/index.html

fix: use include instead of extend in js function inheritance.

fix: not overwriting the existing object references with the result of the include

fix: update name according to new module name.

fix: error when displaying many2many field without options defined.
2024-07-22 17:05:01 +02:00