Commit Graph

3 Commits

Author SHA1 Message Date
Jairo Llopis
6d1f104b16 [FIX][web_m2x_options] 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.
2017-03-08 12:19:19 -06:00
Zakaria Makrelouf
480bcea4b6 [9.0][MIG] 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.
2016-11-04 10:04:59 +01:00
Holger Brunn
53e964cfa8 support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2016-11-04 10:04:58 +01:00