3
0
Fork 0
Commit Graph

10 Commits (cef29ab5bee5b6186924d13b196ce73ec0223c50)

Author SHA1 Message Date
Alvaro 08d83bb6b3 [IMP] Taking into account core options:
- In Odoo 10.0 the flags 'no_create_edit' and 'no_create' can be used. Without this improvement, they are ignored, and all the views which use this flags are ignored
2018-06-04 12:07:29 +01:00
Pedro M. Baeza 6cdaeaf157
Revert "[FIX] web_m2x_options: fix ignored field options" 2018-02-27 12:47:35 +01:00
Matt Taylor 04e3da2477 [FIX] web_m2x_options: fix ignored field options
The module was ignoring the local field options 'create' and 'create_edit'.
For example, specifying options="{'create': true, 'create_edit': true}" on a
field would not override the web_m2x_options system parameters.
2018-02-14 14:36:12 -07:00
Akim Juillerat 34c4b108bc [10.0][ADD] option to deactivate color picker on many2many_tags (#713) 2017-09-05 09:47:23 +02:00
David Vidal dcadf506b1 [MIG] web_m2x_options: migrated to 10.0 2017-05-19 20:29:13 +02:00
Jairo Llopis 9c9cfe4ac4 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-05-19 20:29:13 +02:00
Zakaria Makrelouf 1e61f18c24 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. 2017-05-19 20:29:13 +02:00
Stéphane Bidoul (ACSONE) 82a76fe996 Normalize version number 2017-05-19 20:29:13 +02:00
Holger Brunn b73d6acb31 support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2017-05-19 20:27:23 +02:00
Pedro M. Baeza 648315dadf [MIG] Rename manifest files 2016-10-06 16:13:01 +02:00