3
0
Fork 0
Commit Graph

11 Commits (052f739968395df2b90254e078d7543f273e6ff1)

Author SHA1 Message Date
Pedro M. Baeza 905b9cc47d [FIX] web_m2x_options: Fix README 2018-06-22 18:16:29 +02:00
OCA Git Bot 75c47a4a01 [UPD] README.rst 2018-06-22 05:43:36 +02:00
ernesto 82d26a9625 [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
2018-06-21 12:00:56 +02:00
Akim Juillerat ecc615eb9e [10.0][ADD] option to deactivate color picker on many2many_tags (#713) 2018-06-21 12:00:56 +02:00
David Vidal ae7f003e67 [MIG] web_m2x_options: migrated to 10.0 2018-06-21 12:00:56 +02:00
Jairo Llopis 42049f0038 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.
2018-06-21 12:00:56 +02:00
Zakaria Makrelouf 8d9e405c0d 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. 2018-06-21 12:00:56 +02:00
Holger Brunn f8cabe45c7 support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2018-06-21 12:00:56 +02:00
Nicolas JEUDY 9d2e02e503 fix: obscur wrong path on last commit. recreate portage from scratch. 2018-06-21 12:00:56 +02:00
Holger Brunn 821c95e5b6 move all addons to __unported__, set all addons as not installable 2018-06-21 11:56:33 +02:00
Nicolas JEUDY 33630e1741 - 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.
2018-06-21 11:56:33 +02:00