Commit Graph

23 Commits (8bf89cfd847a6ae4559bffef4f3951b2548d63d5)

Author SHA1 Message Date
OCA-git-bot d371109c24 [BOT] post-merge updates 2023-11-13 11:23:49 +00:00
OCA-git-bot 0fcc326ee1 [UPD] README.rst 2023-09-03 17:59:06 +00:00
OCA-git-bot 6fd19a4059 [UPD] README.rst 2023-04-05 14:51:20 +00:00
Diep Huu Hoang b803f95772 [16.0][MIG] web_m2x_options: Migration to 16.0 2023-03-28 12:48:05 +07:00
OCA-git-bot dbefb2fce8 [UPD] README.rst 2023-02-15 15:13:53 +07:00
Carlos Roca 393101e2fe [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.
2023-02-15 15:13:53 +07:00
Carlos Roca 18719aa07d [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.
2023-02-15 15:13:53 +07:00
OCA-git-bot 63a55d8a64 [UPD] README.rst 2023-02-15 15:13:53 +07:00
OCA-git-bot 4c1983e3cb [UPD] README.rst 2023-02-15 15:13:53 +07:00
dsolanki 0888af3914 [MIG] Migrate the module web_m2x_options to v14. 2023-02-15 15:13:53 +07:00
OCA-git-bot 656e02ee0d [UPD] README.rst 2023-02-15 15:13:53 +07:00
OCA-git-bot ae6b1b782e [UPD] README.rst 2023-02-15 15:13:53 +07:00
OCA-git-bot 0f8c6ce93b [UPD] README.rst 2023-02-15 15:13:53 +07:00
Gusti Tammam 39cd51d8e0 [MIG] web_m2x_options: Migration to 12.0 2023-02-15 15:13:53 +07:00
ernesto 1aaae8a352 [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
2023-02-15 15:13:53 +07:00
Akim Juillerat c2347e8c67 [10.0][ADD] option to deactivate color picker on many2many_tags (#713) 2023-02-15 15:13:53 +07:00
David Vidal 9ba9650f44 [MIG] web_m2x_options: migrated to 10.0 2023-02-15 15:13:53 +07:00
Jairo Llopis 64ae596c27 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.
2023-02-15 15:13:53 +07:00
Zakaria Makrelouf a060459465 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. 2023-02-15 15:13:53 +07:00
Holger Brunn 4573adb300 support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2023-02-15 15:13:53 +07:00
Nicolas JEUDY 2187a4cf07 fix: obscur wrong path on last commit. recreate portage from scratch. 2023-02-15 15:13:53 +07:00
Holger Brunn 3a2b52b797 move all addons to __unported__, set all addons as not installable 2023-02-15 15:13:53 +07:00
Nicolas JEUDY 0838276e28 - 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.
2023-02-15 15:13:53 +07:00